diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2009-02-28 14:19:30 +0100 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2009-02-28 14:19:30 +0100 |
commit | 6c7ed65e3ea76c36aec18b3c7d7fc97af216bf05 (patch) | |
tree | 611afce82b12d708256c5deb7289183fc96548c4 /linux/drivers/media/dvb/frontends | |
parent | 4d68602c04515adbfc2054fac35937ce762b2093 (diff) | |
download | mediapointer-dvb-s2-6c7ed65e3ea76c36aec18b3c7d7fc97af216bf05.tar.gz mediapointer-dvb-s2-6c7ed65e3ea76c36aec18b3c7d7fc97af216bf05.tar.bz2 |
Fix i2c code of flexcop-driver for rare revisions
From: Patrick Boettcher <pb@linuxtv.org>
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.
Priority: high
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/itd1000_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/itd1000_priv.h b/linux/drivers/media/dvb/frontends/itd1000_priv.h index 8cdc54e57..08ca85122 100644 --- a/linux/drivers/media/dvb/frontends/itd1000_priv.h +++ b/linux/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 { |