Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150695
b: refs/heads/master
c: f71fea2
h: refs/heads/master
i:
  150693: b966dd6
  150691: 38a281b
  150687: b086af8
v: v3
  • Loading branch information
Johannes Berg authored and John W. Linville committed Jun 3, 2009
1 parent 7b4b623 commit bac1063
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2ec2c68c11af95075f29e370970eb97c89234e2e
refs/heads/master: f71fea23a27ba8ec53375832aab6a80fc14622e0
8 changes: 7 additions & 1 deletion trunk/Documentation/rfkill.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ The following sysfs entries exist for every rfkill device:
0: RFKILL_STATE_SOFT_BLOCKED
transmitter is turned off by software
1: RFKILL_STATE_UNBLOCKED
transmiter is (potentially) active
transmitter is (potentially) active
2: RFKILL_STATE_HARD_BLOCKED
transmitter is forced off by something outside of
the driver's control.
Expand All @@ -128,3 +128,9 @@ RFKILL_TYPE

The contents of these variables corresponds to the "name", "state" and
"type" sysfs files explained above.

An alternative userspace interface exists as a misc device /dev/rfkill,
which allows userspace to obtain and set the state of rfkill devices and
sets of devices. It also notifies userspace about device addition and
removal. The API is a simple read/write API that is defined in
linux/rfkill.h.

0 comments on commit bac1063

Please sign in to comment.