Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78a5e709 authored by Alexander Inyukhin's avatar Alexander Inyukhin Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarAlexander Inyukhin <shurick@sectorb.msk.ru>
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 3971e79a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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);