diff options
author | Ari Savolainen <ari.m.savolainen@gmail.com> | 2011-07-11 14:42:52 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-12 04:31:56 -0400 |
commit | 23c10becdbc712de3fb35d0c7ec105a81d21f4c7 (patch) | |
tree | 2ce8e66c6509fbf449940e23f86d6c14824ec33a /drivers/hid/hid-ids.h | |
parent | 6be914f11db8e88d11b08d6c496624dbbd642d80 (diff) |
HID: fix horizontal wheel for ms comfort mouse 4500
Microsoft comfort mouse 4500 report descriptor contains duplicate
usages for horizontal wheel. This patch fixes the wrong mapping
caused by that.
Signed-off-by: Ari Savolainen <ari.m.savolainen@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 8c00e4a261a9..2c8594767191 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h | |||
@@ -472,6 +472,7 @@ | |||
472 | #define USB_DEVICE_ID_MS_PRESENTER_8K_BT 0x0701 | 472 | #define USB_DEVICE_ID_MS_PRESENTER_8K_BT 0x0701 |
473 | #define USB_DEVICE_ID_MS_PRESENTER_8K_USB 0x0713 | 473 | #define USB_DEVICE_ID_MS_PRESENTER_8K_USB 0x0713 |
474 | #define USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K 0x0730 | 474 | #define USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K 0x0730 |
475 | #define USB_DEVICE_ID_MS_COMFORT_MOUSE_4500 0x076c | ||
475 | 476 | ||
476 | #define USB_VENDOR_ID_MOJO 0x8282 | 477 | #define USB_VENDOR_ID_MOJO 0x8282 |
477 | #define USB_DEVICE_ID_RETRO_ADAPTER 0x3201 | 478 | #define USB_DEVICE_ID_RETRO_ADAPTER 0x3201 |