[U-Boot] [PATCH 2/4] mx6cuboxi: Add USB host support

Fabio Estevam festevam at gmail.com
Tue Apr 28 20:58:47 CEST 2015


On Tue, Apr 28, 2015 at 1:52 PM, Tom Rini <trini at konsulko.com> wrote:

>> Is CONFIG_SYS_USB_EVENT_POLL defined in the config?  I found that without
>> that usb input was not reliable.  Even with it enabled some wireless
>> keyboards behaved poorly.
>
> Just checked and yes it's set.  I think I also had these not working
> with the Solid Run tree either so I'll just call 'em both weird.

Does it improve if you remove CONFIG_SYS_USB_EVENT_POLL and use

#define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP , instead?

While at it, please also try to add:

#define CONFIG_EHCI_HCD_INIT_AFTER_RESET


More information about the U-Boot mailing list