diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-25 12:23:03 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-10-25 12:23:03 +0000 |
commit | f7e48751fe28d3bdd184f3b3d29c17d8a12bcd56 (patch) | |
tree | dd87ef514ce4b99160f7ed69f4369ac873e48aad /linux/drivers/media/video/em28xx/em28xx-i2c.c | |
parent | aa76610010e43b9fc24bd195c127dea86dde6072 (diff) | |
download | mediapointer-dvb-s2-f7e48751fe28d3bdd184f3b3d29c17d8a12bcd56.tar.gz mediapointer-dvb-s2-f7e48751fe28d3bdd184f3b3d29c17d8a12bcd56.tar.bz2 |
- Some module rename and small fixes
- module renamed to cs53l32ac.
- New debug info from em2820 eeprom
- Fixed request_module to the newer name for saa711x
- module info messages improved to show audio interfaces.
- Fixed to compile cx53l32ac instead of cx53132ac.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/em28xx/em28xx-i2c.c')
-rw-r--r-- | linux/drivers/media/video/em28xx/em28xx-i2c.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/video/em28xx/em28xx-i2c.c b/linux/drivers/media/video/em28xx/em28xx-i2c.c index 88a771ad2..5f42bb961 100644 --- a/linux/drivers/media/video/em28xx/em28xx-i2c.c +++ b/linux/drivers/media/video/em28xx/em28xx-i2c.c @@ -373,6 +373,9 @@ static int em2820_i2c_eeprom(struct em2820 *dev, unsigned char *eedata, int len) printk(KERN_INFO "200mA max power\n"); break; } + printk(KERN_INFO "Table at 0x%02x, strings=0x%04x, 0x%04x, 0x%04x\n", + em_eeprom->string_idx_table,em_eeprom->string1, + em_eeprom->string2,em_eeprom->string3); return 0; } |