From: Jarod Wilson Date: Mon, 12 Mar 2012 16:27:03 +0000 (-0300) Subject: [media] mceusb: add Formosa device ID 0xe042 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=22f1732fcda5ab62b6da2ddcec282868e7ccb089;p=deliverable%2Flinux.git [media] mceusb: add Formosa device ID 0xe042 Yet another device ID that has started showing up in the wild. Signed-off-by: Jarod Wilson Signed-off-by: Mauro Carvalho Chehab --- 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 */