diff options
author | Hartmut Hackmann <hartmut.hackmann@t.online.de> | 2005-11-08 21:36:42 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-09 07:56:11 -0800 |
commit | 83331624aac006b615f6853aacd28aef3111ef07 (patch) | |
tree | 64b11dd169b3ad21bfb686ff45b9c7e419e1f611 | |
parent | 84486d53b7fab2cf939acd378959fc4896d3bb68 (diff) |
[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>
-rw-r--r-- | drivers/media/video/saa7134/saa7134.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h index ad8e89d6bf5..4169c2a857f 100644 --- a/drivers/media/video/saa7134/saa7134.h +++ b/drivers/media/video/saa7134/saa7134.h @@ -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; |