Commit 111f9ecf authored by Mikko Ohtamaa's avatar Mikko Ohtamaa Committed by Mauro Carvalho Chehab

V4L/DVB (8974): af9015: Add USB ID for Telestar Starstick 2

- Add USB ID for Telestar Starstick 2 (10b9:8000)
Signed-off-by: default avatarMikko Ohtamaa <mikko@redinnovation.com>
Signed-off-by: default avatarAntti Palosaari <crope@iki.fi>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 28f947a9
...@@ -1196,6 +1196,7 @@ static struct usb_device_id af9015_usb_table[] = { ...@@ -1196,6 +1196,7 @@ static struct usb_device_id af9015_usb_table[] = {
/* 10 */{USB_DEVICE(USB_VID_XTENSIONS, USB_PID_XTENSIONS_XD_380)}, /* 10 */{USB_DEVICE(USB_VID_XTENSIONS, USB_PID_XTENSIONS_XD_380)},
{USB_DEVICE(USB_VID_MSI_2, USB_PID_MSI_DIGIVOX_DUO)}, {USB_DEVICE(USB_VID_MSI_2, USB_PID_MSI_DIGIVOX_DUO)},
{USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR_X_2)}, {USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR_X_2)},
{USB_DEVICE(USB_VID_TELESTAR, USB_PID_TELESTAR)},
{0}, {0},
}; };
MODULE_DEVICE_TABLE(usb, af9015_usb_table); MODULE_DEVICE_TABLE(usb, af9015_usb_table);
...@@ -1346,7 +1347,7 @@ static struct dvb_usb_device_properties af9015_properties[] = { ...@@ -1346,7 +1347,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {
.i2c_algo = &af9015_i2c_algo, .i2c_algo = &af9015_i2c_algo,
.num_device_descs = 3, .num_device_descs = 4,
.devices = { .devices = {
{ {
.name = "Xtensions XD-380", .name = "Xtensions XD-380",
...@@ -1363,6 +1364,11 @@ static struct dvb_usb_device_properties af9015_properties[] = { ...@@ -1363,6 +1364,11 @@ static struct dvb_usb_device_properties af9015_properties[] = {
.cold_ids = {&af9015_usb_table[12], NULL}, .cold_ids = {&af9015_usb_table[12], NULL},
.warm_ids = {NULL}, .warm_ids = {NULL},
}, },
{
.name = "Telestar USB DVB-T",
.cold_ids = {&af9015_usb_table[13], NULL},
.warm_ids = {NULL},
},
} }
} }
}; };
......
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
#define USB_VID_PINNACLE 0x2304 #define USB_VID_PINNACLE 0x2304
#define USB_VID_TECHNOTREND 0x0b48 #define USB_VID_TECHNOTREND 0x0b48
#define USB_VID_TERRATEC 0x0ccd #define USB_VID_TERRATEC 0x0ccd
#define USB_VID_TELESTAR 0x10b9
#define USB_VID_VISIONPLUS 0x13d3 #define USB_VID_VISIONPLUS 0x13d3
#define USB_VID_TWINHAN 0x1822 #define USB_VID_TWINHAN 0x1822
#define USB_VID_ULTIMA_ELECTRONIC 0x05d8 #define USB_VID_ULTIMA_ELECTRONIC 0x05d8
...@@ -224,5 +225,6 @@ ...@@ -224,5 +225,6 @@
#define USB_PID_YUAN_EC372S 0x1edc #define USB_PID_YUAN_EC372S 0x1edc
#define USB_PID_DW2102 0x2102 #define USB_PID_DW2102 0x2102
#define USB_PID_XTENSIONS_XD_380 0x0381 #define USB_PID_XTENSIONS_XD_380 0x0381
#define USB_PID_TELESTAR 0x8000
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment