aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorHartmut Hackmann <hartmut.hackmann@t.online.de>2005-11-09 00:36:42 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:11 -0500
commit83331624aac006b615f6853aacd28aef3111ef07 (patch)
tree64b11dd169b3ad21bfb686ff45b9c7e419e1f611 /drivers
parent84486d53b7fab2cf939acd378959fc4896d3bb68 (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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/saa7134/saa7134.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/saa7134/saa7134.h b/drivers/media/video/saa7134/saa7134.h
index ad8e89d6bf50..4169c2a857f1 100644
--- a/drivers/media/video/saa7134/saa7134.h
+++ b/drivers/media/video/saa7134/saa7134.h
@@ -428,7 +428,7 @@ struct saa7134_dev {
428 /* i2c i/o */ 428 /* i2c i/o */
429 struct i2c_adapter i2c_adap; 429 struct i2c_adapter i2c_adap;
430 struct i2c_client i2c_client; 430 struct i2c_client i2c_client;
431 unsigned char eedata[64]; 431 unsigned char eedata[128];
432 432
433 /* video overlay */ 433 /* video overlay */
434 struct v4l2_framebuffer ovbuf; 434 struct v4l2_framebuffer ovbuf;