diff --git a/packages/linux/patches/3.7.2/linux-216-rtl28xxu_add_Gigabyte_U7300_DVB-T_Dongle.patch b/packages/linux/patches/3.7.2/linux-216-rtl28xxu_add_Gigabyte_U7300_DVB-T_Dongle.patch new file mode 100644 index 0000000000..de2720eed5 --- /dev/null +++ b/packages/linux/patches/3.7.2/linux-216-rtl28xxu_add_Gigabyte_U7300_DVB-T_Dongle.patch @@ -0,0 +1,33 @@ +From 78a5e70919e9416344409e523e53221613776d80 Mon Sep 17 00:00:00 2001 +From: Alexander Inyukhin +Date: Fri, 4 Jan 2013 18:19:02 -0300 +Subject: [PATCH] [media] rtl28xxu: add Gigabyte U7300 DVB-T Dongle + +Device with ID 1b80:d393 is the Gigabyte U7300 DVB-T dongle. +It contains decoder Realtek RTL2832U and tuner Fitipower FC0012. + +[crope@iki.fi: fix trivial merge conflict] +Signed-off-by: Alexander Inyukhin +Signed-off-by: Antti Palosaari + +Signed-off-by: Mauro Carvalho Chehab +--- + drivers/media/usb/dvb-usb-v2/rtl28xxu.c | 2 ++ + 1 files changed, 2 insertions(+), 0 deletions(-) + +diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c +index ca54674..39e2d7c 100644 +--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c ++++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c +@@ -1366,6 +1366,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = { + &rtl2832u_props, "TerraTec Cinergy T Stick+", NULL) }, + { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd3a8, + &rtl2832u_props, "ASUS My Cinema-U3100Mini Plus V2", NULL) }, ++ { DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd393, ++ &rtl2832u_props, "Gigabyte U7300 DVB-T Dongle", NULL) }, + { } + }; + MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table); +-- +1.7.2.5 +