|
@@ -767,6 +767,7 @@ err:
|
|
|
enum rtl28xxu_usb_table_entry {
|
|
|
RTL2831U_0BDA_2831,
|
|
|
RTL2831U_14AA_0160,
|
|
|
+ RTL2831U_14AA_0161,
|
|
|
};
|
|
|
|
|
|
static struct usb_device_id rtl28xxu_table[] = {
|
|
@@ -775,6 +776,8 @@ static struct usb_device_id rtl28xxu_table[] = {
|
|
|
USB_DEVICE(USB_VID_REALTEK, USB_PID_REALTEK_RTL2831U)},
|
|
|
[RTL2831U_14AA_0160] = {
|
|
|
USB_DEVICE(USB_VID_WIDEVIEW, USB_PID_FREECOM_DVBT)},
|
|
|
+ [RTL2831U_14AA_0161] = {
|
|
|
+ USB_DEVICE(USB_VID_WIDEVIEW, USB_PID_FREECOM_DVBT_2)},
|
|
|
|
|
|
/* RTL2832U */
|
|
|
{} /* terminating entry */
|
|
@@ -840,6 +843,7 @@ static struct dvb_usb_device_properties rtl28xxu_properties[] = {
|
|
|
.name = "Freecom USB2.0 DVB-T",
|
|
|
.warm_ids = {
|
|
|
&rtl28xxu_table[RTL2831U_14AA_0160],
|
|
|
+ &rtl28xxu_table[RTL2831U_14AA_0161],
|
|
|
},
|
|
|
},
|
|
|
}
|