[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1278411798-6437-1-git-send-email-arons7@gmail.com>
Date: Tue, 6 Jul 2010 12:23:18 +0200
From: Renzo Dani <arons7@...il.com>
To: mchehab@...radead.org
Cc: arons7@...il.com, rdunlap@...otime.net, o.endriss@....de,
awalls@...ix.net, crope@....fi, manu@...uxtv.org,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: [PATCH 1/2] Added Technisat Skystar USB HD CI
From: Renzo Dani <arons7@...il.com>
Signed-off-by: Renzo Dani <arons7@...il.com>
---
drivers/media/dvb/dvb-usb/az6027.c | 14 ++++++++++++--
1 files changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/media/dvb/dvb-usb/az6027.c b/drivers/media/dvb/dvb-usb/az6027.c
index d7290b2..445851a 100644
--- a/drivers/media/dvb/dvb-usb/az6027.c
+++ b/drivers/media/dvb/dvb-usb/az6027.c
@@ -1103,13 +1103,23 @@ static struct dvb_usb_device_properties az6027_properties = {
.rc_query = az6027_rc_query,
.i2c_algo = &az6027_i2c_algo,
- .num_device_descs = 1,
+ .num_device_descs = 3,
.devices = {
{
.name = "AZUREWAVE DVB-S/S2 USB2.0 (AZ6027)",
.cold_ids = { &az6027_usb_table[0], NULL },
.warm_ids = { NULL },
},
+ {
+ .name = " Terratec DVB 2 CI",
+ .cold_ids = { &az6027_usb_table[1], NULL },
+ .warm_ids = { NULL },
+ },
+ {
+ .name = "TechniSat SkyStar USB 2 HD CI (AZ6027)",
+ .cold_ids = { &az6027_usb_table[2], NULL },
+ .warm_ids = { NULL },
+ },
{ NULL },
}
};
@@ -1118,7 +1128,7 @@ static struct dvb_usb_device_properties az6027_properties = {
static struct usb_driver az6027_usb_driver = {
.name = "dvb_usb_az6027",
.probe = az6027_usb_probe,
- .disconnect = az6027_usb_disconnect,
+ .disconnect = az6027_usb_disconnect,
.id_table = az6027_usb_table,
};
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists