diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2007-02-13 16:09:01 -0500 |
---|---|---|
committer | Jean Delvare <khali@arrakis.delvare> | 2007-02-13 16:09:01 -0500 |
commit | 9ace555d7d87c55ceab6999be444c9a17e0e79b4 (patch) | |
tree | 0f2a38fe4890c7ef06d9bc72a7989560b1bd013d /drivers/i2c/busses/i2c-piix4.c | |
parent | a394ae15427f215b43fca21f3c9370b0e63ba252 (diff) |
i2c: Add IDs to adapters
IDs have been defined but not used by most of the I2C adapters.
By having a unique ID, clients can check for correct connection
during probe.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/i2c/busses/i2c-piix4.c')
-rw-r--r-- | drivers/i2c/busses/i2c-piix4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/busses/i2c-piix4.c b/drivers/i2c/busses/i2c-piix4.c index 07546c2b2404..03d0aeea0189 100644 --- a/drivers/i2c/busses/i2c-piix4.c +++ b/drivers/i2c/busses/i2c-piix4.c | |||
@@ -384,6 +384,7 @@ static const struct i2c_algorithm smbus_algorithm = { | |||
384 | 384 | ||
385 | static struct i2c_adapter piix4_adapter = { | 385 | static struct i2c_adapter piix4_adapter = { |
386 | .owner = THIS_MODULE, | 386 | .owner = THIS_MODULE, |
387 | .id = I2C_HW_SMBUS_PIIX4, | ||
387 | .class = I2C_CLASS_HWMON, | 388 | .class = I2C_CLASS_HWMON, |
388 | .algo = &smbus_algorithm, | 389 | .algo = &smbus_algorithm, |
389 | }; | 390 | }; |