File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Documentation/userspace-api/gpio Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -35,11 +35,14 @@ Description
35
35
Update the configuration of previously requested lines, without releasing the
36
36
line or introducing potential glitches.
37
37
38
- The new configuration must specify the configuration of all requested lines.
38
+ The new configuration must specify a configuration for all requested lines.
39
39
40
40
The same :ref: `gpio-v2-get-line-config-rules ` and
41
41
:ref: `gpio-v2-get-line-config-support ` that apply when requesting the lines
42
- also apply when updating the line configuration.
42
+ also apply when updating the line configuration, with the additional
43
+ restriction that a direction flag must be set to enable reconfiguration.
44
+ If no direction flag is set in the configuration for a given line then the
45
+ configuration for that line is left unchanged.
43
46
44
47
The motivating use case for this command is changing direction of
45
48
bi-directional lines between input and output, but it may also be used to
You can’t perform that action at this time.
0 commit comments