[U-Boot] [PATCH] usb: kbd: Set a default polling mechanism for USB keyboard
Bin Meng
bmeng.cn at gmail.com
Wed Sep 13 08:34:07 UTC 2017
Hi Marek, Tom,
On Wed, Sep 13, 2017 at 4:19 PM, Bin Meng <bmeng.cn at gmail.com> wrote:
> The choice of "USB keyboard polling" cannot be optional as without
> one mechanism being set, it just doesn't work. Set the default one
> to CONFIG_SYS_USB_EVENT_POLL.
>
> Fixes: ecad7051 ("configs: Migrate all of the existing USB symbols, except fastboot")
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> configs/Cyrus_P5020_defconfig | 1 -
> configs/Cyrus_P5040_defconfig | 1 -
> configs/MPC8610HPCD_defconfig | 1 -
> configs/MPC8641HPCN_36BIT_defconfig | 1 -
> configs/MPC8641HPCN_defconfig | 1 -
> configs/apalis_imx6_defconfig | 1 -
> configs/apalis_imx6_nospl_com_defconfig | 1 -
> configs/apalis_imx6_nospl_it_defconfig | 1 -
> configs/colibri_imx6_defconfig | 1 -
> configs/colibri_imx6_nospl_defconfig | 1 -
> configs/firefly-rk3288_defconfig | 1 -
> configs/mx6cuboxi_defconfig | 1 -
> configs/rpi_2_defconfig | 1 -
> configs/rpi_3_32b_defconfig | 1 -
> configs/rpi_3_defconfig | 1 -
> configs/rpi_defconfig | 1 -
> configs/sandbox_defconfig | 1 -
> configs/sandbox_flattree_defconfig | 1 -
> configs/sandbox_noblk_defconfig | 1 -
> configs/sandbox_spl_defconfig | 1 -
> configs/seaboard_defconfig | 1 -
> configs/ventana_defconfig | 1 -
> drivers/usb/Kconfig | 2 +-
> 23 files changed, 1 insertion(+), 23 deletions(-)
>
So far the USB stack is broken on several areas. Can we get this
patch, as well as
http://patchwork.ozlabs.org/project/uboot/list/?series=1998 applied as
soon as possible?
Regards,
Bin
More information about the U-Boot
mailing list