]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
USB: fix USB keyboard polling parameter
authorVincent Palatin <vpalatin@chromium.org>
Mon, 9 Jan 2012 08:35:09 +0000 (08:35 +0000)
committerWolfgang Denk <wd@denx.de>
Sat, 3 Mar 2012 15:56:09 +0000 (16:56 +0100)
commit3d17308e405e6a3eb4de869b36218d2f95c0e546
tree68ee386b8647432c3eb7359b460a53c78c00732e
parente7e982d69c43b89f7e19b63479c8b2e880fbd75c
USB: fix USB keyboard polling parameter

When doing a "GET_REPORT" request on the keyboard control endpoint,
the report ID should 0 (ie report ID not used) rather than 1
as reports are not used in boot mode.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>
common/usb_kbd.c