diff options
author | Mauro Carvalho Chehab <mchehab@brturbo.com.br> | 2005-09-09 16:04:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-09 16:57:54 -0400 |
commit | 0f97a931b337e4662e736ca67f1fab0a187f5852 (patch) | |
tree | 974a24348db544ed76e1fea0efda68e0c486f789 /drivers/media/video/cx88/cx88-cards.c | |
parent | 18fc59e230bbda9725736f8f526ef88aab212348 (diff) |
[PATCH] v4l: tveeprom improved to support newer Hauppage cards
- tveeprom improved and updated to reflect newer Hauppage cards.
- CodingStyle fixes.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index 92623231db78..4da91d535a5b 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -945,7 +945,7 @@ static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data) | |||
945 | { | 945 | { |
946 | struct tveeprom tv; | 946 | struct tveeprom tv; |
947 | 947 | ||
948 | tveeprom_hauppauge_analog(&tv, eeprom_data); | 948 | tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data); |
949 | core->tuner_type = tv.tuner_type; | 949 | core->tuner_type = tv.tuner_type; |
950 | core->has_radio = tv.has_radio; | 950 | core->has_radio = tv.has_radio; |
951 | } | 951 | } |