Commit f9aeba45 authored by Stefan Traby's avatar Stefan Traby Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (4819): Dib0700: Add support for new revision of Nova-T Stick



Added support for Nova-T Stick with USB-pid: 0x7060

Signed-off-by: default avatarStefan Traby <stefan@hello-penguin.com>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 9292e91b
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -278,6 +278,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
		{ USB_DEVICE(USB_VID_COMPRO,    USB_PID_COMPRO_VIDEOMATE_U500) },
		{ USB_DEVICE(USB_VID_UNIWILL,   USB_PID_UNIWILL_STK7700P) },
		{ USB_DEVICE(USB_VID_LEADTEK,   USB_PID_WINFAST_DTV_DONGLE_STK7700P) },
		{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK_2) },
		{ }		/* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -326,7 +327,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {
				{ NULL },
			},
			{   "Hauppauge Nova-T Stick",
				{ &dib0700_usb_id_table[4], NULL },
				{ &dib0700_usb_id_table[4], &dib0700_usb_id_table[9], NULL },
				{ NULL },
			},
			{   "AVerMedia AVerTV DVB-T Volar",
+1 −0
Original line number Diff line number Diff line
@@ -101,6 +101,7 @@
#define USB_PID_HAUPPAUGE_NOVA_T_500			0x9941
#define USB_PID_HAUPPAUGE_NOVA_T_500_2			0x9950
#define USB_PID_HAUPPAUGE_NOVA_T_STICK			0x7050
#define USB_PID_HAUPPAUGE_NOVA_T_STICK_2		0x7060
#define USB_PID_AVERMEDIA_VOLAR				0xa807
#define USB_PID_NEBULA_DIGITV				0x0201
#define USB_PID_DVICO_BLUEBIRD_LGDT			0xd820