We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9def6a4 commit 54cecb6Copy full SHA for 54cecb6
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1944,6 +1944,10 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
1944
&rtl28xxu_props, "Compro VideoMate U650F", NULL) },
1945
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd394,
1946
&rtl28xxu_props, "MaxMedia HU394-T", NULL) },
1947
+ { DVB_USB_DEVICE(USB_VID_GTEK, 0xb803 /*USB_PID_AUGUST_DVBT205*/,
1948
+ &rtl28xxu_props, "August DVB-T 205", NULL) },
1949
+ { DVB_USB_DEVICE(USB_VID_GTEK, 0xa803 /*USB_PID_AUGUST_DVBT205*/,
1950
1951
{ DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a03,
1952
&rtl28xxu_props, "Leadtek WinFast DTV Dongle mini", NULL) },
1953
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_CPYTO_REDI_PC50A,
0 commit comments