aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2008-09-19 18:34:06 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 09:37:03 -0200
commita3765888a7edc4efe54293d8f7c6676cae61057e (patch)
tree5a5c16652e4c9a119e25eec9b27188b7bd9ac30c /drivers/media/dvb
parent111f9ecf174655f3da2b266602f20f11e6a6a4c7 (diff)
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>
Diffstat (limited to 'drivers/media/dvb')
-rw-r--r--drivers/media/dvb/dvb-usb/af9015.c4
-rw-r--r--drivers/media/dvb/dvb-usb/dvb-usb-ids.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers/media/dvb/dvb-usb/af9015.c
index 505432b10b8..f962d89db13 100644
--- a/drivers/media/dvb/dvb-usb/af9015.c
+++ b/drivers/media/dvb/dvb-usb/af9015.c
@@ -1196,7 +1196,7 @@ static struct usb_device_id af9015_usb_table[] = {
/* 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_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},
};
MODULE_DEVICE_TABLE(usb, af9015_usb_table);
@@ -1365,7 +1365,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {
.warm_ids = {NULL},
},
{
- .name = "Telestar USB DVB-T",
+ .name = "Telestar Starstick 2",
.cold_ids = {&af9015_usb_table[13], NULL},
.warm_ids = {NULL},
},
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
index 60c241e0236..66dc000d4e4 100644
--- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
+++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
@@ -225,6 +225,6 @@
#define USB_PID_YUAN_EC372S 0x1edc
#define USB_PID_DW2102 0x2102
#define USB_PID_XTENSIONS_XD_380 0x0381
-#define USB_PID_TELESTAR 0x8000
+#define USB_PID_TELESTAR_STARSTICK_2 0x8000
#endif