commit | 82cf9a4c4285e25283a9f4d1003f0d058b6528c2 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut@gmail.com> | Sun Sep 25 20:00:37 2011 +0100 |
committer | Remy Bohmer <linux@bohmer.net> | Sun Dec 11 14:40:38 2011 +0100 |
tree | 4dde302526ace0ed2a5c71f0461078e3219b70fa | |
parent | bb968ecf8f9617c4ebbef94745e4f5d3a6b8fc25 [diff] |
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>