diff options
author | Manu Abraham <manu@linuxtv.org> | 2007-10-18 13:13:04 +0400 |
---|---|---|
committer | Manu Abraham <manu@linuxtv.org> | 2007-10-18 13:13:04 +0400 |
commit | 19232ed7eabed82b1ae318cee27810e9208c8347 (patch) | |
tree | fe1ef411d4d6ba7f4a4bd9c487e6ad8bcca4da26 /linux/drivers | |
parent | df1967b47cfc020db8de09734d4d890d8b2b87d2 (diff) | |
download | mediapointer-dvb-s2-19232ed7eabed82b1ae318cee27810e9208c8347.tar.gz mediapointer-dvb-s2-19232ed7eabed82b1ae318cee27810e9208c8347.tar.bz2 |
Deviation from the reference, pullup is 12k instead
From: Manu Abraham <abraham.manu@gmail.com>
Signed-off-by: Manu Abraham <manu@linuxtv.org>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/ttpci/budget-ci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/ttpci/budget-ci.c b/linux/drivers/media/dvb/ttpci/budget-ci.c index 5194c01e2..dbc33723f 100644 --- a/linux/drivers/media/dvb/ttpci/budget-ci.c +++ b/linux/drivers/media/dvb/ttpci/budget-ci.c @@ -1114,7 +1114,7 @@ static const struct stb0899_s1_reg tt3200_stb0899_s1_init_1[] = { { STB0899_IRQMSK_0 , 0xff }, { STB0899_IRQCFG , 0x00 }, { STB0899_I2CCFG , 0x88 }, - { STB0899_I2CRPT , 0x5c }, + { STB0899_I2CRPT , 0x48 }, /* 12k Pullup */ { STB0899_IOPVALUE5 , 0x00 }, { STB0899_IOPVALUE4 , 0x20 }, { STB0899_IOPVALUE3 , 0xc9 }, |