mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
22 lines
733 B
Diff
22 lines
733 B
Diff
diff -Naur linux-3.17.1/drivers/media/rc/mceusb.c linux-3.17.1.patch/drivers/media/rc/mceusb.c
|
|
--- linux-3.17.1/drivers/media/rc/mceusb.c 2014-10-15 12:29:30.000000000 +0200
|
|
+++ linux-3.17.1.patch/drivers/media/rc/mceusb.c 2014-10-16 11:45:57.480176874 +0200
|
|
@@ -188,6 +188,8 @@
|
|
#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 */
|
|
@@ -401,6 +403,8 @@
|
|
.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 */
|
|
{ }
|