From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Wed, 13 Sep 2017 14:04:21 +0200 Subject: [U-Boot] [PATCH] usb: kbd: Set a default polling mechanism for USB keyboard In-Reply-To: <20170913120218.GA4474@bill-the-cat> References: <1505290783-353-1-git-send-email-bmeng.cn@gmail.com> <20170913120218.GA4474@bill-the-cat> 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 On 09/13/2017 02:02 PM, Tom Rini wrote: > On Wed, Sep 13, 2017 at 11:45:49AM +0200, Marek Vasut wrote: >> On 09/13/2017 10:34 AM, Bin Meng wrote: >>> 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? >> >> Yes > > Since you'll be doing a PR to me anyhow Marek, can you also please grab > this patch here? Thanks! > Fine -- Best regards, Marek Vasut