aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc
diff options
context:
space:
mode:
authorJarod Wilson <jarod@redhat.com>2012-03-12 13:27:03 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-03-19 19:04:08 -0300
commit22f1732fcda5ab62b6da2ddcec282868e7ccb089 (patch)
tree713e58c028bb35fd61b6d16aafc32c20e1bd925b /drivers/media/rc
parent[media] media: Initialize the media core with subsys_initcall() (diff)
downloadlinux-dev-22f1732fcda5ab62b6da2ddcec282868e7ccb089.tar.xz
linux-dev-22f1732fcda5ab62b6da2ddcec282868e7ccb089.zip
[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.c2
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 */