forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch renames the (never officially released) sysfs-knobs "blocked_hw" and "blocked_sw" to "hard" and "soft", as the hardware vs software conotation is misleading. It also gets rid of not needed locks around u32-read-access. Signed-off-by: Florian Mickler <[email protected]> Signed-off-by: John W. Linville <[email protected]>
- Loading branch information
1 parent
09a08cf
commit 819bfec
Showing
2 changed files
with
13 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ For details to this subsystem look at Documentation/rfkill.txt. | |
|
||
For the deprecated /sys/class/rfkill/*/state and | ||
/sys/class/rfkill/*/claim knobs of this interface look in | ||
Documentation/ABI/obsolte/sysfs-class-rfkill. | ||
Documentation/ABI/obsolete/sysfs-class-rfkill. | ||
|
||
What: /sys/class/rfkill | ||
Date: 09-Jul-2007 | ||
|
@@ -42,8 +42,8 @@ Values: A numeric value. | |
1: true | ||
|
||
|
||
What: /sys/class/rfkill/rfkill[0-9]+/blocked_hw | ||
Date: 23-Feb-2010 | ||
What: /sys/class/rfkill/rfkill[0-9]+/hard | ||
Date: 12-March-2010 | ||
KernelVersion v2.6.34 | ||
Contact: [email protected] | ||
Description: Current hardblock state. This file is read only. | ||
|
@@ -55,8 +55,8 @@ Values: A numeric value. | |
the driver's control. | ||
|
||
|
||
What: /sys/class/rfkill/rfkill[0-9]+/blocked_sw | ||
Date: 23-Feb-2010 | ||
What: /sys/class/rfkill/rfkill[0-9]+/soft | ||
Date: 12-March-2010 | ||
KernelVersion v2.6.34 | ||
Contact: [email protected] | ||
Description: Current softblock state. This file is read and write. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters