mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
docs: hwmon: (lm75) Add section for sysfs interface
Similar to other HWMON sensors add a section in the documentation describing the sysfs attributes, their permissions and a short description. Signed-off-by: Flaviu Nistor <flaviu.nistor@gmail.com> Link: https://lore.kernel.org/r/20260417054511.5432-1-flaviu.nistor@gmail.com [groeck: Removed trailing ":" from attribute names; fixed minor typo] Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
parent
e656735fe3
commit
a7c5aab810
|
|
@ -181,3 +181,19 @@ is supported by this driver, other specific enhancements are not.
|
|||
|
||||
The LM77 is not supported, contrary to what we pretended for a long time.
|
||||
Both chips are simply not compatible, value encoding differs.
|
||||
|
||||
sysfs-Interface
|
||||
---------------
|
||||
|
||||
The following list includes the sysfs attributes that the driver provides, their
|
||||
permissions and a short description:
|
||||
|
||||
=============================== ======= ===========================================
|
||||
Name Perm Description
|
||||
=============================== ======= ===========================================
|
||||
temp1_input RO Temperature input
|
||||
temp1_label RO Descriptive name for the sensor
|
||||
temp1_max RW Maximum temperature
|
||||
temp1_max_hyst RW Maximum hysteresis temperature
|
||||
update_interval RW Update conversions interval in milliseconds
|
||||
=============================== ======= ===========================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user