From 9b6f0fb42d44a7fa2a0c6653b4d389cb9f2042f0 Mon Sep 17 00:00:00 2001 From: Nikita Kiryanov Date: Sun, 30 Aug 2015 15:36:49 +0300 Subject: arm: mx6: cm-fx6: switch to usb kbd polling via int queue CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE works better than CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP (keyboards that previously didn't work such as Microsoft Comfort Curve 1000 now do work, and it's also faster). Switch to CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE. Cc: Stefano Babic Cc: Igor Grinberg Signed-off-by: Nikita Kiryanov Acked-by: Igor Grinberg --- configs/cm_fx6_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/cm_fx6_defconfig') diff --git a/configs/cm_fx6_defconfig b/configs/cm_fx6_defconfig index 21c35e3d94..b50ababa03 100644 --- a/configs/cm_fx6_defconfig +++ b/configs/cm_fx6_defconfig @@ -28,5 +28,5 @@ CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y -CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP=y CONFIG_SYS_PROMPT="CM-FX6 # " +CONFIG_SYS_USB_EVENT_POLL_VIA_INT_QUEUE=y -- cgit v1.2.1