diff options
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/it913x.c')
-rw-r--r-- | drivers/media/usb/dvb-usb-v2/it913x.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/it913x.c b/drivers/media/usb/dvb-usb-v2/it913x.c index 1cb6899cf797..fe95a586dd5d 100644 --- a/drivers/media/usb/dvb-usb-v2/it913x.c +++ b/drivers/media/usb/dvb-usb-v2/it913x.c | |||
@@ -799,6 +799,9 @@ static const struct usb_device_id it913x_id_table[] = { | |||
799 | { DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_CTVDIGDUAL_V2, | 799 | { DVB_USB_DEVICE(USB_VID_KWORLD_2, USB_PID_CTVDIGDUAL_V2, |
800 | &it913x_properties, "Digital Dual TV Receiver CTVDIGDUAL_V2", | 800 | &it913x_properties, "Digital Dual TV Receiver CTVDIGDUAL_V2", |
801 | RC_MAP_IT913X_V1) }, | 801 | RC_MAP_IT913X_V1) }, |
802 | { DVB_USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_H335, | ||
803 | &it913x_properties, "Avermedia H335", | ||
804 | RC_MAP_IT913X_V2) }, | ||
802 | {} /* Terminating entry */ | 805 | {} /* Terminating entry */ |
803 | }; | 806 | }; |
804 | 807 | ||