-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add data file for Huion HS611 (#288)
The Huion HS611 exposes two non-tablet devices: "HUION Huion Tablet_HS611 Consumer Control" and " HUION Huion Tablet_HS611 Keyboard". The first is used for multimedia keys, the second is used for the two additional soft touch keys next to multimedia keys. Neither are tablets and are covered by the existing udev rules.
- Loading branch information
1 parent
5560a07
commit c96cc37
Showing
2 changed files
with
328 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
# Huion | ||
# HS611 | ||
# | ||
# Button Map: | ||
# (A=1, B=2, C=3, ...) | ||
# | ||
# *-----------------* | ||
# | | | ||
# A | | | ||
# B | | | ||
# C | | | ||
# D | | | ||
# E | | | ||
# | TABLET | | ||
# F | | | ||
# G | | | ||
# H | | | ||
# I | | | ||
# J | | | ||
# | | | ||
# *-----------------* | ||
# | ||
# | ||
# Touch Strip Map: | ||
# (a=strip min, A=strip max) | ||
# | ||
# a A | ||
# *------------------------* | ||
# | | | ||
# | TABLET | | ||
# | | | ||
# *------------------------* | ||
# | ||
# sysinfo.RmLwlkDGnI | ||
# https://github.com/linuxwacom/wacom-hid-descriptors/issues/132 | ||
|
||
[Device] | ||
Name=Huion HS611 | ||
DeviceMatch=usb:256c:006d:HUION Huion Tablet_HS611 Pad;usb:256c:006d:HUION Huion Tablet_HS611 Touch Strip;usb:256c:006d:HUION Huion Tablet_HS611 Pen | ||
Class=Bamboo | ||
Width=10 | ||
Height=6 | ||
IntegratedIn= | ||
Layout=huion-hs611.svg | ||
Styli=0xffffd | ||
|
||
[Features] | ||
Stylus=true | ||
Reversible=true | ||
Touch=false | ||
NumStrips=1 | ||
Buttons=10 | ||
|
||
[Buttons] | ||
Left=A;B;C;D;E;F;G;H;I;J | ||
EvdevCodes=0x100;0x101;0x102;0x103;0x104;0x105;0x106;0x107;0x108;0x109 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.