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

Commit c92f0563 authored by Mart Raudsepp's avatar Mart Raudsepp Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB: af9015: add new USB ID for KWorld PlusTV Dual DVB-T Stick (DVB-T 399U)



Add new USB ID (1b80:e400) for KWorld PlusTV Dual DVB-T Stick (DVB-T 399U).
The model number on the devices sticker label is "KW-DVB-T 399UR".

Signed-off-by: default avatarMart Raudsepp <mart.raudsepp@artecdesign.ee>
Acked-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d6f76b97
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1264,6 +1264,7 @@ static struct usb_device_id af9015_usb_table[] = {
	{USB_DEVICE(USB_VID_KWORLD_2,  USB_PID_CONCEPTRONIC_CTVDIGRCU)},
	{USB_DEVICE(USB_VID_KWORLD_2,  USB_PID_KWORLD_MC810)},
	{USB_DEVICE(USB_VID_KYE,       USB_PID_GENIUS_TVGO_DVB_T03)},
/* 25 */{USB_DEVICE(USB_VID_KWORLD_2,  USB_PID_KWORLD_399U_2)},
	{0},
};
MODULE_DEVICE_TABLE(usb, af9015_usb_table);
@@ -1344,7 +1345,8 @@ static struct dvb_usb_device_properties af9015_properties[] = {
			{
				.name = "KWorld PlusTV Dual DVB-T Stick " \
					"(DVB-T 399U)",
				.cold_ids = {&af9015_usb_table[4], NULL},
				.cold_ids = {&af9015_usb_table[4],
					     &af9015_usb_table[25], NULL},
				.warm_ids = {NULL},
			},
			{
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@
#define USB_PID_GRANDTEC_DVBT_USB_WARM			0x0fa1
#define USB_PID_INTEL_CE9500				0x9500
#define USB_PID_KWORLD_399U				0xe399
#define USB_PID_KWORLD_399U_2				0xe400
#define USB_PID_KWORLD_395U				0xe396
#define USB_PID_KWORLD_395U_2				0xe39b
#define USB_PID_KWORLD_395U_3				0xe395