]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: usb: Split out the keyboard probe into its own function
authorSimon Glass <sjg@chromium.org>
Wed, 25 Mar 2015 18:22:33 +0000 (12:22 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:56 +0000 (21:47 +0200)
commitf8b7e1be7a127c25203ad5807b6f85de6a599a3d
tree0838bc9ad9b62796f9e1509e23e47146dee32f0d
parent6e5e12524e76efc443ef98bd0f1c7b46525ff36a
dm: usb: Split out the keyboard probe into its own function

Before adding driver model support, split out code from this over-long
function.

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