UBUNTU: SAUCE: fix documentation strings for struct input_keymap_entry
authorAndy Whitcroft <apw@canonical.com>
Tue, 2 Nov 2010 19:57:56 +0000 (19:57 +0000)
committerLeann Ogasawara <leann.ogasawara@canonical.com>
Mon, 28 Mar 2011 13:50:08 +0000 (06:50 -0700)
Signed-off-by: Andy Whitcroft <apw@canonical.com>

include/linux/input.h

index e428382..a67d362 100644 (file)
@@ -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 */