commit | f3f3a5da27a0d0ef952af2818bafcdff7127dfa9 | [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 | 451be50bd98f1c53e62873dc486043631b99a52a [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>