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 a3a6cfe commit 9961f0fCopy full SHA for 9961f0f
drivers/media/usb/dvb-usb-v2/rtl28xxu.c
@@ -1964,6 +1964,10 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
1964
&rtl28xxu_props, "Compro VideoMate U650F", NULL) },
1965
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd394,
1966
&rtl28xxu_props, "MaxMedia HU394-T", NULL) },
1967
+ { DVB_USB_DEVICE(USB_VID_GTEK, 0xb803 /*USB_PID_AUGUST_DVBT205*/,
1968
+ &rtl28xxu_props, "August DVB-T 205", NULL) },
1969
+ { DVB_USB_DEVICE(USB_VID_GTEK, 0xa803 /*USB_PID_AUGUST_DVBT205*/,
1970
1971
{ DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a03,
1972
&rtl28xxu_props, "Leadtek WinFast DTV Dongle mini", NULL) },
1973
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_CPYTO_REDI_PC50A,
0 commit comments