diff options
author | Ari Savolainen <ari.m.savolainen@gmail.com> | 2011-07-11 21:42:52 +0300 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-07-12 10:31:56 +0200 |
commit | 23c10becdbc712de3fb35d0c7ec105a81d21f4c7 (patch) | |
tree | 2ce8e66c6509fbf449940e23f86d6c14824ec33a /drivers/hid/hid-ids.h | |
parent | 6be914f11db8e88d11b08d6c496624dbbd642d80 (diff) | |
download | talos-obmc-linux-23c10becdbc712de3fb35d0c7ec105a81d21f4c7.tar.gz talos-obmc-linux-23c10becdbc712de3fb35d0c7ec105a81d21f4c7.zip |
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 @@ #define USB_DEVICE_ID_MS_PRESENTER_8K_BT 0x0701 #define USB_DEVICE_ID_MS_PRESENTER_8K_USB 0x0713 #define USB_DEVICE_ID_MS_DIGITAL_MEDIA_3K 0x0730 +#define USB_DEVICE_ID_MS_COMFORT_MOUSE_4500 0x076c #define USB_VENDOR_ID_MOJO 0x8282 #define USB_DEVICE_ID_RETRO_ADAPTER 0x3201 |