Skip to content

Commit 9961f0f

Browse files
committed
Added Device IDs for August DVB-T 205
1 parent a3a6cfe commit 9961f0f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/media/usb/dvb-usb-v2/rtl28xxu.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,6 +1964,10 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
19641964
&rtl28xxu_props, "Compro VideoMate U650F", NULL) },
19651965
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd394,
19661966
&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+
&rtl28xxu_props, "August DVB-T 205", NULL) },
19671971
{ DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a03,
19681972
&rtl28xxu_props, "Leadtek WinFast DTV Dongle mini", NULL) },
19691973
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_CPYTO_REDI_PC50A,

0 commit comments

Comments
 (0)