[PATCH] v4l: 677: increased eeprom dump to 128 bytes

- Increased eeprom dump to 128 bytes

Signed-off-by: Hartmut Hackmann <hartmut.hackmann@t.online.de>
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>
This commit is contained in:
Hartmut Hackmann 2005-11-08 21:36:42 -08:00 committed by Linus Torvalds
parent 84486d53b7
commit 83331624aa
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ struct saa7134_dev {
/* i2c i/o */
struct i2c_adapter i2c_adap;
struct i2c_client i2c_client;
unsigned char eedata[64];
unsigned char eedata[128];
/* video overlay */
struct v4l2_framebuffer ovbuf;