device: add new device types
This commit is contained in:
parent
c3b6802373
commit
de8fe3685d
|
@ -31,6 +31,9 @@ DEVICE_KIND = NamedInts(
|
||||||
remote=0x07,
|
remote=0x07,
|
||||||
trackball=0x08,
|
trackball=0x08,
|
||||||
touchpad=0x09,
|
touchpad=0x09,
|
||||||
|
tablet=0x0A,
|
||||||
|
gamepad=0x0B,
|
||||||
|
joystick=0x0C,
|
||||||
headset=0x0D, # not from Logitech documentation
|
headset=0x0D, # not from Logitech documentation
|
||||||
remote_control=0x0E, # for compatibility with HID++ 2.0
|
remote_control=0x0E, # for compatibility with HID++ 2.0
|
||||||
receiver=0x0F, # for compatibility with HID++ 2.0
|
receiver=0x0F, # for compatibility with HID++ 2.0
|
||||||
|
|
Loading…
Reference in New Issue