Skip to content

Commit

Permalink
V4L/DVB (6746): saa7134-dvb: fix tuning for WinTV HVR-1110
Browse files Browse the repository at this point in the history
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 <beistin@gmail.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Benoit Istin authored and Mauro Carvalho Chehab committed Dec 11, 2007
1 parent 0b29669 commit bc54837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/media/video/saa7134/saa7134-dvb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit bc54837

Please sign in to comment.