alistair23-linux/drivers/i2c
Jean Delvare 4366dc946c [PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICK
Move the check for SMBUS_QUICK in i2c_probe() after the forced
addresses have been handled. This makes it possible for a driver to
leave the probed address lists empty, only providing forced addresses,
and get i2c_probe to work even if the bus doesn't support SMBUS_QUICK.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

 drivers/i2c/i2c-core.c |   15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)
2005-10-28 14:02:07 -07:00
..
algos [PATCH] i2c: Discard explicit static initializations to 0 2005-10-28 14:02:06 -07:00
busses [PATCH] i2c: Reuse name strings in i2c bus drivers 2005-10-28 14:02:06 -07:00
chips [PATCH] drivers: convert kcalloc to kzalloc 2005-09-07 16:57:46 -07:00
i2c-core.c [PATCH] i2c: Adjust i2c_probe() for busses without SMBUS_QUICK 2005-10-28 14:02:07 -07:00
i2c-dev.c [PATCH] I2C: Improve core debugging messages 2005-09-05 09:14:16 -07:00
Kconfig Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Makefile [PATCH] hwmon: hwmon vs i2c, second round (07/11) 2005-09-05 09:14:22 -07:00