linux/drivers/media/dvb
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
..
b2c2 [PATCH] I2C: Kill i2c_algorithm.id (6/7) 2005-09-05 09:14:32 -07:00
bt8xx [PATCH] dvb: dst: printk -> dprintk 2005-07-12 16:01:04 -07:00
cinergyT2 [PATCH] swsusp: switch pm_message_t to struct 2005-09-05 00:06:16 -07:00
dvb-core [PATCH] dvb: frontend: remove unused I2C ids 2005-07-07 18:23:54 -07:00
dvb-usb [PATCH] I2C: Kill i2c_algorithm.id (6/7) 2005-09-05 09:14:32 -07:00
frontends [PATCH] missing include in tda80xx 2005-08-29 10:42:39 -07:00
pluto2 [PATCH] I2C: Kill i2c_algorithm.id (6/7) 2005-09-05 09:14:32 -07:00
ttpci [PATCH] Add missing select's to DVB_BUDGET_AV 2005-09-01 10:43:33 -07:00
ttusb-budget [PATCH] I2C: Kill i2c_algorithm.id (6/7) 2005-09-05 09:14:32 -07:00
ttusb-dec [PATCH] dvb: ttusb-dec: kfree cleanup 2005-07-07 18:23:56 -07:00
Kconfig [PATCH] dvb: add Pluto2 driver 2005-07-07 18:23:55 -07:00
Makefile [PATCH] dvb: add Pluto2 driver 2005-07-07 18:23:55 -07:00