From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:10:44 +0100 Subject: [U-Boot] [PATCH] usb: add numeric keypad support to HID driver In-Reply-To: <1326149976-19976-1-git-send-email-vpalatin@chromium.org> References: <1326149976-19976-1-git-send-email-vpalatin@chromium.org> Message-ID: <201202270010.44819.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > When keys are pressed on the numeric keypad, emit key codes for the > numbers, operators, dot and enter. > > Signed-off-by: Vincent Palatin > --- Hi, what's the status of this patch/patchset? Thanks M