1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef __BACKPORT_INPUT_H #define __BACKPORT_INPUT_H #include_next <linux/input.h> #ifndef KEY_WIMAX #define KEY_WIMAX 246 #endif #ifndef KEY_WPS_BUTTON #define KEY_WPS_BUTTON 0x211 #endif #endif /* __BACKPORT_INPUT_H */