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

Commit fa3b877e authored by Joachim Steiger's avatar Joachim Steiger Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (6296): dib0700: add support for AverMedia DVB-T Express card



add Avermedia dvb-t express card 34 (usb2) id

Signed-off-by: default avatarJoachim Steiger <roh@hyte.de>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 0ac3a5bb
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -820,6 +820,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
		{ USB_DEVICE(USB_VID_DIBCOM,    USB_PID_DIBCOM_STK7070PD) },
		{ USB_DEVICE(USB_VID_DIBCOM,    USB_PID_DIBCOM_STK7070PD) },
		{ USB_DEVICE(USB_VID_PINNACLE,  USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T) },
		{ USB_DEVICE(USB_VID_PINNACLE,  USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T) },
		{ USB_DEVICE(USB_VID_COMPRO,    USB_PID_COMPRO_VIDEOMATE_U500_PC) },
		{ USB_DEVICE(USB_VID_COMPRO,    USB_PID_COMPRO_VIDEOMATE_U500_PC) },
/* 20 */{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_EXPRESS) },
		{ 0 }		/* Terminating entry */
		{ 0 }		/* Terminating entry */
};
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -861,7 +862,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {
			},
			},
		},
		},


		.num_device_descs = 6,
		.num_device_descs = 7,
		.devices = {
		.devices = {
			{   "DiBcom STK7700P reference design",
			{   "DiBcom STK7700P reference design",
				{ &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },
				{ &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },
@@ -886,6 +887,10 @@ struct dvb_usb_device_properties dib0700_devices[] = {
			{   "Leadtek Winfast DTV Dongle (STK7700P based)",
			{   "Leadtek Winfast DTV Dongle (STK7700P based)",
				{ &dib0700_usb_id_table[8], NULL },
				{ &dib0700_usb_id_table[8], NULL },
				{ NULL },
				{ NULL },
			},
			{   "AVerMedia AVerTV DVB-T Express",
				{ &dib0700_usb_id_table[20] },
				{ NULL },
			}
			}
		},
		},


+1 −0
Original line number Original line Diff line number Diff line
@@ -121,6 +121,7 @@
#define USB_PID_HAUPPAUGE_NOVA_T_STICK			0x7050
#define USB_PID_HAUPPAUGE_NOVA_T_STICK			0x7050
#define USB_PID_HAUPPAUGE_NOVA_T_STICK_2		0x7060
#define USB_PID_HAUPPAUGE_NOVA_T_STICK_2		0x7060
#define USB_PID_HAUPPAUGE_NOVA_TD_STICK			0x9580
#define USB_PID_HAUPPAUGE_NOVA_TD_STICK			0x9580
#define USB_PID_AVERMEDIA_EXPRESS			0xb568
#define USB_PID_AVERMEDIA_VOLAR				0xa807
#define USB_PID_AVERMEDIA_VOLAR				0xa807
#define USB_PID_AVERMEDIA_VOLAR_2			0xb808
#define USB_PID_AVERMEDIA_VOLAR_2			0xb808
#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY	0x005a
#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY	0x005a