1 What: /sys/bus/i2c/.../idle_state
4 Contact: Robert Shearman <robert.shearman@att.com>
6 Value that exists only for mux devices that can be
7 written to control the behaviour of the multiplexer on
10 =========== ===============================================
11 -2 disconnect on idle, i.e. deselect the last used
12 channel, which is useful when there is a device
13 with an address that conflicts with another
14 device on another mux on the same parent bus.
15 -1 leave the mux as-is, which is the most optimal
16 setting in terms of I2C operations and is the
18 0..<nchans> set the mux to a predetermined channel,
19 which is useful if there is one channel that is
20 used almost always, and you want to reduce the
21 latency for normal operations after rare
22 transactions on other channels
23 =========== ===============================================