mirror of https://github.com/torvalds/linux.git
ABI: sysfs-class-rfkill: fix kernelversion tags
Some kernelversion tags are missing colons. Add them to comply with ABI description and produce right results when converted to html/pdf. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/b2e38f7857e8fddad03401a2ae6c5af5ca8db507.1739182025.git.mchehab+huawei@kernel.org
This commit is contained in:
parent
7ceb84b726
commit
33a8b6509d
|
|
@ -4,7 +4,7 @@ For details to this subsystem look at Documentation/driver-api/rfkill.rst.
|
||||||
|
|
||||||
What: /sys/class/rfkill/rfkill[0-9]+/claim
|
What: /sys/class/rfkill/rfkill[0-9]+/claim
|
||||||
Date: 09-Jul-2007
|
Date: 09-Jul-2007
|
||||||
KernelVersion v2.6.22
|
KernelVersion: v2.6.22
|
||||||
Contact: linux-wireless@vger.kernel.org
|
Contact: linux-wireless@vger.kernel.org
|
||||||
Description: This file was deprecated because there no longer was a way to
|
Description: This file was deprecated because there no longer was a way to
|
||||||
claim just control over a single rfkill instance.
|
claim just control over a single rfkill instance.
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ Description: The rfkill class subsystem folder.
|
||||||
|
|
||||||
What: /sys/class/rfkill/rfkill[0-9]+/name
|
What: /sys/class/rfkill/rfkill[0-9]+/name
|
||||||
Date: 09-Jul-2007
|
Date: 09-Jul-2007
|
||||||
KernelVersion v2.6.22
|
KernelVersion: v2.6.22
|
||||||
Contact: linux-wireless@vger.kernel.org
|
Contact: linux-wireless@vger.kernel.org
|
||||||
Description: Name assigned by driver to this key (interface or driver name).
|
Description: Name assigned by driver to this key (interface or driver name).
|
||||||
Values: arbitrary string.
|
Values: arbitrary string.
|
||||||
|
|
@ -24,7 +24,7 @@ Values: arbitrary string.
|
||||||
|
|
||||||
What: /sys/class/rfkill/rfkill[0-9]+/type
|
What: /sys/class/rfkill/rfkill[0-9]+/type
|
||||||
Date: 09-Jul-2007
|
Date: 09-Jul-2007
|
||||||
KernelVersion v2.6.22
|
KernelVersion: v2.6.22
|
||||||
Contact: linux-wireless@vger.kernel.org
|
Contact: linux-wireless@vger.kernel.org
|
||||||
Description: Driver type string ("wlan", "bluetooth", etc).
|
Description: Driver type string ("wlan", "bluetooth", etc).
|
||||||
Values: See include/linux/rfkill.h.
|
Values: See include/linux/rfkill.h.
|
||||||
|
|
@ -32,7 +32,7 @@ Values: See include/linux/rfkill.h.
|
||||||
|
|
||||||
What: /sys/class/rfkill/rfkill[0-9]+/persistent
|
What: /sys/class/rfkill/rfkill[0-9]+/persistent
|
||||||
Date: 09-Jul-2007
|
Date: 09-Jul-2007
|
||||||
KernelVersion v2.6.22
|
KernelVersion: v2.6.22
|
||||||
Contact: linux-wireless@vger.kernel.org
|
Contact: linux-wireless@vger.kernel.org
|
||||||
Description: Whether the soft blocked state is initialised from non-volatile
|
Description: Whether the soft blocked state is initialised from non-volatile
|
||||||
storage at startup.
|
storage at startup.
|
||||||
|
|
@ -44,7 +44,7 @@ Values: A numeric value:
|
||||||
|
|
||||||
What: /sys/class/rfkill/rfkill[0-9]+/state
|
What: /sys/class/rfkill/rfkill[0-9]+/state
|
||||||
Date: 09-Jul-2007
|
Date: 09-Jul-2007
|
||||||
KernelVersion v2.6.22
|
KernelVersion: v2.6.22
|
||||||
Contact: linux-wireless@vger.kernel.org
|
Contact: linux-wireless@vger.kernel.org
|
||||||
Description: Current state of the transmitter.
|
Description: Current state of the transmitter.
|
||||||
This file was scheduled to be removed in 2014, but due to its
|
This file was scheduled to be removed in 2014, but due to its
|
||||||
|
|
@ -67,7 +67,7 @@ Values: A numeric value.
|
||||||
|
|
||||||
What: /sys/class/rfkill/rfkill[0-9]+/hard
|
What: /sys/class/rfkill/rfkill[0-9]+/hard
|
||||||
Date: 12-March-2010
|
Date: 12-March-2010
|
||||||
KernelVersion v2.6.34
|
KernelVersion: v2.6.34
|
||||||
Contact: linux-wireless@vger.kernel.org
|
Contact: linux-wireless@vger.kernel.org
|
||||||
Description: Current hardblock state. This file is read only.
|
Description: Current hardblock state. This file is read only.
|
||||||
Values: A numeric value.
|
Values: A numeric value.
|
||||||
|
|
@ -81,7 +81,7 @@ Values: A numeric value.
|
||||||
|
|
||||||
What: /sys/class/rfkill/rfkill[0-9]+/soft
|
What: /sys/class/rfkill/rfkill[0-9]+/soft
|
||||||
Date: 12-March-2010
|
Date: 12-March-2010
|
||||||
KernelVersion v2.6.34
|
KernelVersion: v2.6.34
|
||||||
Contact: linux-wireless@vger.kernel.org
|
Contact: linux-wireless@vger.kernel.org
|
||||||
Description: Current softblock state. This file is read and write.
|
Description: Current softblock state. This file is read and write.
|
||||||
Values: A numeric value.
|
Values: A numeric value.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue