mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Merge pull request #2369 from mperreir/master
linux modules : adding support for AUGUST DVB-T205 USB DVB stick to 3.9.5 kernel module rtl28xxu
This commit is contained in:
commit
2335a8c5a2
12
packages/linux/patches/3.9.5/linux-060-add_AUGUST_DVB-T205.patch
vendored
Normal file
12
packages/linux/patches/3.9.5/linux-060-add_AUGUST_DVB-T205.patch
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
diff -Naur linux-3.9.5/drivers/media/usb/dvb-usb-v2/rtl28xxu.c linux-3.9.5.patch/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
||||
--- linux-3.9.5/drivers/media/usb/dvb-usb-v2/rtl28xxu.c 2013-06-07 21:54:00.000000000 +0200
|
||||
+++ linux-3.9.5.patch/drivers/media/usb/dvb-usb-v2/rtl28xxu.c 2013-06-13 14:48:38.110705193 +0200
|
||||
@@ -1372,6 +1372,8 @@
|
||||
&rtl2832u_props, "Digivox Micro Hd", NULL) },
|
||||
{ DVB_USB_DEVICE(USB_VID_COMPRO, 0x0620,
|
||||
&rtl2832u_props, "Compro VideoMate U620F", NULL) },
|
||||
+ { DVB_USB_DEVICE(USB_VID_GTEK, 0xa803,
|
||||
+ &rtl2832u_props, "Realtek RTL2832U reference design", NULL) },
|
||||
{ }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
|
Loading…
x
Reference in New Issue
Block a user