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

Commit 728827b8 authored by Gianluca Gennari's avatar Gianluca Gennari Committed by Mauro Carvalho Chehab
Browse files

[media] af9035: add USB id for 07ca:a867



New USB id for the Avermedia A867 stick (Sky Digital Key with blue led).

Signed-off-by: default avatarGianluca Gennari <gennarone@gmail.com>
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 540fd4ba
Loading
Loading
Loading
Loading
+5 −1
Original line number Original line Diff line number Diff line
@@ -794,6 +794,7 @@ enum af9035_id_entry {
	AF9035_15A4_9035,
	AF9035_15A4_9035,
	AF9035_15A4_1001,
	AF9035_15A4_1001,
	AF9035_07CA_1867,
	AF9035_07CA_1867,
	AF9035_07CA_A867,
};
};


static struct usb_device_id af9035_id[] = {
static struct usb_device_id af9035_id[] = {
@@ -805,6 +806,8 @@ static struct usb_device_id af9035_id[] = {
		USB_DEVICE(USB_VID_AFATECH, USB_PID_AFATECH_AF9035_2)},
		USB_DEVICE(USB_VID_AFATECH, USB_PID_AFATECH_AF9035_2)},
	[AF9035_07CA_1867] = {
	[AF9035_07CA_1867] = {
		USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_1867)},
		USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_1867)},
	[AF9035_07CA_A867] = {
		USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A867)},
	{},
	{},
};
};


@@ -861,9 +864,10 @@ static struct dvb_usb_device_properties af9035_properties[] = {
					&af9035_id[AF9035_15A4_1001],
					&af9035_id[AF9035_15A4_1001],
				},
				},
			}, {
			}, {
				.name = "AVerMedia HD Volar",
				.name = "AVerMedia HD Volar (A867)",
				.cold_ids = {
				.cold_ids = {
					&af9035_id[AF9035_07CA_1867],
					&af9035_id[AF9035_07CA_1867],
					&af9035_id[AF9035_07CA_A867],
				},
				},
			},
			},
		}
		}
+1 −0
Original line number Original line Diff line number Diff line
@@ -225,6 +225,7 @@
#define USB_PID_AVERMEDIA_A805				0xa805
#define USB_PID_AVERMEDIA_A805				0xa805
#define USB_PID_AVERMEDIA_A815M				0x815a
#define USB_PID_AVERMEDIA_A815M				0x815a
#define USB_PID_AVERMEDIA_1867				0x1867
#define USB_PID_AVERMEDIA_1867				0x1867
#define USB_PID_AVERMEDIA_A867				0xa867
#define USB_PID_TECHNOTREND_CONNECT_S2400               0x3006
#define USB_PID_TECHNOTREND_CONNECT_S2400               0x3006
#define USB_PID_TECHNOTREND_CONNECT_CT3650		0x300d
#define USB_PID_TECHNOTREND_CONNECT_CT3650		0x300d
#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY	0x005a
#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY	0x005a