Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
33a8b650 7ceb84b7

+7 -7
+1 -1
Documentation/ABI/removed/sysfs-class-rfkill
··· 4 4 5 5 What: /sys/class/rfkill/rfkill[0-9]+/claim 6 6 Date: 09-Jul-2007 7 - KernelVersion v2.6.22 7 + KernelVersion: v2.6.22 8 8 Contact: linux-wireless@vger.kernel.org 9 9 Description: This file was deprecated because there no longer was a way to 10 10 claim just control over a single rfkill instance.
+6 -6
Documentation/ABI/stable/sysfs-class-rfkill
··· 16 16 17 17 What: /sys/class/rfkill/rfkill[0-9]+/name 18 18 Date: 09-Jul-2007 19 - KernelVersion v2.6.22 19 + KernelVersion: v2.6.22 20 20 Contact: linux-wireless@vger.kernel.org 21 21 Description: Name assigned by driver to this key (interface or driver name). 22 22 Values: arbitrary string. ··· 24 24 25 25 What: /sys/class/rfkill/rfkill[0-9]+/type 26 26 Date: 09-Jul-2007 27 - KernelVersion v2.6.22 27 + KernelVersion: v2.6.22 28 28 Contact: linux-wireless@vger.kernel.org 29 29 Description: Driver type string ("wlan", "bluetooth", etc). 30 30 Values: See include/linux/rfkill.h. ··· 32 32 33 33 What: /sys/class/rfkill/rfkill[0-9]+/persistent 34 34 Date: 09-Jul-2007 35 - KernelVersion v2.6.22 35 + KernelVersion: v2.6.22 36 36 Contact: linux-wireless@vger.kernel.org 37 37 Description: Whether the soft blocked state is initialised from non-volatile 38 38 storage at startup. ··· 44 44 45 45 What: /sys/class/rfkill/rfkill[0-9]+/state 46 46 Date: 09-Jul-2007 47 - KernelVersion v2.6.22 47 + KernelVersion: v2.6.22 48 48 Contact: linux-wireless@vger.kernel.org 49 49 Description: Current state of the transmitter. 50 50 This file was scheduled to be removed in 2014, but due to its ··· 67 67 68 68 What: /sys/class/rfkill/rfkill[0-9]+/hard 69 69 Date: 12-March-2010 70 - KernelVersion v2.6.34 70 + KernelVersion: v2.6.34 71 71 Contact: linux-wireless@vger.kernel.org 72 72 Description: Current hardblock state. This file is read only. 73 73 Values: A numeric value. ··· 81 81 82 82 What: /sys/class/rfkill/rfkill[0-9]+/soft 83 83 Date: 12-March-2010 84 - KernelVersion v2.6.34 84 + KernelVersion: v2.6.34 85 85 Contact: linux-wireless@vger.kernel.org 86 86 Description: Current softblock state. This file is read and write. 87 87 Values: A numeric value.