drm/tests: hdmi: Fix memory leaks in drm_display_mode_from_cea_vic()
[drm/drm-misc.git] / Documentation / hwmon / hih6130.rst
blobe95d373eb6936b586cb3b399b337446a4b664d78
1 Kernel driver hih6130
2 =====================
4 Supported chips:
6   * Honeywell HIH-6130 / HIH-6131
8     Prefix: 'hih6130'
10     Addresses scanned: none
12     Datasheet: Publicly available at the Honeywell website
14         http://sensing.honeywell.com/index.php?ci_id=3106&la_id=1&defId=44872
16 Author:
17   Iain Paton <ipaton0@gmail.com>
19 Description
20 -----------
22 The HIH-6130 & HIH-6131 are humidity and temperature sensors in a SO8 package.
23 The difference between the two devices is that the HIH-6131 has a condensation
24 filter.
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 I2C_BOARD_INFO("hih6130", 0x27)
28 can be used in the board setup code.
30 Please see Documentation/i2c/instantiating-devices.rst for details on how to
31 instantiate I2C devices.
33 sysfs-Interface
34 ---------------
36 temp1_input
37         temperature input
39 humidity1_input
40         humidity input
42 Notes
43 -----
45 Command mode and alarms are not currently supported.