aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@brturbo.com.br>2005-11-08 21:37:58 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 07:56:22 -0800
commitf59ab27b7a6fd760268f695078c739f3036b4edf (patch)
tree365be1bbc4267270a3bfb17b1cdf13a9b04a222c /drivers
parent13dd38d0814f36fce3a7ec9cb29a5ce6b0fc2522 (diff)
downloadlinux-f59ab27b7a6fd760268f695078c739f3036b4edf.tar.gz
[PATCH] v4l: 820: fixed log for tveeprom on em28xx cards
- Fixed log for tveeprom on em28xx cards. 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')
-rw-r--r--drivers/media/video/em28xx/em28xx-cards.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-cards.c b/drivers/media/video/em28xx/em28xx-cards.c
index f0860532575a54..e6dd6eaa8d68bd 100644
--- a/drivers/media/video/em28xx/em28xx-cards.c
+++ b/drivers/media/video/em28xx/em28xx-cards.c
@@ -251,6 +251,7 @@ void em2820_card_setup(struct em2820 *dev)
#endif
/* Call first TVeeprom */
+ dev->i2c_client.addr = 0xa0 >> 1;
tveeprom_hauppauge_analog(&dev->i2c_client, &tv, dev->eedata);
dev->tuner_type= tv.tuner_type;