]> git.openfabrics.org - ~emulex/for-vlad/compat.git/commitdiff
Add missing input key definitions
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Mon, 11 Jan 2010 23:56:12 +0000 (15:56 -0800)
committerLuis 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

index 90a0cd4d0e16c65a03af96d4f18dba2245f1f3a8..f3eaec3a3fc32880224d08e0821a0ccc877c2ec9 100644 (file)
 #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;