Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / Documentation / hwmon / hih6130
blob73dae918ea7b9804771d258c56f96102b55ff8e3
1 Kernel driver hih6130
2 =====================
4 Supported chips:
5   * Honeywell HIH-6130 / HIH-6131
6     Prefix: 'hih6130'
7     Addresses scanned: none
8     Datasheet: Publicly available at the Honeywell website
9     http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872
11 Author:
12   Iain Paton <ipaton0@gmail.com>
14 Description
15 -----------
17 The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package.
18 The difference between the two devices is that the HIH-6131 has a condensation
19 filter.
21 The devices communicate with the I2C protocol. All sensors are set to the same
22 I2C address 0x27 by default, so an entry with I2C_BOARD_INFO("hih6130", 0x27)
23 can be used in the board setup code.
25 Please see Documentation/i2c/instantiating-devices for details on how to
26 instantiate I2C devices.
28 sysfs-Interface
29 ---------------
31 temp1_input - temperature input
32 humidity1_input - humidity input
34 Notes
35 -----
37 Command mode and alarms are not currently supported.