]> git.ipfire.org Git - people/ms/u-boot.git/commit
USB: Add functionality to poll the USB keyboard via control EP
authorMarek Vasut <marek.vasut@gmail.com>
Sun, 25 Sep 2011 19:00:37 +0000 (20:00 +0100)
committerRemy Bohmer <linux@bohmer.net>
Sun, 11 Dec 2011 13:40:38 +0000 (14:40 +0100)
commit48c8073ec957b4b472835f4c7b6447f7e518e2f5
tree4dde302526ace0ed2a5c71f0461078e3219b70fa
parentc90a4dd79cb17abb46689f27ff9f1c971362d6e2
USB: Add functionality to poll the USB keyboard via control EP

This allows the keyboard to avoid requests via Interrupt Endpoint altogether and
run all requests via Control Endpoint. This uses the Get_Report request.

Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Cc: Remy Bohmer <linux@bohmer.net>
Rebased on current code.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
common/usb_kbd.c