]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: usb: Implement usb_detect_change() for driver model
authorSimon Glass <sjg@chromium.org>
Wed, 13 May 2015 13:02:23 +0000 (07:02 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:42:36 +0000 (00:42 +0200)
commitde0ff4a2908c699dd3e0702d85d1c26a682342f1
treebc8c393249b47297d938c094d02589410669e67e
parente6a58a890dc7cba2b6e89acc2e61736547e2e753
dm: usb: Implement usb_detect_change() for driver model

Support this function with driver model also (CONFIG_DM_USB).

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/usb/host/usb-uclass.c