From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Wed, 13 Sep 2017 16:34:07 +0800 Subject: [U-Boot] [PATCH] usb: kbd: Set a default polling mechanism for USB keyboard In-Reply-To: <1505290783-353-1-git-send-email-bmeng.cn@gmail.com> References: <1505290783-353-1-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, Tom, On Wed, Sep 13, 2017 at 4:19 PM, Bin Meng 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 > --- > > 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