ABI: sysfs-class-uwb_rc: use wildcards on What definitions

An "N" upper letter is not a wildcard, nor can easily be identified
by script, specially since the USB sysfs define things like.
bNumInterfaces. Use, instead, <N>, in order to let script/get_abi.pl
to convert it into a Regex.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/e723a4d9ea835f02e820142909499c752dab21b7.1631782432.git.mchehab+huawei@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Mauro Carvalho Chehab 2021-09-16 10:59:50 +02:00 committed by Greg Kroah-Hartman
parent a5d01b5fce
commit c8d4b62def

View File

@ -18,14 +18,14 @@ Description:
and it will be removed. The default is 3 superframes and it will be removed. The default is 3 superframes
(~197 ms) as required by the specification. (~197 ms) as required by the specification.
What: /sys/class/uwb_rc/uwbN/ What: /sys/class/uwb_rc/uwb<N>/
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
Description: Description:
An individual UWB radio controller. An individual UWB radio controller.
What: /sys/class/uwb_rc/uwbN/beacon What: /sys/class/uwb_rc/uwb<N>/beacon
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -43,7 +43,7 @@ Description:
Reading returns the currently active channel, or -1 if Reading returns the currently active channel, or -1 if
the radio controller is not beaconing. the radio controller is not beaconing.
What: /sys/class/uwb_rc/uwbN/ASIE What: /sys/class/uwb_rc/uwb<N>/ASIE
Date: August 2014 Date: August 2014
KernelVersion: 3.18 KernelVersion: 3.18
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -56,7 +56,7 @@ Description:
Reading returns the current ASIE. Writing replaces Reading returns the current ASIE. Writing replaces
the current ASIE with the one written. the current ASIE with the one written.
What: /sys/class/uwb_rc/uwbN/scan What: /sys/class/uwb_rc/uwb<N>/scan
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -75,7 +75,7 @@ Description:
4 scan (with start time of <bpst offset>) 4 scan (with start time of <bpst offset>)
== ======================================= == =======================================
What: /sys/class/uwb_rc/uwbN/mac_address What: /sys/class/uwb_rc/uwb<N>/mac_address
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -85,7 +85,7 @@ Description:
controller's EUI-48 but only do so while the device is controller's EUI-48 but only do so while the device is
not beaconing or scanning. not beaconing or scanning.
What: /sys/class/uwb_rc/uwbN/wusbhc What: /sys/class/uwb_rc/uwb<N>/wusbhc
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -93,7 +93,7 @@ Description:
A symlink to the device (if any) of the WUSB Host A symlink to the device (if any) of the WUSB Host
Controller PAL using this radio controller. Controller PAL using this radio controller.
What: /sys/class/uwb_rc/uwbN/<EUI-48>/ What: /sys/class/uwb_rc/uwb<N>/<EUI-48>/
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -102,7 +102,7 @@ Description:
as part of a scan or is a member of the radio as part of a scan or is a member of the radio
controllers beacon group. controllers beacon group.
What: /sys/class/uwb_rc/uwbN/<EUI-48>/BPST What: /sys/class/uwb_rc/uwb<N>/<EUI-48>/BPST
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -111,7 +111,7 @@ Description:
interval superframe timer) of the last beacon from interval superframe timer) of the last beacon from
this device was received. this device was received.
What: /sys/class/uwb_rc/uwbN/<EUI-48>/DevAddr What: /sys/class/uwb_rc/uwb<N>/<EUI-48>/DevAddr
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -119,7 +119,7 @@ Description:
The current DevAddr of this device in colon separated The current DevAddr of this device in colon separated
hex octets. hex octets.
What: /sys/class/uwb_rc/uwbN/<EUI-48>/EUI_48 What: /sys/class/uwb_rc/uwb<N>/<EUI-48>/EUI_48
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -128,7 +128,7 @@ Description:
The EUI-48 of this device in colon separated hex The EUI-48 of this device in colon separated hex
octets. octets.
What: /sys/class/uwb_rc/uwbN/<EUI-48>/IEs What: /sys/class/uwb_rc/uwb<N>/<EUI-48>/IEs
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -136,7 +136,7 @@ Description:
The latest IEs included in this device's beacon, in The latest IEs included in this device's beacon, in
space separated hex octets with one IE per line. space separated hex octets with one IE per line.
What: /sys/class/uwb_rc/uwbN/<EUI-48>/LQE What: /sys/class/uwb_rc/uwb<N>/<EUI-48>/LQE
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org
@ -146,7 +146,7 @@ Description:
This gives an estimate on a suitable PHY rate. Refer This gives an estimate on a suitable PHY rate. Refer
to [ECMA-368] section 13.3 for more details. to [ECMA-368] section 13.3 for more details.
What: /sys/class/uwb_rc/uwbN/<EUI-48>/RSSI What: /sys/class/uwb_rc/uwb<N>/<EUI-48>/RSSI
Date: July 2008 Date: July 2008
KernelVersion: 2.6.27 KernelVersion: 2.6.27
Contact: linux-usb@vger.kernel.org Contact: linux-usb@vger.kernel.org