aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb
diff options
context:
space:
mode:
authorAntti Palosaari <crope@iki.fi>2010-09-09 12:10:50 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2010-10-21 01:05:51 -0200
commit76391a71543ba0c45e634b31cc33cef1e1be8e79 (patch)
treead78330baf450c7af3d3a8d0298592dcd72954fc /drivers/media/dvb
parentV4L/DVB: af9015: simple comment update (diff)
downloadlinux-dev-76391a71543ba0c45e634b31cc33cef1e1be8e79.tar.xz
linux-dev-76391a71543ba0c45e634b31cc33cef1e1be8e79.zip
V4L/DVB: af9015: fix bug introduced by commit 490ade7e3f4474f626a8f5d778ead4e599b94fbc
Commit 490ade7e3f4474f626a8f5d778ead4e599b94fbc merge conflict fix leads situation where last nine device definitions were overridden mistakenly. 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.c25
1 files changed, 6 insertions, 19 deletions
diff --git a/drivers/media/dvb/dvb-usb/af9015.c b/drivers/media/dvb/dvb-usb/af9015.c
index 754b126ed176..b5fdcc2cb543 100644
--- a/drivers/media/dvb/dvb-usb/af9015.c
+++ b/drivers/media/dvb/dvb-usb/af9015.c
@@ -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",
@@ -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,
@@ -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},
- },
}
},
};