Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267279
b: refs/heads/master
c: e96f9d8
h: refs/heads/master
i:
  267277: 9454769
  267275: d2460fd
  267271: 2922e66
  267263: ed20d5e
v: v3
  • Loading branch information
Michael Hennerich authored and Guenter Roeck committed Oct 24, 2011
1 parent 57d9827 commit 8ca7ce1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1af1f5313cfea85a185c7bbb5258f7856fc8fea7
refs/heads/master: e96f9d89e6213c7630a3323cd0c754e7f2619564
5 changes: 5 additions & 0 deletions trunk/Documentation/hwmon/lm75
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ Supported chips:
Addresses scanned: I2C 0x48 - 0x4f
Datasheet: Publicly available at the Microchip website
http://www.microchip.com/
* Analog Devices ADT75
Prefix: 'adt75'
Addresses scanned: I2C 0x48 - 0x4f
Datasheet: Publicly available at the Analog Devices website
http://www.analog.com/adt75

Author: Frodo Looijaard <frodol@dds.nl>

Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/hwmon/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ config SENSORS_LM75
If you say yes here you get support for one common type of
temperature sensor chip, with models including:

- Analog Devices ADT75
- Dallas Semiconductor DS75 and DS1775
- Maxim MAX6625 and MAX6626
- Microchip MCP980x
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/hwmon/lm75.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
*/

enum lm75_type { /* keep sorted in alphabetical order */
adt75,
ds1775,
ds75,
lm75,
Expand Down Expand Up @@ -213,6 +214,7 @@ static int lm75_remove(struct i2c_client *client)
}

static const struct i2c_device_id lm75_ids[] = {
{ "adt75", adt75, },
{ "ds1775", ds1775, },
{ "ds75", ds75, },
{ "lm75", lm75, },
Expand Down

0 comments on commit 8ca7ce1

Please sign in to comment.