hih6130 973 B

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