diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-29 22:47:30 +0200 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2009-03-29 22:47:30 +0200 |
commit | 90fe2a4ea4edbd255bdf8074fbb402d454682e94 (patch) | |
tree | ec0994d81cdf21bdc8e1c53f4e1724ab379fea25 /linux/drivers/media/video/tuner-core.c | |
parent | fbb7db73536826892676fe88068fa7f508744923 (diff) | |
download | mediapointer-dvb-s2-90fe2a4ea4edbd255bdf8074fbb402d454682e94.tar.gz mediapointer-dvb-s2-90fe2a4ea4edbd255bdf8074fbb402d454682e94.tar.bz2 |
cx88: prevent probing rtc and ir devices
From: Hans Verkuil <hverkuil@xs4all.nl>
tuner-core.c contains a hack for cx88 board to prevent probing of certain
addresses:
/* HACK: Ignore 0x6b and 0x6f on cx88 boards.
* FusionHDTV5 RT Gold has an ir receiver at 0x6b
* and an RTC at 0x6f which can get corrupted if probed.
*/
With the new i2c API this hack no longer works. So instead change the
list of tuner probe addresses in the cx88 driver itself, which is much
more clean.
Priority: normal
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/tuner-core.c')
0 files changed, 0 insertions, 0 deletions