Skip to content

Commit

Permalink
Add data file for Huion HS611 (#288)
Browse files Browse the repository at this point in the history
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
lucalandolfi authored Jun 13, 2022
1 parent 5560a07 commit c96cc37
Show file tree
Hide file tree
Showing 2 changed files with 328 additions and 0 deletions.
56 changes: 56 additions & 0 deletions data/huion-hs611.tablet
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
272 changes: 272 additions & 0 deletions data/layouts/huion-hs611.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c96cc37

Please sign in to comment.