florian@mickler.org | 69c8637 | 2010-02-24 12:05:16 +0100 | [diff] [blame^] | 1 | rfkill - radio frequency (RF) connector kill switch support |
| 2 | |
| 3 | For details to this subsystem look at Documentation/rfkill.txt. |
| 4 | |
| 5 | For the deprecated /sys/class/rfkill/*/state and |
| 6 | /sys/class/rfkill/*/claim knobs of this interface look in |
| 7 | Documentation/ABI/obsolte/sysfs-class-rfkill. |
| 8 | |
| 9 | What: /sys/class/rfkill |
| 10 | Date: 09-Jul-2007 |
| 11 | KernelVersion: v2.6.22 |
| 12 | Contact: linux-wireless@vger.kernel.org, |
| 13 | Description: The rfkill class subsystem folder. |
| 14 | Each registered rfkill driver is represented by an rfkillX |
| 15 | subfolder (X being an integer > 0). |
| 16 | |
| 17 | |
| 18 | What: /sys/class/rfkill/rfkill[0-9]+/name |
| 19 | Date: 09-Jul-2007 |
| 20 | KernelVersion v2.6.22 |
| 21 | Contact: linux-wireless@vger.kernel.org |
| 22 | Description: Name assigned by driver to this key (interface or driver name). |
| 23 | Values: arbitrary string. |
| 24 | |
| 25 | |
| 26 | What: /sys/class/rfkill/rfkill[0-9]+/type |
| 27 | Date: 09-Jul-2007 |
| 28 | KernelVersion v2.6.22 |
| 29 | Contact: linux-wireless@vger.kernel.org |
| 30 | Description: Driver type string ("wlan", "bluetooth", etc). |
| 31 | Values: See include/linux/rfkill.h. |
| 32 | |
| 33 | |
| 34 | What: /sys/class/rfkill/rfkill[0-9]+/persistent |
| 35 | Date: 09-Jul-2007 |
| 36 | KernelVersion v2.6.22 |
| 37 | Contact: linux-wireless@vger.kernel.org |
| 38 | Description: Whether the soft blocked state is initialised from non-volatile |
| 39 | storage at startup. |
| 40 | Values: A numeric value. |
| 41 | 0: false |
| 42 | 1: true |