[U-Boot] [PATCH v2 0/5] usb: kbd: implement special keys

Marek Vasut marex at denx.de
Fri Aug 23 18:29:28 UTC 2019


On 8/23/19 8:20 PM, Heinrich Schuchardt wrote:
> On 8/10/19 11:24 AM, Heinrich Schuchardt wrote:
>> GRUB uses function keys. So we should support these with an USB keyboard.
>> Provide support for F1-F12, Insert, Delete, Home, End, Page Up, Page
>> Down.
>> Simplify the code beforehand.
>>
>> Enhance the keyboard unit test.
>>
>> v2:
>>     enhance the keyboard unit test
>>
>> Heinrich Schuchardt (5):
>>    usb: kbd: simplify coding for arrow keys
>>    usb: kbd: implement special keys
>>    usb: kbd: fix typo
>>    usb: kbd: move USB_KBD_BOOT_REPORT_SIZE to usb.h
>>    dm: test: usb: rework keyboard test
>>
>>   common/usb_kbd.c                |  89 +++++++---
>>   drivers/usb/emul/sandbox_keyb.c |  27 +--
>>   include/usb.h                   |   6 +
>>   test/dm/usb.c                   | 285 +++++++++++++++++++++++++++++++-
>>   4 files changed, 361 insertions(+), 46 deletions(-)
>>
>> -- 
>> 2.20.1
>>
>>
> 
> Hello Marek,
> 
> these patches have been assigned to you in Patchwork. All have been
> reviewed by Simon. Will you take these patches via the USB tree?

They don't apply to u-boot-usb/master , but I suspect that's because of
a conflict with the series that's already there (and which doesn't
build). So I need to deconflict the situation somehow, maybe wait a bit
for Michal to fix the series and then rebase on top ?


More information about the U-Boot mailing list