Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Alejandro Torrado and committed by
Mauro Carvalho Chehab
ec788795 eca4ca84

+3 -1
+3 -1
drivers/media/usb/dvb-usb/dib0700_devices.c
··· 3814 3814 { USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_2002E) }, 3815 3815 { USB_DEVICE(USB_VID_PCTV, USB_PID_PCTV_2002E_SE) }, 3816 3816 { USB_DEVICE(USB_VID_PCTV, USB_PID_DIBCOM_STK8096PVR) }, 3817 + { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK8096PVR) }, 3817 3818 { 0 } /* Terminating entry */ 3818 3819 }; 3819 3820 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); ··· 5018 5017 .num_device_descs = 1, 5019 5018 .devices = { 5020 5019 { "DiBcom STK8096-PVR reference design", 5021 - { &dib0700_usb_id_table[83], NULL }, 5020 + { &dib0700_usb_id_table[83], 5021 + &dib0700_usb_id_table[84], NULL}, 5022 5022 { NULL }, 5023 5023 }, 5024 5024 },