dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/include/media
Jean Delvare 1684a98430 [PATCH] I2C: Kill i2c_algorithm.id (6/7)
In theory, there should be no more users of I2C_ALGO_* at this point.
However, it happens that several drivers were using I2C_ALGO_* for
adapter ids, so we need to correct these before we can get rid of all
the I2C_ALGO_* definitions.

Note that this also fixes a bug in media/video/tvaudio.c:

	/* don't attach on saa7146 based cards,
	   because dedicated drivers are used */
	if ((adap->id & I2C_ALGO_SAA7146))
		return 0;

This test was plain broken, as it would succeed for many more adapters
than just the saa7146: any those id would share at least one bit with
the saa7146 id. We are really lucky that the few other adapters we want
this driver to work with did not fulfill that condition.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2005-09-05 09:14:32 -07:00
..
audiochip.h [PATCH] v4l: I2C Miscelaneous 2005-07-12 16:01:05 -07:00
id.h [PATCH] I2C: Kill i2c_algorithm.id (6/7) 2005-09-05 09:14:32 -07:00
ir-common.h [PATCH] v4l: update for tuner cards and some V4L chips 2005-06-24 00:06:39 -07:00
ovcamchip.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
saa6752hs.h [PATCH] v4l: SAA7134 hybrid DVB 2005-07-12 16:01:05 -07:00
saa7146.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
saa7146_vv.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
tuner.h [PATCH] V4L: Miscellaneous fixes 2005-08-01 19:13:59 -07:00
tveeprom.h [PATCH] drivers/media/video/tveeprom.c: possible cleanups 2005-07-27 16:26:15 -07:00
video-buf-dvb.h [PATCH] dvb: modified dvb_register_adapter() to avoid kmalloc/kfree 2005-05-17 07:59:33 -07:00
video-buf.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00