mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux: add support for Adaptec MCEUSB remotes, this should fix #1522
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
49837f3aca
commit
f21c4c4122
@ -0,0 +1,20 @@
|
|||||||
|
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 */
|
||||||
|
{ }
|
||||||
|
};
|
Loading…
x
Reference in New Issue
Block a user