[U-Boot] [PATCH V2] USB: Add functionality to poll the USB keyboard via control EP
Remy Bohmer
linux at bohmer.net
Sat Oct 8 20:33:14 CEST 2011
Hi,
2011/10/6 Wolfgang Denk <wd at denx.de>:
> Dear Marek Vasut,
>
> In message <1316977237-8709-1-git-send-email-marek.vasut at gmail.com> you wrote:
>> 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 at gmail.com>
>> Cc: Remy Bohmer <linux at bohmer.net>
>> ---
>> common/usb_kbd.c | 64 ++++++++++++++++++++++++++++++++++++++++++-----------
>> 1 files changed, 50 insertions(+), 14 deletions(-)
>>
>> V2: Add missing condition to ignore repetitive events when polling via EP0
Applied to u-boot-usb
Kind regards,
Remy
More information about the U-Boot
mailing list