mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-28 13:26:17 -04:00
Document the debugfs serial_number file exposed by the htu31 driver. The driver creates a debugfs entry for the sensor serial number, but the documentation currently only describes the sysfs interface. Signed-off-by: Chen-Shi-Hong <eric039eric@gmail.com> Link: https://lore.kernel.org/r/20260517125320.2196-1-eric039eric@gmail.com Signed-off-by: Guenter Roeck <linux@roeck-us.net>
45 lines
994 B
ReStructuredText
45 lines
994 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
Kernel driver HTU31
|
|
====================
|
|
|
|
Supported chips:
|
|
|
|
* Measurement Specialties HTU31
|
|
|
|
Prefix: 'htu31'
|
|
|
|
Addresses scanned: -
|
|
|
|
Datasheet: Publicly available from https://www.te.com/en/product-CAT-HSC0007.html
|
|
|
|
Author:
|
|
|
|
- Andrei Lalaev <andrey.lalaev@gmail.com>
|
|
|
|
Description
|
|
-----------
|
|
|
|
HTU31 is a humidity and temperature sensor.
|
|
|
|
Supported temperature range is from -40 to 125 degrees Celsius.
|
|
|
|
Communication with the device is performed via I2C protocol. Sensor's default address
|
|
is 0x40.
|
|
|
|
sysfs-Interface
|
|
---------------
|
|
|
|
=================== =================
|
|
temp1_input: temperature input
|
|
humidity1_input: humidity input
|
|
heater_enable: heater control
|
|
=================== =================
|
|
|
|
debugfs-Interface
|
|
-----------------
|
|
|
|
=================== =========================================
|
|
serial_number: unique serial number of the sensor
|
|
=================== =========================================
|