From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 23 Feb 2018 13:59:06 -0700 Subject: [U-Boot] [PATCH 2/2] usb: kbd: implement special keys In-Reply-To: <20180222120418.12832-3-xypron.glpk@gmx.de> References: <20180222120418.12832-1-xypron.glpk@gmx.de> <20180222120418.12832-3-xypron.glpk@gmx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Heinrich, On 22 February 2018 at 05:04, Heinrich Schuchardt wrote: > Correct support for arrow keys: use the standard xterm escape sequences. > > Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down. > > Signed-off-by: Heinrich Schuchardt > --- > common/usb_kbd.c | 121 +++++++++++++++++++++++++++++++++++++++++-------------- > 1 file changed, 90 insertions(+), 31 deletions(-) > Is there any way this code could be shared with input.c? It has translation tables. Regards, Simon