]> git.ipfire.org Git - people/ms/u-boot.git/commit - configs/cm_fx6_defconfig
arm: mx6: cm-fx6: switch to usb kbd polling via int queue
authorNikita Kiryanov <nikita@compulab.co.il>
Sun, 30 Aug 2015 12:36:49 +0000 (15:36 +0300)
committerStefano Babic <sbabic@denx.de>
Wed, 2 Sep 2015 13:39:51 +0000 (15:39 +0200)
commit9b6f0fb42d44a7fa2a0c6653b4d389cb9f2042f0
tree1e2dabf21fdd3fe6fa52b34927dbaa94ec4fade3
parent7d1abb7d5bb36d011d7619a353b7232bf542585e
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 <sbabic@denx.de>
Cc: Igor Grinberg <grinberg@compulab.co.il>
Signed-off-by: Nikita Kiryanov <nikita@compulab.co.il>
Acked-by: Igor Grinberg <grinberg@compulab.co.il>
configs/cm_fx6_defconfig