Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec788795 authored by Alejandro Torrado's avatar Alejandro Torrado Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarAlejandro Torrado <aletorrado@gmail.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@osg.samsung.com>
parent eca4ca84
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -3814,6 +3814,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
	{ USB_DEVICE(USB_VID_PCTV,      USB_PID_PCTV_2002E) },
	{ USB_DEVICE(USB_VID_PCTV,      USB_PID_PCTV_2002E_SE) },
	{ USB_DEVICE(USB_VID_PCTV,      USB_PID_DIBCOM_STK8096PVR) },
	{ USB_DEVICE(USB_VID_DIBCOM,    USB_PID_DIBCOM_STK8096PVR) },
	{ 0 }		/* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -5017,7 +5018,8 @@ struct dvb_usb_device_properties dib0700_devices[] = {
		.num_device_descs = 1,
		.devices = {
			{   "DiBcom STK8096-PVR reference design",
				{ &dib0700_usb_id_table[83], NULL },
				{ &dib0700_usb_id_table[83],
					&dib0700_usb_id_table[84], NULL},
				{ NULL },
			},
		},