]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: rfkill: add support for input key to control wireless radio
authorIvo van Doorn <IvDoorn@gmail.com>
Mon, 7 May 2007 07:34:20 +0000 (00:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 May 2007 07:34:20 +0000 (00:34 -0700)
commit576b2e232c525fd76f2cf64ea62bfb3772a0c7bb
treebd9d96f1c99910076b6f5f34cd5cd2da30405ef1
parentcd8fb310bf63832be88c8ed17d96eb34bd269eb7
[NET]: rfkill: add support for input key to control wireless radio

The RF kill patch that provides infrastructure for implementing
switches controlling radio states on various network and other cards.

[dtor@insightbb.com: address review comments]
[akpm@linux-foundation.org: cleanups, build fixes]

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rfkill.h [new file with mode: 0644]
net/Kconfig
net/Makefile
net/rfkill/Kconfig [new file with mode: 0644]
net/rfkill/Makefile [new file with mode: 0644]
net/rfkill/rfkill-input.c [new file with mode: 0644]
net/rfkill/rfkill.c [new file with mode: 0644]