commit | 1ff6015ecba42f7b02735c61ec90ef9a1683ab67 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@wwwdotorg.org> | Tue Dec 15 20:50:22 2015 -0700 |
committer | Marek Vasut <marex@denx.de> | Sat Jan 23 16:21:55 2016 +0100 |
tree | c4e871ee3c3ab853694bc037166931ac7b162861 | |
parent | 25612f23b5ba1f7d0fb96dbf576b98dc122da24c [diff] |
ARM: rpi: enable USB keyboard Now that the DWC2 driver supports split transactions, we can reasonably enable support for USB keyboards. This wasn't terribly useful before since keyboards are usually LS/FS devices, and thus require split transaction support when attached to a USB hub such as the hub built into the RPi model Bs. Cc: Stefan BrĂ¼ns <stefan.bruens@rwth-aachen.de> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>