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:
0b29669
)
V4L/DVB (6746): saa7134-dvb: fix tuning for WinTV HVR-1110
author
Benoit Istin
<
[email protected]
>
Fri, 7 Dec 2007 05:00:04 +0000
(
02:00
-0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Tue, 11 Dec 2007 20:08:23 +0000
(18:08 -0200)
There are several months my hvr1110 stop working.
This is very simple to fix, for my card revision at least, by setting a
missing field to the hauppauge_hvr_1110_config.
Signed-off-by: Benoit Istin <
[email protected]
>
Signed-off-by: Michael Krufky <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/saa7134/saa7134-dvb.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/saa7134/saa7134-dvb.c
b/drivers/media/video/saa7134/saa7134-dvb.c
index 38d87332cc5dcd312fd815bece3d40709ee38c42..e1ab099ec4c62ecdf2fdebc4a018bb27e96f1272 100644
(file)
--- a/
drivers/media/video/saa7134/saa7134-dvb.c
+++ b/
drivers/media/video/saa7134/saa7134-dvb.c
@@
-662,6
+662,7
@@
static struct tda1004x_config hauppauge_hvr_1110_config = {
.if_freq = TDA10046_FREQ_045,
.i2c_gate = 0x4b,
.tuner_address = 0x61,
+ .tuner_config = 1,
.request_firmware = philips_tda1004x_request_firmware
};