commit | 3d17308e405e6a3eb4de869b36218d2f95c0e546 | [log] [tgz] |
---|---|---|
author | Vincent Palatin <vpalatin@chromium.org> | Mon Jan 09 08:35:09 2012 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Sat Mar 03 16:56:09 2012 +0100 |
tree | 68ee386b8647432c3eb7359b460a53c78c00732e | |
parent | e7e982d69c43b89f7e19b63479c8b2e880fbd75c [diff] |
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>