linux/drivers/media/dvb/dvb-usb
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
..
Kconfig [PATCH] dvb: usb: add supprt for WideView WT-220U 2005-07-07 18:24:03 -07:00
Makefile [PATCH] dvb: usb: support Medion hybrid USB2.0 DVB-T/analogue box 2005-07-07 18:23:59 -07:00
a800.c [PATCH] dvb: usb/pci: correct syntax of driver name fields 2005-07-07 18:24:02 -07:00
cxusb.c [PATCH] I2C: Kill i2c_algorithm.id (4/7) 2005-09-05 09:14:29 -07:00
cxusb.h [PATCH] dvb: usb: support Medion hybrid USB2.0 DVB-T/analogue box 2005-07-07 18:23:59 -07:00
dibusb-common.c [PATCH] I2C: Kill i2c_algorithm.id (4/7) 2005-09-05 09:14:29 -07:00
dibusb-mb.c [PATCH] dvb: usb/pci: correct syntax of driver name fields 2005-07-07 18:24:02 -07:00
dibusb-mc.c [PATCH] dvb: usb/pci: correct syntax of driver name fields 2005-07-07 18:24:02 -07:00
dibusb.h [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00
digitv.c [PATCH] I2C: Kill i2c_algorithm.id (4/7) 2005-09-05 09:14:29 -07:00
digitv.h [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00
dtt200u-fe.c [PATCH] dvb: usb: add supprt for WideView WT-220U 2005-07-07 18:24:03 -07:00
dtt200u.c [PATCH] dvb: usb: add supprt for WideView WT-220U 2005-07-07 18:24:03 -07:00
dtt200u.h [PATCH] dvb: usb: add supprt for WideView WT-220U 2005-07-07 18:24:03 -07:00
dvb-usb-common.h [PATCH] dvb: usb: add module parm to disable remote control polling 2005-07-07 18:23:59 -07:00
dvb-usb-dvb.c [PATCH] fix for race problem in DVB USB drivers (dibusb) 2005-08-27 11:03:45 -07:00
dvb-usb-firmware.c [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00
dvb-usb-i2c.c [PATCH] I2C: Kill i2c_algorithm.id (6/7) 2005-09-05 09:14:32 -07:00
dvb-usb-ids.h [PATCH] dvb: usb: add supprt for WideView WT-220U 2005-07-07 18:24:03 -07:00
dvb-usb-init.c [PATCH] dvb: usb: fix some typos 2005-07-12 16:01:03 -07:00
dvb-usb-remote.c [PATCH] dvb: usb: IR input fixes 2005-07-07 18:24:02 -07:00
dvb-usb-urb.c [PATCH] dvb: usb: dont use HZ for timeouts 2005-07-07 18:24:02 -07:00
dvb-usb.h [PATCH] dvb: usb: add VideoWalker DVB-T USB ids 2005-07-07 18:24:00 -07:00
nova-t-usb2.c [PATCH] dvb: usb/pci: correct syntax of driver name fields 2005-07-07 18:24:02 -07:00
umt-010.c [PATCH] dvb: usb/pci: correct syntax of driver name fields 2005-07-07 18:24:02 -07:00
vp7045-fe.c [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00
vp7045.c [PATCH] dvb: usb: fix some typos 2005-07-12 16:01:03 -07:00
vp7045.h [PATCH] dvb: Add generalized dvb-usb driver 2005-06-24 00:05:30 -07:00