From mboxrd@z Thu Jan 1 00:00:00 1970 From: Heinrich Schuchardt Date: Sun, 16 Jun 2019 23:43:37 +0200 Subject: [U-Boot] [PATCH 0/2] usb: kbd: implement special keys Message-ID: <20190616214339.26535-1-xypron.glpk@gmx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de GRUB uses function keys. So we should support these with an USB keyboard. Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page Down. Simplify the code beforehand. Heinrich Schuchardt (2): usb: kbd: simplify coding for arrow keys usb: kbd: implement special keys common/usb_kbd.c | 81 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 61 insertions(+), 20 deletions(-) -- 2.20.1