diff options
author | Wayne Thomas <waynethomas69@gmail.com> | 2010-04-29 00:45:01 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-04-29 00:45:01 +0200 |
commit | bf280628fca93c4c341587ec914863dcc395af72 (patch) | |
tree | a09632bb03d3774b27bd133236979801f8dd1d14 /drivers/hid/hid-ids.h | |
parent | 15d8ee9a96e5019e698ad3c2c181970deb8ff888 (diff) | |
download | lwn-bf280628fca93c4c341587ec914863dcc395af72.tar.gz lwn-bf280628fca93c4c341587ec914863dcc395af72.zip |
HID: add support for BTC Emprex 3009URF III Vista MCE Remote
The Behavior Tech. Computer Corp. (BTC) remote branded as "Emprex 3009URF III
Vista Remote Controller" uses non-standard mappings for all of its 'special
purpose' keys (0xffbc usage page). This patch modifies the existing
hid-topseed quirky driver to support both remotes in order to prevent
proliferation of in-kernel quirky drivers until such a time that udev remapping
works with these devices. Tested successfully with both the "Emprex" remote
and the "CyberLink" remote originally supported by the hid-topseed driver.
Signed-off-by: Wayne Thomas <waynethomas69@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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 0786bbdafb4a..9791d0a8d16d 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -124,6 +124,9 @@ #define USB_VENDOR_ID_BERKSHIRE 0x0c98 #define USB_DEVICE_ID_BERKSHIRE_PCWD 0x1140 +#define USB_VENDOR_ID_BTC 0x046e +#define USB_DEVICE_ID_BTC_EMPREX_REMOTE 0x5578 + #define USB_VENDOR_ID_CH 0x068e #define USB_DEVICE_ID_CH_PRO_PEDALS 0x00f2 #define USB_DEVICE_ID_CH_COMBATSTICK 0x00f4 |