projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d0235d
)
DVB (2431): Fixed dishnetwork support for Nexus-S rev 2.3
author
Oliver Endriss
<o.endriss@gmx.de>
Mon, 9 Jan 2006 17:25:05 +0000
(15:25 -0200)
committer
Mauro Carvalho Chehab
<mchehab@brturbo.com.br>
Mon, 9 Jan 2006 17:25:05 +0000
(15:25 -0200)
- Fixed dishnetwork support for Nexus-S rev 2.3
Signed-off-by: Oliver Endriss <o.endriss@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
drivers/media/dvb/ttpci/av7110.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/av7110.c
b/drivers/media/dvb/ttpci/av7110.c
index 7dae91e5863c002c885e4247b8b253dfe37dc90c..48b846bcff69d0fd0d95434888ae0a7dd4e4a4b7 100644
(file)
--- a/
drivers/media/dvb/ttpci/av7110.c
+++ b/
drivers/media/dvb/ttpci/av7110.c
@@
-2314,8
+2314,10
@@
static int frontend_init(struct av7110 *av7110)
case 0x000E: /* Hauppauge/TT Nexus-S rev 2.3 */
/* ALPS BSBE1 */
av7110->fe = stv0299_attach(&alps_bsbe1_config, &av7110->i2c_adap);
- if (av7110->fe)
+ if (av7110->fe)
{
av7110->fe->ops->set_voltage = lnbp21_set_voltage;
+ av7110->fe->ops->dishnetwork_send_legacy_command = NULL;
+ }
break;
}
}