Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 357565
b: refs/heads/master
c: ed72d37
h: refs/heads/master
i:
  357563: f17ed08
v: v3
  • Loading branch information
Christoph Nuscheler authored and Mauro Carvalho Chehab committed Feb 13, 2013
1 parent 825de1b commit ac7d5ec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b9e2afff1e6b36d05a0e12b6114eb0aaf8949c09
refs/heads/master: ed72d37a33fdf43dc47787fe220532cdec9da528
1 change: 1 addition & 0 deletions trunk/drivers/media/dvb-core/dvb-usb-ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
#define USB_PID_AVERMEDIA_A867 0xa867
#define USB_PID_AVERMEDIA_TWINSTAR 0x0825
#define USB_PID_TECHNOTREND_CONNECT_S2400 0x3006
#define USB_PID_TECHNOTREND_CONNECT_S2400_8KEEPROM 0x3009
#define USB_PID_TECHNOTREND_CONNECT_CT3650 0x300d
#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a
#define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2 0x0081
Expand Down
8 changes: 7 additions & 1 deletion trunk/drivers/media/usb/dvb-usb/ttusb2.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ static struct usb_device_id ttusb2_table [] = {
USB_PID_TECHNOTREND_CONNECT_S2400) },
{ USB_DEVICE(USB_VID_TECHNOTREND,
USB_PID_TECHNOTREND_CONNECT_CT3650) },
{ USB_DEVICE(USB_VID_TECHNOTREND,
USB_PID_TECHNOTREND_CONNECT_S2400_8KEEPROM) },
{} /* Terminating entry */
};
MODULE_DEVICE_TABLE (usb, ttusb2_table);
Expand Down Expand Up @@ -721,12 +723,16 @@ static struct dvb_usb_device_properties ttusb2_properties_s2400 = {

.generic_bulk_ctrl_endpoint = 0x01,

.num_device_descs = 1,
.num_device_descs = 2,
.devices = {
{ "Technotrend TT-connect S-2400",
{ &ttusb2_table[2], NULL },
{ NULL },
},
{ "Technotrend TT-connect S-2400 (8kB EEPROM)",
{ &ttusb2_table[4], NULL },
{ NULL },
},
}
};

Expand Down

0 comments on commit ac7d5ec

Please sign in to comment.