From de8fe3685db49ffd47c5473c5942c23999c71164 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Sun, 3 Mar 2024 11:37:37 -0500 Subject: [PATCH] device: add new device types --- lib/logitech_receiver/hidpp10_constants.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/logitech_receiver/hidpp10_constants.py b/lib/logitech_receiver/hidpp10_constants.py index c81594c8..7ab69ee6 100644 --- a/lib/logitech_receiver/hidpp10_constants.py +++ b/lib/logitech_receiver/hidpp10_constants.py @@ -31,6 +31,9 @@ DEVICE_KIND = NamedInts( 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