diff options
author | Benjamin Tissoires <bentiss@kernel.org> | 2023-08-31 10:40:46 +0200 |
---|---|---|
committer | Benjamin Tissoires <bentiss@kernel.org> | 2023-08-31 10:41:52 +0200 |
commit | a8da334c4d64f08ee167aa67e8445150553e29c8 (patch) | |
tree | 7bd5e9571684954d20ebaac3e49f19dd7c158d9b /drivers/hid/hid-ids.h | |
parent | Merge branch 'for-6.6/google' into for-linus (diff) | |
parent | HID: logitech-hidpp: rework one more time the retries attempts (diff) | |
download | linux-a8da334c4d64f08ee167aa67e8445150553e29c8.tar.xz linux-a8da334c4d64f08ee167aa67e8445150553e29c8.zip |
Merge branch 'for-6.6/logitech' into for-linus
Various new device ID addition and a couple of HID++
fixes to tackle the last few opened bugs (Nikita Zhandarovich
and Benjamin Tissoires)
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 42c43d309f98..7e499992a793 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -867,6 +867,7 @@ #define USB_DEVICE_ID_LOGITECH_NANO_RECEIVER_2 0xc534 #define USB_DEVICE_ID_LOGITECH_NANO_RECEIVER_LIGHTSPEED_1 0xc539 #define USB_DEVICE_ID_LOGITECH_NANO_RECEIVER_LIGHTSPEED_1_1 0xc53f +#define USB_DEVICE_ID_LOGITECH_NANO_RECEIVER_LIGHTSPEED_1_2 0xc547 #define USB_DEVICE_ID_LOGITECH_NANO_RECEIVER_POWERPLAY 0xc53a #define USB_DEVICE_ID_SPACETRAVELLER 0xc623 #define USB_DEVICE_ID_SPACENAVIGATOR 0xc626 |