Commit 4aa5216c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Greg Kroah-Hartman

ABI: sysfs-class-extcon: use uppercase X for wildcards

Uppercase letters X, Y and Z are handled as wildcards by
scripts/get_abi.pl.

We can't do that with lowercase letters, as they're used
everywhere.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/2dfd3f80cea2d0501f6451f2e66000b00fda3346.1632994837.git.mchehab+huawei@kernel.orgSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 365b5d63
...@@ -65,19 +65,19 @@ Description: ...@@ -65,19 +65,19 @@ Description:
interface associated with each cable cannot update interface associated with each cable cannot update
multiple cable states of an extcon device simultaneously. multiple cable states of an extcon device simultaneously.
What: /sys/class/extcon/.../cable.x/name What: /sys/class/extcon/.../cable.X/name
Date: February 2012 Date: February 2012
Contact: MyungJoo Ham <myungjoo.ham@samsung.com> Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
Description: Description:
The /sys/class/extcon/.../cable.x/name shows the name of cable The /sys/class/extcon/.../cable.X/name shows the name of cable
"x" (integer between 0 and 31) of an extcon device. "X" (integer between 0 and 31) of an extcon device.
What: /sys/class/extcon/.../cable.x/state What: /sys/class/extcon/.../cable.X/state
Date: February 2012 Date: February 2012
Contact: MyungJoo Ham <myungjoo.ham@samsung.com> Contact: MyungJoo Ham <myungjoo.ham@samsung.com>
Description: Description:
The /sys/class/extcon/.../cable.x/state shows and stores the The /sys/class/extcon/.../cable.X/state shows and stores the
state of cable "x" (integer between 0 and 31) of an extcon state of cable "X" (integer between 0 and 31) of an extcon
device. The state value is either 0 (detached) or 1 device. The state value is either 0 (detached) or 1
(attached). (attached).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment