diff options
author | Anders F. U. Kiær <ablacksheep@gmail.com> | 2013-10-01 19:22:05 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-10-02 17:04:15 +0200 |
commit | 7da7cbbbeb60e0939fecdf9723b388136c175e5c (patch) | |
tree | 13acb58a7a00a4815de69fdcb3ad74ce3e23103b /drivers/hid/hid-ids.h | |
parent | 0f5a24c6602063e014ee48892ebf56093241106e (diff) | |
download | linux-7da7cbbbeb60e0939fecdf9723b388136c175e5c.tar.bz2 |
HID: add Holtek USB ID 04d9:a081 SHARKOON DarkGlider
Added id, bindings and comments for Holtek USB ID 04d9:a081 SHARKOON
DarkGlider Gaming mouse to use the same corrections of the report
descriptor as Holtek 04d9:a04a. As the mouse exceed HID_MAX_USAGES
at the same offsets in the reported descriptor.
Tested on the hardware.
Signed-off-by: Anders F. U. Kiær <ablacksheep@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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 e60e8d530697..9cbc7ab07dfa 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -450,6 +450,7 @@ #define USB_DEVICE_ID_HOLTEK_ALT_KEYBOARD 0xa055 #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A067 0xa067 #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A04A 0xa04a +#define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A081 0xa081 #define USB_VENDOR_ID_IMATION 0x0718 #define USB_DEVICE_ID_DISC_STAKKA 0xd000 |