HID: Add IDs for Kysona
Add the vendor ID for Kysona and the product IDs for the M600 mouse (both the dongle and the mouse itself) Signed-off-by: Lode Willems <me@lodewillems.com> Signed-off-by: Jiri Kosina <jkosina@suse.com>pull/1083/head
parent
6485cf5ea2
commit
ff39b0bbc2
|
|
@ -734,6 +734,10 @@
|
|||
#define USB_DEVICE_ID_KYE_MOUSEPEN_I608X_V2 0x501A
|
||||
#define USB_DEVICE_ID_KYE_PENSKETCH_T609A 0x501B
|
||||
|
||||
#define USB_VENDOR_ID_KYSONA 0x3554
|
||||
#define USB_DEVICE_ID_KYSONA_M600_DONGLE 0xF57C
|
||||
#define USB_DEVICE_ID_KYSONA_M600_WIRED 0xF57D
|
||||
|
||||
#define USB_VENDOR_ID_LABTEC 0x1020
|
||||
#define USB_DEVICE_ID_LABTEC_WIRELESS_KEYBOARD 0x0006
|
||||
#define USB_DEVICE_ID_LABTEC_ODDOR_HANDBRAKE 0x8888
|
||||
|
|
|
|||
Loading…
Reference in New Issue