summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKarel Zak2017-08-31 09:56:18 +0200
committerKarel Zak2017-08-31 09:56:18 +0200
commitf1f874bf489831ab6c25c58f98081cbc49c9cb97 (patch)
tree2498c779dafcabf232d8c5405f9de14c756a4e56 /Documentation
parentdocs: remove TODO item for fdisk (diff)
parentrfkill: add systemd-rfkill(8) see also segment (diff)
downloadkernel-qcow2-util-linux-f1f874bf489831ab6c25c58f98081cbc49c9cb97.tar.gz
kernel-qcow2-util-linux-f1f874bf489831ab6c25c58f98081cbc49c9cb97.tar.xz
kernel-qcow2-util-linux-f1f874bf489831ab6c25c58f98081cbc49c9cb97.zip
Merge branch 'rfkill' of git://github.com/kerolasa/lelux-utiliteetit into rfkill
* 'rfkill' of git://github.com/kerolasa/lelux-utiliteetit: (57 commits) rfkill: add systemd-rfkill(8) see also segment rfkill: check id number refers to a device that exists rfkill: use back and forward compatible test rfkill: add bash-completion file rfkill: inform in syslog when rfkill is invoked rfkill: use human readable timestamps in event output rfkill: use libsmartcols output rfkill: do not ignore read error rfkill: clarify 'all devices' handling rfkill: update manual page rfkill: make programming style to match util-linux project rfkill: make command to build in util-linux project rfkill: move files to appropriate locations add python module use uapi rfkill.h version 0.5 fix compiler warning Add NFC support version 0.4 Add rfkill type "fm" to the man page. ...
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/rfkill.readme15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/rfkill.readme b/Documentation/rfkill.readme
new file mode 100644
index 000000000..ec1c2a64c
--- /dev/null
+++ b/Documentation/rfkill.readme
@@ -0,0 +1,15 @@
+This was the original README when rfkill was a standalone project.
+
+-- snip
+
+This is 'rfkill', a tool to use /dev/rfkill.
+
+
+To build rfkill, just enter 'make'.
+
+'rfkill' is currently maintained at http://git.sipsolutions.net/rfkill.git/,
+some more documentation is available at
+http://wireless.kernel.org/en/users/Documentation/rfkill.
+
+Please send all patches to Johannes Berg <johannes@sipsolutions.net>
+and CC linux-wireless@vger.kernel.org for community review.