From: Andy Whitcroft Date: Tue, 2 Nov 2010 19:57:56 +0000 (+0000) Subject: UBUNTU: SAUCE: fix documentation strings for struct input_keymap_entry X-Git-Url: http://git.alex.org.uk UBUNTU: SAUCE: fix documentation strings for struct input_keymap_entry Signed-off-by: Andy Whitcroft --- diff --git a/include/linux/input.h b/include/linux/input.h index e428382..a67d362 100644 --- a/include/linux/input.h +++ b/include/linux/input.h @@ -91,7 +91,6 @@ struct input_absinfo { * (depending on which element was used to perform lookup). */ struct input_keymap_entry { -#define INPUT_KEYMAP_BY_INDEX (1 << 0) __u8 flags; __u8 len; __u16 index; @@ -99,6 +98,8 @@ struct input_keymap_entry { __u8 scancode[32]; }; +#define INPUT_KEYMAP_BY_INDEX (1 << 0) + #define EVIOCGVERSION _IOR('E', 0x01, int) /* get driver version */ #define EVIOCGID _IOR('E', 0x02, struct input_id) /* get device ID */ #define EVIOCGREP _IOR('E', 0x03, unsigned int[2]) /* get repeat settings */