mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
21 lines
743 B
Diff
21 lines
743 B
Diff
diff -Naur linux-3.6.7/drivers/media/rc/mceusb.c linux-3.6.7.patch/drivers/media/rc/mceusb.c
|
|
--- linux-3.6.7/drivers/media/rc/mceusb.c 2012-11-29 04:45:51.142129739 +0100
|
|
+++ linux-3.6.7.patch/drivers/media/rc/mceusb.c 2012-11-29 04:51:30.982828558 +0100
|
|
@@ -200,6 +200,7 @@
|
|
#define VENDOR_TIVO 0x105a
|
|
#define VENDOR_CONEXANT 0x0572
|
|
#define VENDOR_TWISTEDMELON 0x2596
|
|
+#define VENDOR_ADAPTEC 0x03f3
|
|
|
|
enum mceusb_model_type {
|
|
MCE_GEN2 = 0, /* Most boards */
|
|
@@ -400,6 +401,8 @@
|
|
{ USB_DEVICE(VENDOR_TWISTEDMELON, 0x8016) },
|
|
/* Twisted Melon Inc. - Manta Transceiver */
|
|
{ USB_DEVICE(VENDOR_TWISTEDMELON, 0x8042) },
|
|
+ /* Adaptec / HP eHome Receiver */
|
|
+ { USB_DEVICE(VENDOR_ADAPTEC, 0x0094) },
|
|
/* Terminating entry */
|
|
{ }
|
|
};
|