On Friday 07 October 2011 08:30:55 Marek Vasut wrote:
> +#define      LEFT_CNTR       (1 << 0)
> +#define      LEFT_SHIFT      (1 << 1)
> +#define      LEFT_ALT        (1 << 2)
> +#define      LEFT_GUI        (1 << 3)
> +#define      RIGHT_CNTR      (1 << 4)
> +#define      RIGHT_SHIFT     (1 << 5)
> +#define      RIGHT_ALT       (1 << 6)
> +#define      RIGHT_GUI       (1 << 7)
> +
> +/* Size of the keyboard buffer */
> +#define      USB_KBD_BUFFER_LEN      0x20
> +
> +/* Device name */
> +#define      DEVNAME                 "usbkbd"

#define<space> not #define<tab>
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to