diff options
Diffstat (limited to 'drivers/media/dvb/dvb-usb/dib0700_devices.c')
| -rw-r--r-- | drivers/media/dvb/dvb-usb/dib0700_devices.c | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c index 0b2812aa30a..6bd8951ea02 100644 --- a/drivers/media/dvb/dvb-usb/dib0700_devices.c +++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c | |||
| @@ -1925,7 +1925,7 @@ struct dvb_usb_device_properties dib0700_devices[] = { | |||
| 1925 | { NULL }, | 1925 | { NULL }, |
| 1926 | }, | 1926 | }, |
| 1927 | { "Leadtek Winfast DTV Dongle (STK7700P based)", | 1927 | { "Leadtek Winfast DTV Dongle (STK7700P based)", |
| 1928 | { &dib0700_usb_id_table[8] }, | 1928 | { &dib0700_usb_id_table[8], &dib0700_usb_id_table[34] }, |
| 1929 | { NULL }, | 1929 | { NULL }, |
| 1930 | }, | 1930 | }, |
| 1931 | { "AVerMedia AVerTV DVB-T Express", | 1931 | { "AVerMedia AVerTV DVB-T Express", |
| @@ -2064,7 +2064,7 @@ struct dvb_usb_device_properties dib0700_devices[] = { | |||
| 2064 | }, | 2064 | }, |
| 2065 | }, | 2065 | }, |
| 2066 | 2066 | ||
| 2067 | .num_device_descs = 12, | 2067 | .num_device_descs = 11, |
| 2068 | .devices = { | 2068 | .devices = { |
| 2069 | { "DiBcom STK7070P reference design", | 2069 | { "DiBcom STK7070P reference design", |
| 2070 | { &dib0700_usb_id_table[15], NULL }, | 2070 | { &dib0700_usb_id_table[15], NULL }, |
| @@ -2098,11 +2098,6 @@ struct dvb_usb_device_properties dib0700_devices[] = { | |||
| 2098 | { &dib0700_usb_id_table[30], NULL }, | 2098 | { &dib0700_usb_id_table[30], NULL }, |
| 2099 | { NULL }, | 2099 | { NULL }, |
| 2100 | }, | 2100 | }, |
| 2101 | { "Terratec Cinergy T USB XXS/ T3", | ||
| 2102 | { &dib0700_usb_id_table[33], | ||
| 2103 | &dib0700_usb_id_table[52], NULL }, | ||
| 2104 | { NULL }, | ||
| 2105 | }, | ||
| 2106 | { "Elgato EyeTV DTT", | 2101 | { "Elgato EyeTV DTT", |
| 2107 | { &dib0700_usb_id_table[49], NULL }, | 2102 | { &dib0700_usb_id_table[49], NULL }, |
| 2108 | { NULL }, | 2103 | { NULL }, |
| @@ -2343,8 +2338,10 @@ struct dvb_usb_device_properties dib0700_devices[] = { | |||
| 2343 | { &dib0700_usb_id_table[59], NULL }, | 2338 | { &dib0700_usb_id_table[59], NULL }, |
| 2344 | { NULL }, | 2339 | { NULL }, |
| 2345 | }, | 2340 | }, |
| 2346 | { "Terratec Cinergy T USB XXS (HD)", | 2341 | { "Terratec Cinergy T USB XXS (HD)/ T3", |
| 2347 | { &dib0700_usb_id_table[34], &dib0700_usb_id_table[60] }, | 2342 | { &dib0700_usb_id_table[33], |
| 2343 | &dib0700_usb_id_table[52], | ||
| 2344 | &dib0700_usb_id_table[60], NULL}, | ||
| 2348 | { NULL }, | 2345 | { NULL }, |
| 2349 | }, | 2346 | }, |
| 2350 | }, | 2347 | }, |
