]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: usb: Support driver model with USB keyboards
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:34 +0000 (12:22 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:56 +0000 (21:47 +0200)
commit77201db8fd29cda5c8176032103c2de79d2273cf
treec18af4400e8d2867782daf74bf99ed1e9e946e73
parentf8b7e1be7a127c25203ad5807b6f85de6a599a3d
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