aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlejandro Torrado <aletorrado@gmail.com>2016-04-18 12:37:00 -0400
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2016-05-09 13:57:31 -0400
commitec788795dde419af4935c3c9d08d641707114eec (patch)
tree04e055ccfd750642e9b0a9b8f55a25cd05904303
parenteca4ca84a965d7fcc3430439898d0728818edc56 (diff)
[media] dib0700: add USB ID for another STK8096-PVR ref design based card
USB_PID_DIBCOM_STK8096GP also comes with USB_VID_DIBCOM vendor ID. Signed-off-by: Alejandro Torrado <aletorrado@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r--drivers/media/usb/dvb-usb/dib0700_devices.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/dib0700_devices.c b/drivers/media/usb/dvb-usb/dib0700_devices.c
index ea0391e32d23..0857b56e652c 100644
--- a/drivers/media/usb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/usb/dvb-usb/dib0700_devices.c
@@ -3814,6 +3814,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
3814 { USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_2002E) }, 3814 { USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_2002E) },
3815 { USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_2002E_SE) }, 3815 { USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_2002E_SE) },
3816 { USB_DEVICE(USB_VID_PCTV, USB_PID_DIBCOM_STK8096PVR) }, 3816 { USB_DEVICE(USB_VID_PCTV, USB_PID_DIBCOM_STK8096PVR) },
3817 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK8096PVR) },
3817 { 0 } /* Terminating entry */ 3818 { 0 } /* Terminating entry */
3818}; 3819};
3819MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); 3820MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -5017,7 +5018,8 @@ struct dvb_usb_device_properties dib0700_devices[] = {
5017 .num_device_descs = 1, 5018 .num_device_descs = 1,
5018 .devices = { 5019 .devices = {
5019 { "DiBcom STK8096-PVR reference design", 5020 { "DiBcom STK8096-PVR reference design",
5020 { &dib0700_usb_id_table[83], NULL }, 5021 { &dib0700_usb_id_table[83],
5022 &dib0700_usb_id_table[84], NULL},
5021 { NULL }, 5023 { NULL },
5022 }, 5024 },
5023 }, 5025 },