mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
14 lines
635 B
Diff
14 lines
635 B
Diff
diff --git a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
|
index c0cd084..c4b279f 100644
|
|
--- a/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
|
+++ b/drivers/media/usb/dvb-usb-v2/rtl28xxu.c
|
|
@@ -1388,6 +1388,8 @@ static const struct usb_device_id rtl28xxu_id_table[] = {
|
|
&rtl2832u_props, "Leadtek WinFast DTV Dongle mini", NULL) },
|
|
{ DVB_USB_DEVICE(USB_VID_GTEK, USB_PID_CPYTO_REDI_PC50A,
|
|
&rtl2832u_props, "Crypto ReDi PC 50 A", NULL) },
|
|
+ { DVB_USB_DEVICE(USB_VID_GTEK, 0xa803,
|
|
+ &rtl2832u_props, "Realtek RTL2832U reference design", NULL) },
|
|
{ }
|
|
};
|
|
MODULE_DEVICE_TABLE(usb, rtl28xxu_id_table);
|