]> git.ipfire.org Git - people/ms/u-boot.git/commit - common/usb_kbd.c
dm: usb: Support driver model with USB keyboards
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:34 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:25 +0000 (11:11 -0600)
commit697033cbf0a0bf0e0564b08c8b02dd543b431a2f
tree1c765949695b6e8e45846f2d6b4c98fa80b3baa6
parent603afaf0e5c895751c3fb24aa0ef05badc44a49e
dm: usb: Support driver model with USB keyboards

Allow USB keyboards to work with driver model. The main difference is that
we can have multiple buses (each with its own device numbering) and each
bus must be scanned.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Marek Vasut <marex@denx.de>
common/usb_kbd.c