mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
d9411e57dc
This patch provides support for the DS28EA00 digital thermometer. The DS28EA00 provides an additional two pins for implementing a sequence detection algorithm. This feature allows you to determine the physical location of the chip in the 1-wire bus without needing pre-existing knowledge of the bus ordering. Support is provided through the sysfs w1_seq file. The file will contain a single line with an integer value representing the device index in the bus starting at 0. Signed-off-by: Matt Campbell <mattrcampbell@gmail.com> Acked-by: Evgeniy Polyakov <zbr@ioremap.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6 lines
305 B
Text
6 lines
305 B
Text
What: /sys/bus/w1/devices/.../w1_seq
|
|
Date: Apr 2015
|
|
Contact: Matt Campbell <mattrcampbell@gmail.com>
|
|
Description: Support for the DS28EA00 chain sequence function
|
|
see Documentation/w1/slaves/w1_therm for detailed information
|
|
Users: any user space application which wants to communicate with DS28EA00
|