]> Git Repo - u-boot.git/commitdiff
arm: mx6: cm-fx6: switch to usb kbd polling via int queue
authorNikita Kiryanov <[email protected]>
Sun, 30 Aug 2015 12:36:49 +0000 (15:36 +0300)
committerStefano Babic <[email protected]>
Wed, 2 Sep 2015 13:39:51 +0000 (15:39 +0200)
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 <[email protected]>
Cc: Igor Grinberg <[email protected]>
Signed-off-by: Nikita Kiryanov <[email protected]>
Acked-by: Igor Grinberg <[email protected]>
configs/cm_fx6_defconfig

index 21c35e3d94d0d496f19879eb4252b29f4acafef0..b50ababa036405c3c9b30618e8141949c42364bf 100644 (file)
@@ -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
This page took 0.033587 seconds and 4 git commands to generate.