acpid: old kernel headers compat
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Jul 2010 04:20:11 +0000 (06:20 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 12 Jul 2010 04:20:11 +0000 (06:20 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/acpid.c

index 342930964fed69a98a7002edcb7b2e55a17f2ef0..11a9f624a17511ad04691cca159242dda6411f05 100644 (file)
@@ -9,9 +9,25 @@
 #include "libbb.h"
 
 #include <linux/input.h>
+#ifndef EV_SW
+# define EV_SW         0x05
+#endif
+#ifndef EV_KEY
+# define EV_KEY        0x01
+#endif
+#ifndef SW_LID
+# define SW_LID        0x00
+#endif
 #ifndef SW_RFKILL_ALL
-# define SW_RFKILL_ALL 3
+# define SW_RFKILL_ALL 0x03
 #endif
+#ifndef KEY_POWER
+# define KEY_POWER     116     /* SC System Power Down */
+#endif
+#ifndef KEY_SLEEP
+# define KEY_SLEEP     142     /* SC System Sleep */
+#endif
+
 
 /*
  * acpid listens to ACPI events coming either in textual form