From: Luis R. Rodriguez Date: Mon, 11 Jan 2010 23:56:12 +0000 (-0800) Subject: Add missing input key definitions X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=88aea8e23db0708416411f534e099e6a0f623fab;p=openwrt%2Fstaging%2Fblogic.git Add missing input key definitions 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 --- diff --git a/include/linux/compat-2.6.24.h b/include/linux/compat-2.6.24.h index 90a0cd4d0e16..f3eaec3a3fc3 100644 --- a/include/linux/compat-2.6.24.h +++ b/include/linux/compat-2.6.24.h @@ -14,6 +14,10 @@ #include #include +#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;