summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/itd1000_priv.h
diff options
context:
space:
mode:
authorPatrick Boettcher <pb@linuxtv.org>2009-02-28 10:19:30 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-03-30 12:43:47 -0300
commit1662070a593b5a862b5bf8c843ebfab0deb058a6 (patch)
treee6636c48e4503ef8b6069c09a77285f2666055b7 /drivers/media/dvb/frontends/itd1000_priv.h
parentaef822074b88397968560b650a9f4bdbf973e2b3 (diff)
downloadop-kernel-dev-1662070a593b5a862b5bf8c843ebfab0deb058a6.zip
op-kernel-dev-1662070a593b5a862b5bf8c843ebfab0deb058a6.tar.gz
V4L/DVB (11284): Fix i2c code of flexcop-driver for rare revisions
This patch adds a workaround in the i2c-code of the flexcop-driver to fix support for SkyStar2 rev 2.7. There are not many devices out there, that's why this bug was not revealed earlier. Signed-off-by: Patrick Boettcher <pb@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/itd1000_priv.h')
-rw-r--r--drivers/media/dvb/frontends/itd1000_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/frontends/itd1000_priv.h b/drivers/media/dvb/frontends/itd1000_priv.h
index 8cdc54e..08ca851 100644
--- a/drivers/media/dvb/frontends/itd1000_priv.h
+++ b/drivers/media/dvb/frontends/itd1000_priv.h
@@ -31,7 +31,7 @@ struct itd1000_state {
/* ugly workaround for flexcop's incapable i2c-controller
* FIXME, if possible
*/
- u8 shadow[255];
+ u8 shadow[256];
};
enum itd1000_register {
OpenPOWER on IntegriCloud