diff options
author | sebastian.blanes@gmail.com <sebastian.blanes@gmail.com> | 2009-02-24 12:51:43 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:07 -0400 |
commit | 0a6e1ed2f11d92e24c3792ce5403e2628a9f7a7e (patch) | |
tree | b40da7520f20ab41e3fe76bcb926d20b290e412a | |
parent | 04574185aa9ad0e6be7db96252f3c479beb5b3fa (diff) |
V4L/DVB (10824): Add "Sony PlayTV" to dibcom driver
This patch introduces support for DVB-T for the following dibcom based card:
Sony PlayTV (USB-ID: 1415:0003)
Signed-off-by: Sebastián Blanes <sebastian.blanes@gmail.com>
Cc: Patrick Boettcher <patrick.boettcher@desy.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 7 | ||||
-rw-r--r-- | drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index f291fb55f1be..95582aeafa9d 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c | |||
@@ -1419,6 +1419,7 @@ struct usb_device_id dib0700_usb_id_table[] = { | |||
1419 | { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_EXPRESS) }, | 1419 | { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_EXPRESS) }, |
1420 | { USB_DEVICE(USB_VID_TERRATEC, | 1420 | { USB_DEVICE(USB_VID_TERRATEC, |
1421 | USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2) }, | 1421 | USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2) }, |
1422 | { USB_DEVICE(USB_VID_SONY, USB_PID_SONY_PLAYTV) }, | ||
1422 | { 0 } /* Terminating entry */ | 1423 | { 0 } /* Terminating entry */ |
1423 | }; | 1424 | }; |
1424 | MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); | 1425 | MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); |
@@ -1684,7 +1685,7 @@ struct dvb_usb_device_properties dib0700_devices[] = { | |||
1684 | } | 1685 | } |
1685 | }, | 1686 | }, |
1686 | 1687 | ||
1687 | .num_device_descs = 5, | 1688 | .num_device_descs = 6, |
1688 | .devices = { | 1689 | .devices = { |
1689 | { "DiBcom STK7070PD reference design", | 1690 | { "DiBcom STK7070PD reference design", |
1690 | { &dib0700_usb_id_table[17], NULL }, | 1691 | { &dib0700_usb_id_table[17], NULL }, |
@@ -1705,6 +1706,10 @@ struct dvb_usb_device_properties dib0700_devices[] = { | |||
1705 | { "Terratec Cinergy DT USB XS Diversity", | 1706 | { "Terratec Cinergy DT USB XS Diversity", |
1706 | { &dib0700_usb_id_table[43], NULL }, | 1707 | { &dib0700_usb_id_table[43], NULL }, |
1707 | { NULL }, | 1708 | { NULL }, |
1709 | }, | ||
1710 | { "Sony PlayTV", | ||
1711 | { &dib0700_usb_id_table[44], NULL }, | ||
1712 | { NULL }, | ||
1708 | } | 1713 | } |
1709 | }, | 1714 | }, |
1710 | .rc_interval = DEFAULT_RC_INTERVAL, | 1715 | .rc_interval = DEFAULT_RC_INTERVAL, |
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index 4ab5ec9a0de0..748d8dc38771 100644 --- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |||
@@ -55,6 +55,7 @@ | |||
55 | #define USB_VID_GIGABYTE 0x1044 | 55 | #define USB_VID_GIGABYTE 0x1044 |
56 | #define USB_VID_YUAN 0x1164 | 56 | #define USB_VID_YUAN 0x1164 |
57 | #define USB_VID_XTENSIONS 0x1ae7 | 57 | #define USB_VID_XTENSIONS 0x1ae7 |
58 | #define USB_VID_SONY 0x1415 | ||
58 | 59 | ||
59 | /* Product IDs */ | 60 | /* Product IDs */ |
60 | #define USB_PID_ADSTECH_USB2_COLD 0xa333 | 61 | #define USB_PID_ADSTECH_USB2_COLD 0xa333 |
@@ -237,5 +238,6 @@ | |||
237 | #define USB_PID_XTENSIONS_XD_380 0x0381 | 238 | #define USB_PID_XTENSIONS_XD_380 0x0381 |
238 | #define USB_PID_TELESTAR_STARSTICK_2 0x8000 | 239 | #define USB_PID_TELESTAR_STARSTICK_2 0x8000 |
239 | #define USB_PID_MSI_DIGI_VOX_MINI_III 0x8807 | 240 | #define USB_PID_MSI_DIGI_VOX_MINI_III 0x8807 |
241 | #define USB_PID_SONY_PLAYTV 0x0003 | ||
240 | 242 | ||
241 | #endif | 243 | #endif |