aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-11-15 08:34:33 -0500
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 16:02:13 -0500
commit993efa7133985597eb48fb486c661010ab08b525 (patch)
tree153f76daad07109b2dd8c6920c76f5630076f064 /drivers/media/video/saa7134/saa7134.h
parentddf12227c3f8413d09c54f85e6642f79312f1430 (diff)
V4L/DVB (6607): saa7134: add support for reading Hauppauge eeprom
Increased size of dev->eedata from 128 to 256, since the Hauppauge data begins at byte 128. This has been tested on boards with smaller eeproms, and caused no problems. Added comments to distinguish between the various versions of the HVR1110. Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134.h')
-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 16f4b5ce34d9..a531e3c6c941 100644
--- a/drivers/media/video/saa7134/saa7134.h
+++ b/drivers/media/video/saa7134/saa7134.h
@@ -481,7 +481,7 @@ struct saa7134_dev {
481 /* i2c i/o */ 481 /* i2c i/o */
482 struct i2c_adapter i2c_adap; 482 struct i2c_adapter i2c_adap;
483 struct i2c_client i2c_client; 483 struct i2c_client i2c_client;
484 unsigned char eedata[128]; 484 unsigned char eedata[256];
485 485
486 /* video overlay */ 486 /* video overlay */
487 struct v4l2_framebuffer ovbuf; 487 struct v4l2_framebuffer ovbuf;