From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Nelson Date: Tue, 15 May 2012 15:58:47 -0700 Subject: [U-Boot] [PATCH] Add doc/README.kbd In-Reply-To: <4FB2504C.80800@de.bosch.com> References: <1334591288-22859-1-git-send-email-eric.nelson@boundarydevices.com> <4F8C4645.7090006@boundarydevices.com> <4FB2504C.80800@de.bosch.com> Message-ID: <4FB2DFA7.9010102@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 05/15/2012 05:47 AM, Dirk Behme wrote: > On 16.04.2012 18:18, Eric Nelson wrote: >> 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? > > What's the status of this? Let me know if you need some help with German ;) > Hi Dirk, I haven't received any feedback or even acknowledgement about this patch. Can you read through the file board/lwmon/README.kbd and find out if I'm just being redundant? If so, perhaps this isn't needed at all. Thanks, Eric