diff options
author | Kharlamov Alexey <derlafff@yandex.ru> | 2014-01-14 07:09:09 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-01-16 16:58:43 -0500 |
commit | 274be3eb653c421d68514684024c6d915c94b728 (patch) | |
tree | ca90febac406b3719a7b5b82c18d1d2069eb49d3 /drivers/hid/hid-ids.h | |
parent | 42c22dbf81ebd1146960875ddfe71630cb2b3ae6 (diff) |
HID: hid-holtek-mouse: add new a070 mouse
Added support of RITMIX ROM-316 mouse to hid-holtek-mouse workaround module
Signed-off-by: Alexey Kharlamov <derlafff@ya.ru>
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 c1077ba1bde0..436fc19c5ca0 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -455,6 +455,7 @@ | |||
455 | #define USB_DEVICE_ID_HOLTEK_ALT_KEYBOARD 0xa055 | 455 | #define USB_DEVICE_ID_HOLTEK_ALT_KEYBOARD 0xa055 |
456 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A04A 0xa04a | 456 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A04A 0xa04a |
457 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A067 0xa067 | 457 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A067 0xa067 |
458 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A070 0xa070 | ||
458 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A072 0xa072 | 459 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A072 0xa072 |
459 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A081 0xa081 | 460 | #define USB_DEVICE_ID_HOLTEK_ALT_MOUSE_A081 0xa081 |
460 | 461 | ||