mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
linux: add support for ASUS My Cinema-U3100Mini Plus V2 DVB dongle
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
6c7485c087
commit
0628e01822
15
packages/linux/patches/3.7.2/linux-215-rtl28xxu_ASUS_My_Cinema-U3100Mini_Plus_V2.patch
vendored
Normal file
15
packages/linux/patches/3.7.2/linux-215-rtl28xxu_ASUS_My_Cinema-U3100Mini_Plus_V2.patch
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
X-Git-Url: http://git.linuxtv.org
|
||||
|
||||
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
||||
index 2d02471..ca54674 100644
|
||||
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
||||
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
||||
@@ -1364,6 +1364,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
|
||||
&rtl2832u_props, "Dexatek DK mini DVB-T Dongle", NULL) },
|
||||
{ DVB_USB_DEVICE(USB_VID_TERRATEC, 0x00d7,
|
||||
&rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) },
|
||||
+ { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd3a8,
|
||||
+ &rtl2832u_props, "ASUS My Cinema-U3100Mini Plus V2", NULL) },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
|
Loading…
x
Reference in New Issue
Block a user