diff options
author | Jarod Wilson <jarod@redhat.com> | 2012-03-12 13:27:03 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-03-19 19:04:08 -0300 |
commit | 22f1732fcda5ab62b6da2ddcec282868e7ccb089 (patch) | |
tree | 713e58c028bb35fd61b6d16aafc32c20e1bd925b /drivers/media/rc | |
parent | ff732d281b29ad7898c1193843ebe6a37d426e36 (diff) | |
download | linux-22f1732fcda5ab62b6da2ddcec282868e7ccb089.tar.bz2 |
[media] mceusb: add Formosa device ID 0xe042
Yet another device ID that has started showing up in the wild.
Signed-off-by: Jarod Wilson <jarod@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/rc')
-rw-r--r-- | drivers/media/rc/mceusb.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/rc/mceusb.c b/drivers/media/rc/mceusb.c index 21105bf9594d..e150a2e29a4b 100644 --- a/drivers/media/rc/mceusb.c +++ b/drivers/media/rc/mceusb.c @@ -361,6 +361,8 @@ static struct usb_device_id mceusb_dev_table[] = { { USB_DEVICE(VENDOR_FORMOSA, 0xe03c) }, /* Formosa Industrial Computing */ { USB_DEVICE(VENDOR_FORMOSA, 0xe03e) }, + /* Formosa Industrial Computing */ + { USB_DEVICE(VENDOR_FORMOSA, 0xe042) }, /* Fintek eHome Infrared Transceiver (HP branded) */ { USB_DEVICE(VENDOR_FINTEK, 0x5168) }, /* Fintek eHome Infrared Transceiver */ |