V4L/DVB (8975): af9015: cleanup
- cleanup Telestar Starstick 2 patch Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
111f9ecf17
commit
a3765888a7
@@ -1196,7 +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)},
|
{USB_DEVICE(USB_VID_TELESTAR, USB_PID_TELESTAR_STARSTICK_2)},
|
||||||
{0},
|
{0},
|
||||||
};
|
};
|
||||||
MODULE_DEVICE_TABLE(usb, af9015_usb_table);
|
MODULE_DEVICE_TABLE(usb, af9015_usb_table);
|
||||||
@@ -1365,7 +1365,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {
|
|||||||
.warm_ids = {NULL},
|
.warm_ids = {NULL},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.name = "Telestar USB DVB-T",
|
.name = "Telestar Starstick 2",
|
||||||
.cold_ids = {&af9015_usb_table[13], NULL},
|
.cold_ids = {&af9015_usb_table[13], NULL},
|
||||||
.warm_ids = {NULL},
|
.warm_ids = {NULL},
|
||||||
},
|
},
|
||||||
|
@@ -225,6 +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
|
#define USB_PID_TELESTAR_STARSTICK_2 0x8000
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user