Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 350573
b: refs/heads/master
c: e46e5dc
h: refs/heads/master
i:
  350571: 486609e
v: v3
  • Loading branch information
Lars-Peter Clausen authored and Guenter Roeck committed Feb 20, 2013
1 parent 72a397e commit e3a2440
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 54be068d19ccdad6864dd8a24c20885af26f851c
refs/heads/master: e46e5dc2b2f364b5192a5878267239b8c8979ba2
4 changes: 2 additions & 2 deletions trunk/drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,11 @@ config SENSORS_ADM9240
will be called adm9240.

config SENSORS_ADT7410
tristate "Analog Devices ADT7410"
tristate "Analog Devices ADT7410/ADT7420"
depends on I2C
help
If you say yes here you get support for the Analog Devices
ADT7410 temperature monitoring chip.
ADT7410 and ADT7420 temperature monitoring chips.

This driver can also be built as a module. If so, the module
will be called adt7410.
Expand Down
3 changes: 2 additions & 1 deletion trunk/drivers/hwmon/adt7410.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ static int adt7410_remove(struct i2c_client *client)

static const struct i2c_device_id adt7410_ids[] = {
{ "adt7410", adt7410, },
{ "adt7420", adt7410, },
{ /* LIST END */ }
};
MODULE_DEVICE_TABLE(i2c, adt7410_ids);
Expand Down Expand Up @@ -455,5 +456,5 @@ static struct i2c_driver adt7410_driver = {
module_i2c_driver(adt7410_driver);

MODULE_AUTHOR("Hartmut Knaack");
MODULE_DESCRIPTION("ADT7410 driver");
MODULE_DESCRIPTION("ADT7410/ADT7420 driver");
MODULE_LICENSE("GPL");

0 comments on commit e3a2440

Please sign in to comment.