Re: [U-Boot] [PATCH 0/2] usb_kbd with DM enabled

2018-06-27 Thread Michal Simek
Hi, > Last but not least I see with kermit double echo when usbkbd is used > which is quite weird. > Similar problem was reported here. > https://lists.denx.de/pipermail/u-boot/2014-November/196713.html > Do you know what's the reason for that echo? > (usb_kbd_getc() is really returning only one c

[U-Boot] [PATCH 0/2] usb_kbd with DM enabled

2018-06-27 Thread Michal Simek
Hi, I am playing with usb keyboard support with USB_DM on and I see some issues which I want to share with you. First of all there is missing support for multiple usb keyboards because all are registered as usbkbd. This can be changed by - strcpy(usb_kbd_dev.name, DEVNAME); + snprintf(