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:
d6160fd
)
Add missing input key definitions
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 11 Jan 2010 23:56:12 +0000
(15:56 -0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Mon, 11 Jan 2010 23:56:12 +0000
(15:56 -0800)
Newer rfkill implementations makes use of this. rfkill
for newer kernels has been backported for older kernels
through compat-wireless. Maybe we should bring that in
here?
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
include/linux/compat-2.6.24.h
patch
|
blob
|
history
diff --git
a/include/linux/compat-2.6.24.h
b/include/linux/compat-2.6.24.h
index 90a0cd4d0e16c65a03af96d4f18dba2245f1f3a8..f3eaec3a3fc32880224d08e0821a0ccc877c2ec9 100644
(file)
--- a/
include/linux/compat-2.6.24.h
+++ b/
include/linux/compat-2.6.24.h
@@
-14,6
+14,10
@@
#include <linux/types.h>
#include <linux/list.h>
+#define KEY_BLUETOOTH 237
+#define KEY_WLAN 238
+#define KEY_UWB 239
+
/* Added on 2.6.24 in include/linux/types.h by Al viro on commit 142956af */
typedef unsigned long uintptr_t;