diff options
author | Jiri Kosina <jkosina@suse.cz> | 2008-10-17 13:52:23 +0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-17 17:51:35 +0400 |
commit | 1e093206734568e780c2717da1c89b97e9471954 (patch) | |
tree | d546e852eb1046b3961d1ce6b457691804c0de07 /drivers/hid/hid-ids.h | |
parent | 022b7024d4bb1f9a2f30021a2672a0f940ebfa7a (diff) | |
download | linux-1e093206734568e780c2717da1c89b97e9471954.tar.xz |
HID: add support for another Gyration remote control
There is a slightly different Gyration remote control, which
requires the quirks we already have in place for the 0x0002 PID,
plus KEY_MEDIA mapping is different.
Reported-by: Marc Randolph <mrand@pobox.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 0994d7204b18..1b2a83418e33 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -236,6 +236,7 @@ #define USB_VENDOR_ID_GYRATION 0x0c16 #define USB_DEVICE_ID_GYRATION_REMOTE 0x0002 +#define USB_DEVICE_ID_GYRATION_REMOTE_2 0x0003 #define USB_VENDOR_ID_HAPP 0x078b #define USB_DEVICE_ID_UGCI_DRIVING 0x0010 |