5 * Analog Devices ADT7408
7 Addresses scanned: I2C 0x18 - 0x1f
9 http://www.analog.com/static/imported-files/data_sheets/ADT7408.pdf
10 * IDT TSE2002B3, TS3000B3
11 Prefix: 'tse2002b3', 'ts3000b3'
12 Addresses scanned: I2C 0x18 - 0x1f
14 http://www.idt.com/products/getdoc.cfm?docid=18715691
15 http://www.idt.com/products/getdoc.cfm?docid=18715692
18 Addresses scanned: I2C 0x18 - 0x1f
20 http://datasheets.maxim-ic.com/en/ds/MAX6604.pdf
21 * Microchip MCP9805, MCP98242, MCP98243, MCP9843
22 Prefixes: 'mcp9805', 'mcp98242', 'mcp98243', 'mcp9843'
23 Addresses scanned: I2C 0x18 - 0x1f
25 http://ww1.microchip.com/downloads/en/DeviceDoc/21977b.pdf
26 http://ww1.microchip.com/downloads/en/DeviceDoc/21996a.pdf
27 http://ww1.microchip.com/downloads/en/DeviceDoc/22153c.pdf
28 * NXP Semiconductors SE97, SE97B
30 Addresses scanned: I2C 0x18 - 0x1f
32 http://www.nxp.com/documents/data_sheet/SE97.pdf
33 http://www.nxp.com/documents/data_sheet/SE97B.pdf
34 * NXP Semiconductors SE98
36 Addresses scanned: I2C 0x18 - 0x1f
38 http://www.nxp.com/documents/data_sheet/SE98.pdf
39 * ON Semiconductor CAT34TS02, CAT6095
40 Prefix: 'cat34ts02', 'cat6095'
41 Addresses scanned: I2C 0x18 - 0x1f
43 http://www.onsemi.com/pub_link/Collateral/CAT34TS02-D.PDF
44 http://www.onsemi.com/pub/Collateral/CAT6095-D.PDF
45 * ST Microelectronics STTS424, STTS424E02
47 Addresses scanned: I2C 0x18 - 0x1f
49 http://www.st.com/stonline/products/literature/ds/13447/stts424.pdf
50 http://www.st.com/stonline/products/literature/ds/13448/stts424e02.pdf
51 * JEDEC JC 42.4 compliant temperature sensor chips
53 Addresses scanned: I2C 0x18 - 0x1f
57 Guenter Roeck <guenter.roeck@ericsson.com>
63 This driver implements support for JEDEC JC 42.4 compliant temperature sensors.
64 The driver auto-detects the chips listed above, but can be manually instantiated
65 to support other JC 42.4 compliant chips.
67 Example: the following will load the driver for a generic JC 42.4 compliant
68 temperature sensor at address 0x18 on I2C bus #1:
71 # echo jc42 0x18 > /sys/bus/i2c/devices/i2c-1/new_device
73 A JC 42.4 compliant chip supports a single temperature sensor. Minimum, maximum,
74 and critical temperature can be configured. There are alarms for high, low,
75 and critical thresholds.
77 There is also an hysteresis to control the thresholds for resetting alarms.
78 Per JC 42.4 specification, the hysteresis threshold can be configured to 0, 1.5,
79 3.0, and 6.0 degrees C. Configured hysteresis values will be rounded to those
80 limits. The chip supports only a single register to configure the hysteresis,
81 which applies to all limits. This register can be written by writing into
82 temp1_crit_hyst. Other hysteresis attributes are read-only.
87 temp1_input Temperature (RO)
88 temp1_min Minimum temperature (RW)
89 temp1_max Maximum temperature (RW)
90 temp1_crit Critical high temperature (RW)
92 temp1_crit_hyst Critical hysteresis temperature (RW)
93 temp1_max_hyst Maximum hysteresis temperature (RO)
95 temp1_min_alarm Temperature low alarm
96 temp1_max_alarm Temperature high alarm
97 temp1_crit_alarm Temperature critical alarm