Skip to content

Commit

Permalink
device: add new device types
Browse files Browse the repository at this point in the history
  • Loading branch information
pfps committed Mar 3, 2024
1 parent c3b6802 commit f0268bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/logitech_receiver/hidpp10_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
remote=0x07,
trackball=0x08,
touchpad=0x09,
tablet=0x0A,
gamepad=0x0B,
joystick=0x0C,
headset=0x0D, # not from Logitech documentation
remote_control=0x0E, # for compatibility with HID++ 2.0
receiver=0x0F, # for compatibility with HID++ 2.0
Expand Down

0 comments on commit f0268bb

Please sign in to comment.