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
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(
2 matches
Mail list logo