Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219091
b: refs/heads/master
c: 76391a7
h: refs/heads/master
i:
  219089: 88dd2f2
  219087: dd5d0c5
v: v3
  • Loading branch information
Antti Palosaari authored and Mauro Carvalho Chehab committed Oct 21, 2010
1 parent 84c5ca9 commit 6204abb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 20 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: a44b91d9fe02a96b8d53863a1653bd4c14a31ea7
refs/heads/master: 76391a71543ba0c45e634b31cc33cef1e1be8e79
25 changes: 6 additions & 19 deletions trunk/drivers/media/dvb/dvb-usb/af9015.c
Original file line number Diff line number Diff line change
Expand Up @@ -1370,7 +1370,7 @@ static struct dvb_usb_device_properties af9015_properties[] = {

.i2c_algo = &af9015_i2c_algo,

.num_device_descs = 9, /* check max from dvb-usb.h */
.num_device_descs = 10, /* check max from dvb-usb.h */
.devices = {
{
.name = "Afatech AF9015 DVB-T USB2.0 stick",
Expand Down Expand Up @@ -1422,6 +1422,11 @@ static struct dvb_usb_device_properties af9015_properties[] = {
.cold_ids = {&af9015_usb_table[9], NULL},
.warm_ids = {NULL},
},
{
.name = "TerraTec Cinergy T Stick RC",
.cold_ids = {&af9015_usb_table[33], NULL},
.warm_ids = {NULL},
},
}
}, {
.caps = DVB_USB_IS_AN_I2C_ADAPTER,
Expand Down Expand Up @@ -1638,24 +1643,6 @@ static struct dvb_usb_device_properties af9015_properties[] = {
.cold_ids = {&af9015_usb_table[32], NULL},
.warm_ids = {NULL},
},
},

.identify_state = af9015_identify_state,

.rc.legacy = {
.rc_query = af9015_rc_query,
.rc_interval = 150,
},

.i2c_algo = &af9015_i2c_algo,

.num_device_descs = 1, /* check max from dvb-usb.h */
.devices = {
{
.name = "TerraTec Cinergy T Stick RC",
.cold_ids = {&af9015_usb_table[33], NULL},
.warm_ids = {NULL},
},
}
},
};
Expand Down

0 comments on commit 6204abb

Please sign in to comment.