From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Mon, 16 Apr 2012 09:18:13 -0700 Subject: [U-Boot] [PATCH] Add doc/README.kbd In-Reply-To: <1334591288-22859-1-git-send-email-eric.nelson@boundarydevices.com> References: <1334591288-22859-1-git-send-email-eric.nelson@boundarydevices.com> Message-ID: <4F8C4645.7090006@boundarydevices.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 04/16/2012 08:48 AM, Eric Nelson wrote: > Signed-off-by: Eric Nelson > > --- > doc/README.kbd | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 files changed, 84 insertions(+), 0 deletions(-) > create mode 100644 doc/README.kbd > > diff --git a/doc/README.kbd b/doc/README.kbd > new file mode 100644 > index 0000000..dff4b92 > --- /dev/null > +++ b/doc/README.kbd > @@ -0,0 +1,84 @@ > +Keyboard handling > +======================================== > +This document describes asynchronous keyboard handling, also > +known as "magic key" or "button" handling used to alter the > +boot flow at power-on when one or more keys or buttons are > +pressed. > + > Just before I finished this, I noticed that there is a document in board/lwmon/README.kbd which appears to detail the same information. (I don't read German, so I'm going based on Google and Babelfish translations). Should that be moved into doc/ where it would be easier to find?