public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver
Date: Sat, 8 Oct 2011 15:05:59 -0400	[thread overview]
Message-ID: <201110081506.01309.vapier@gentoo.org> (raw)
In-Reply-To: <1317990657-17214-2-git-send-email-marek.vasut@gmail.com>

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20111008/01cb2818/attachment.pgp 

  parent reply	other threads:[~2011-10-08 19:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-07 12:30 [U-Boot] [PATCH 0/2] USB keyboard driver rework Marek Vasut
2011-10-07 12:30 ` [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver Marek Vasut
2011-10-07 17:38   ` Mike Frysinger
2011-10-07 20:10     ` Marek Vasut
2011-10-08 19:06       ` Mike Frysinger
2011-10-08 19:21         ` Marek Vasut
2011-10-08 21:18           ` Mike Frysinger
2011-10-08 23:24             ` Marek Vasut
2011-10-09  9:01               ` Remy Bohmer
2011-10-09 13:13                 ` Marek Vasut
2011-10-08 19:05   ` Mike Frysinger [this message]
2011-10-08 19:21     ` Marek Vasut
2011-10-08 21:17       ` Mike Frysinger
2011-10-09 18:54   ` Wolfgang Denk
2011-10-09 19:12     ` Marek Vasut
2011-10-09 20:15       ` Wolfgang Denk
2011-10-07 12:30 ` [U-Boot] [PATCH 2/2] USB: Drop dead code from usb_kbd.c Marek Vasut
2011-10-08 18:31   ` Remy Bohmer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201110081506.01309.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox