summaryrefslogtreecommitdiffstats
path: root/drivers/media/video/saa7134/saa7134.h
diff options
context:
space:
mode:
authorMichael Krufky <mkrufky@linuxtv.org>2007-11-15 14:34:33 +0100
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 22:02:13 +0100
commit993efa7133985597eb48fb486c661010ab08b525 (patch)
tree153f76daad07109b2dd8c6920c76f5630076f064 /drivers/media/video/saa7134/saa7134.h
parentV4L/DVB (6606): saa7134: add autodetection support for alternate subids of Ha... (diff)
downloadlinux-993efa7133985597eb48fb486c661010ab08b525.tar.xz
linux-993efa7133985597eb48fb486c661010ab08b525.zip
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 {
/* i2c i/o */
struct i2c_adapter i2c_adap;
struct i2c_client i2c_client;
- unsigned char eedata[128];
+ unsigned char eedata[256];
/* video overlay */
struct v4l2_framebuffer ovbuf;