[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:
parent
84486d53b7
commit
83331624aa
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue