1 Kernel driver hih6130 1 Kernel driver hih6130 2 ===================== 2 ===================== 3 3 4 Supported chips: 4 Supported chips: 5 5 6 * Honeywell HIH-6130 / HIH-6131 6 * Honeywell HIH-6130 / HIH-6131 7 7 8 Prefix: 'hih6130' 8 Prefix: 'hih6130' 9 9 10 Addresses scanned: none 10 Addresses scanned: none 11 11 12 Datasheet: Publicly available at the Honey 12 Datasheet: Publicly available at the Honeywell website 13 13 14 http://sensing.honeywell.com/index.php 14 http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872 15 15 16 Author: 16 Author: 17 Iain Paton <ipaton0@gmail.com> 17 Iain Paton <ipaton0@gmail.com> 18 18 19 Description 19 Description 20 ----------- 20 ----------- 21 21 22 The HIH-6130 & HIH-6131 are humidity and tempe 22 The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package. 23 The difference between the two devices is that 23 The difference between the two devices is that the HIH-6131 has a condensation 24 filter. 24 filter. 25 25 26 The devices communicate with the I2C protocol. 26 The devices communicate with the I2C protocol. All sensors are set to the same 27 I2C address 0x27 by default, so an entry with 27 I2C address 0x27 by default, so an entry with I2C_BOARD_INFO("hih6130", 0x27) 28 can be used in the board setup code. 28 can be used in the board setup code. 29 29 30 Please see Documentation/i2c/instantiating-dev !! 30 Please see Documentation/i2c/instantiating-devices for details on how to 31 instantiate I2C devices. 31 instantiate I2C devices. 32 32 33 sysfs-Interface 33 sysfs-Interface 34 --------------- 34 --------------- 35 35 36 temp1_input 36 temp1_input 37 temperature input 37 temperature input 38 38 39 humidity1_input 39 humidity1_input 40 humidity input 40 humidity input 41 41 42 Notes 42 Notes 43 ----- 43 ----- 44 44 45 Command mode and alarms are not currently supp 45 Command mode and alarms are not currently supported.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.