diff options
author | Jiri Kosina <jkosina@suse.cz> | 2019-09-22 22:39:01 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-09-22 22:39:01 +0200 |
commit | 08115756515d1a28edfc0fed286bf8c68caf46f7 (patch) | |
tree | d7844d437c1d3fa4fc67d55126214f484da9c1e1 /drivers/hid/hid-ids.h | |
parent | Merge branch 'for-5.4/ish' into for-linus (diff) | |
parent | hid-logitech-dj: add the new Lightspeed receiver (diff) | |
download | linux-08115756515d1a28edfc0fed286bf8c68caf46f7.tar.xz linux-08115756515d1a28edfc0fed286bf8c68caf46f7.zip |
Merge branch 'for-5.4/logitech' into for-linus
- extension of supported usage range for customer page, as some Logitech
devices are actually making use of it. From Olivier Gay.
- support for Lightspeed and G700(s) receivers from Filipe LaĆns and
Benjamin Tissoires
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index e4d51ce20a6a..a8c1ebf49c0d 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -770,7 +770,8 @@ #define USB_DEVICE_ID_LOGITECH_NANO_RECEIVER 0xc52f #define USB_DEVICE_ID_LOGITECH_UNIFYING_RECEIVER_2 0xc532 #define USB_DEVICE_ID_LOGITECH_NANO_RECEIVER_2 0xc534 -#define USB_DEVICE_ID_LOGITECH_NANO_RECEIVER_LIGHTSPEED 0xc539 +#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_POWERPLAY 0xc53a #define USB_DEVICE_ID_SPACETRAVELLER 0xc623 #define USB_DEVICE_ID_SPACENAVIGATOR 0xc626 |