projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36ac2f3
)
[media] mceusb: add support for Adaptec eHome receiver
author
Olli Salonen
<olli.salonen@iki.fi>
Thu, 17 Mar 2016 13:11:09 +0000
(10:11 -0300)
committer
Mauro Carvalho Chehab
<mchehab@osg.samsung.com>
Sat, 7 May 2016 13:30:17 +0000
(10:30 -0300)
New USB ID for Adaptec eHome receiver in some HP laptops.
Signed-off-by: Olli Salonen <olli.salonen@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
drivers/media/rc/mceusb.c
patch
|
blob
|
history
diff --git
a/drivers/media/rc/mceusb.c
b/drivers/media/rc/mceusb.c
index
35155ae
..
09ca9f6
100644
(file)
--- a/
drivers/media/rc/mceusb.c
+++ b/
drivers/media/rc/mceusb.c
@@
-188,6
+188,7
@@
#define VENDOR_TWISTEDMELON 0x2596
#define VENDOR_HAUPPAUGE 0x2040
#define VENDOR_PCTV 0x2013
+#define VENDOR_ADAPTEC 0x03f3
enum mceusb_model_type {
MCE_GEN2 = 0, /* Most boards */
@@
-405,6
+406,8
@@
static struct usb_device_id mceusb_dev_table[] = {
.driver_info = HAUPPAUGE_CX_HYBRID_TV },
{ USB_DEVICE(VENDOR_PCTV, 0x025e),
.driver_info = HAUPPAUGE_CX_HYBRID_TV },
+ /* Adaptec / HP eHome Receiver */
+ { USB_DEVICE(VENDOR_ADAPTEC, 0x0094) },
/* Terminating entry */
{ }