projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b548747
)
[PATCH] dvb: budget-av: enable frontend on KNC1 Plus cards
author
Andrew de Quincey
<adq_dvb@lidskialf.net>
Fri, 9 Sep 2005 20:03:09 +0000
(13:03 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Fri, 9 Sep 2005 20:57:45 +0000
(13:57 -0700)
Enable frontend on KNC plus cards.
Signed-off-by: Andrew de Quincey <adq_dvb@lidskialf.net>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/media/dvb/ttpci/budget-av.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/ttpci/budget-av.c
b/drivers/media/dvb/ttpci/budget-av.c
index
8c2a290
..
7692cd2
100644
(file)
--- a/
drivers/media/dvb/ttpci/budget-av.c
+++ b/
drivers/media/dvb/ttpci/budget-av.c
@@
-743,6
+743,7
@@
static void frontend_init(struct budget_av *budget_av)
case SUBID_DVBC_KNC1_PLUS:
case SUBID_DVBT_KNC1_PLUS:
// Enable / PowerON Frontend
+ saa7146_setgpio(saa, 0, SAA7146_GPIO_OUTLO);
saa7146_setgpio(saa, 3, SAA7146_GPIO_OUTHI);
break;
}