diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-18 17:19:47 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-18 17:19:47 +0000 |
commit | 9b3bfc9b5d03ce82f3086a75e678df78d7d7c2d9 (patch) | |
tree | 7dc43b74d5d1ac992a6a7706b07e0aa043549f57 /linux/drivers | |
parent | c8ae8ee9d850fac86b9431ac7f518fde3bd845c7 (diff) | |
download | mediapointer-dvb-s2-9b3bfc9b5d03ce82f3086a75e678df78d7d7c2d9.tar.gz mediapointer-dvb-s2-9b3bfc9b5d03ce82f3086a75e678df78d7d7c2d9.tar.bz2 |
- Fixed log for tveeprom on em28xx cards.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-cards.c | 1 | ||||
-rw-r--r-- | linux/drivers/usb/media/em2820-cards.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-cards.c b/linux/drivers/media/video/em28xx/em28xx-cards.c index c079c418f..9c14219f6 100644 --- a/linux/drivers/media/video/em28xx/em28xx-cards.c +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c @@ -252,6 +252,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; diff --git a/linux/drivers/usb/media/em2820-cards.c b/linux/drivers/usb/media/em2820-cards.c index c079c418f..9c14219f6 100644 --- a/linux/drivers/usb/media/em2820-cards.c +++ b/linux/drivers/usb/media/em2820-cards.c @@ -252,6 +252,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; |