device: add new device types

This commit is contained in:
Peter F. Patel-Schneider 2024-03-03 11:37:37 -05:00
parent c3b6802373
commit de8fe3685d
1 changed files with 3 additions and 0 deletions

View File

@ -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