diff options
author | Jiri Kosina <jkosina@suse.cz> | 2010-08-30 15:43:25 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-08-30 15:43:25 +0200 |
commit | c3dc66de59531c921c4638b1285075ea1c831186 (patch) | |
tree | 000bb03f3d2ee6bd0256077b528931129e030de1 /drivers/hid/hid-topseed.c | |
parent | c29771c2d8ceb907ed45eb8c7fc0450308140aca (diff) |
HID: add support for another BTC Emprex remote control
Add device ID for another variant of this remote control.
Reported-by: Gregor Fuis <gujs.lists@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-topseed.c')
-rw-r--r-- | drivers/hid/hid-topseed.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/hid/hid-topseed.c b/drivers/hid/hid-topseed.c index 5771f851f85..956ed9ac19d 100644 --- a/drivers/hid/hid-topseed.c +++ b/drivers/hid/hid-topseed.c @@ -64,6 +64,7 @@ static int ts_input_mapping(struct hid_device *hdev, struct hid_input *hi, static const struct hid_device_id ts_devices[] = { { HID_USB_DEVICE(USB_VENDOR_ID_TOPSEED, USB_DEVICE_ID_TOPSEED_CYBERLINK) }, { HID_USB_DEVICE(USB_VENDOR_ID_BTC, USB_DEVICE_ID_BTC_EMPREX_REMOTE) }, + { HID_USB_DEVICE(USB_VENDOR_ID_BTC, USB_DEVICE_ID_BTC_EMPREX_REMOTE_2) }, { HID_USB_DEVICE(USB_VENDOR_ID_TOPSEED2, USB_DEVICE_ID_TOPSEED2_RF_COMBO) }, { } }; |