Skip to content

Commit 54cecb6

Browse files
committed
Added Device IDs for August DVB-T 205
1 parent 9def6a4 commit 54cecb6

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
@@ -1944,6 +1944,10 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
19441944
&rtl28xxu_props, "Compro VideoMate U650F", NULL) },
19451945
{ DVB_USB_DEVICE(USB_VID_KWORLD_2, 0xd394,
19461946
&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+
&rtl28xxu_props, "August DVB-T 205", NULL) },
19471951
{ DVB_USB_DEVICE(USB_VID_LEADTEK, 0x6a03,
19481952
&rtl28xxu_props, "Leadtek WinFast DTV Dongle mini", NULL) },
19491953
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_CPYTO_REDI_PC50A,

0 commit comments

Comments
 (0)