diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-08 19:00:13 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2013-01-08 19:00:13 +0100 |
commit | ae5dc1a3bd46b4e00fffee99ecbe6d11ca22b8ad (patch) | |
tree | 184a550b57391ee4c42a654878ab992320c9dca7 /testing/linux-vanilla/dvb-realtek-usbid.patch | |
parent | 4580f4b522c362c6fb4a8bf2d998c6c369b38c44 (diff) | |
download | aports-ae5dc1a3bd46b4e00fffee99ecbe6d11ca22b8ad.tar.bz2 aports-ae5dc1a3bd46b4e00fffee99ecbe6d11ca22b8ad.tar.xz |
testing/linux-vanilla: move to main
Diffstat (limited to 'testing/linux-vanilla/dvb-realtek-usbid.patch')
-rw-r--r-- | testing/linux-vanilla/dvb-realtek-usbid.patch | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/testing/linux-vanilla/dvb-realtek-usbid.patch b/testing/linux-vanilla/dvb-realtek-usbid.patch deleted file mode 100644 index 0c29671f5..000000000 --- a/testing/linux-vanilla/dvb-realtek-usbid.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- linux-3.7/drivers/media/dvb-core/dvb-usb-ids.h.orig -+++ linux-3.7/drivers/media/dvb-core/dvb-usb-ids.h -@@ -151,6 +151,7 @@ - #define USB_PID_KWORLD_395U_2 0xe39b - #define USB_PID_KWORLD_395U_3 0xe395 - #define USB_PID_KWORLD_395U_4 0xe39a -+#define USB_PID_KWORLD_D393 0xd393 - #define USB_PID_KWORLD_MC810 0xc810 - #define USB_PID_KWORLD_PC160_2T 0xc160 - #define USB_PID_KWORLD_PC160_T 0xc161 ---- linux-3.7/drivers/media/usb/dvb-usb-v2/rtl28xxu.c.orig -+++ linux-3.7/drivers/media/usb/dvb-usb-v2/rtl28xxu.c -@@ -1350,6 +1350,8 @@ - &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, 0xd393, -+ &rtl2832u_props, "DVB-T TV Stick D393", NULL) }, - { } - }; - MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table); |