aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/media/usb/dvb-usb-v2/af9035.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/af9035.c b/drivers/media/usb/dvb-usb-v2/af9035.c
index b49170754a7c..94563b2f1d48 100644
--- a/drivers/media/usb/dvb-usb-v2/af9035.c
+++ b/drivers/media/usb/dvb-usb-v2/af9035.c
@@ -1728,9 +1728,9 @@ static const struct usb_device_id af9035_id_table[] = {
1728 { DVB_USB_DEVICE(USB_VID_HAUPPAUGE, 0xf900, 1728 { DVB_USB_DEVICE(USB_VID_HAUPPAUGE, 0xf900,
1729 &af9035_props, "Hauppauge WinTV-MiniStick 2", NULL) }, 1729 &af9035_props, "Hauppauge WinTV-MiniStick 2", NULL) },
1730 { DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_78E, 1730 { DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_78E,
1731 &af9035_props, "PCTV 78e", RC_MAP_IT913X_V1) }, 1731 &af9035_props, "PCTV AndroiDTV (78e)", RC_MAP_IT913X_V1) },
1732 { DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_79E, 1732 { DVB_USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_79E,
1733 &af9035_props, "PCTV 79e", RC_MAP_IT913X_V2) }, 1733 &af9035_props, "PCTV microStick (79e)", RC_MAP_IT913X_V2) },
1734 { } 1734 { }
1735}; 1735};
1736MODULE_DEVICE_TABLE(usb, af9035_id_table); 1736MODULE_DEVICE_TABLE(usb, af9035_id_table);