X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Fmissing.h;h=5c51fe25027a220902031563d694cfda4ba1bf61;hb=d93247127eb2e073a6d3b5bcc67bcc4048d674fe;hp=a923de5e58fa3a735cbced5ffa81b83546047133;hpb=93762371653bd46f6a81b8e972b7120e933d00d7;p=elogind.git diff --git a/src/basic/missing.h b/src/basic/missing.h index a923de5e5..5c51fe250 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -1080,6 +1080,15 @@ struct input_mask { #ifndef INPUT_PROP_ACCELEROMETER #define INPUT_PROP_ACCELEROMETER 0x06 #endif + +#ifndef BTN_DPAD_UP +#define BTN_DPAD_UP 0x220 +#define BTN_DPAD_RIGHT 0x223 +#endif + +#ifndef KEY_ALS_TOGGLE +#define KEY_ALS_TOGGLE 0x230 +#endif #endif // 0 #ifndef HAVE_KEY_SERIAL_T @@ -1102,10 +1111,6 @@ typedef int32_t key_serial_t; #define KEYCTL_DESCRIBE 6 #endif -#ifndef KEYCTL_LINK -#define KEYCTL_LINK 8 -#endif - #ifndef KEYCTL_READ #define KEYCTL_READ 11 #endif