Re: [U-Boot] [PATCH v2] usb: kbd: Fix key repeat not always using

2015-05-19 Thread Marek Vasut
On Wednesday, May 13, 2015 at 02:47:51 PM, Hans de Goede wrote: > The usb-kbd key repeat code assumes that reports get repeated every 40 ms, > this is never true when using CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP, and > does not always works for CONFIG_SYS_USB_EVENT_POLL and > CONFIG_SYS_USB_EVENT

Re: [U-Boot] [PATCH v2] usb: kbd: Fix key repeat not always using

2015-05-13 Thread Marek Vasut
On Wednesday, May 13, 2015 at 02:47:51 PM, Hans de Goede wrote: > The usb-kbd key repeat code assumes that reports get repeated every 40 ms, > this is never true when using CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP, and > does not always works for CONFIG_SYS_USB_EVENT_POLL and > CONFIG_SYS_USB_EVENT

[U-Boot] [PATCH v2] usb: kbd: Fix key repeat not always using

2015-05-13 Thread Hans de Goede
The usb-kbd key repeat code assumes that reports get repeated every 40 ms, this is never true when using CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP, and does not always works for CONFIG_SYS_USB_EVENT_POLL and CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE since not all usb keyboards honor the usb_set_idle()