projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e93c5ec
)
compat: define KEY_RFKILL, which appeared in Linux 2.6.33
author
Pavel Roskin
<proski@gnu.org>
Fri, 5 Mar 2010 20:58:25 +0000
(15:58 -0500)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Fri, 5 Mar 2010 21:38:03 +0000
(13:38 -0800)
It is used in net/rfkill/input.c
Signed-off-by: Pavel Roskin <proski@gnu.org>
include/linux/compat-2.6.33.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.33.h
b/include/linux/compat-2.6.33.h
index 9559f21d17387c9ad40dd9fcdf0d0fe962ec885e..70e5f98fee9ebd08c90fa565fe5bb53c2c01f9d3 100644
(file)
--- a/
include/linux/compat-2.6.33.h
+++ b/
include/linux/compat-2.6.33.h
@@
-49,6
+49,8
@@
static inline void compat_release_firmware(const struct firmware *fw)
}
#endif
+#define KEY_RFKILL 247 /* Key that controls all radios */
+
#define IFF_DONT_BRIDGE 0x800 /* disallow bridging this ether dev */
/* source: include/linux/if.h */