]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
USB: usb-hub: Add a weak function for resetting devices
authorDan Murphy <dmurphy@ti.com>
Thu, 1 Aug 2013 19:06:01 +0000 (14:06 -0500)
committerMarek Vasut <marex@denx.de>
Mon, 26 Aug 2013 19:56:34 +0000 (21:56 +0200)
commit3615a996ab91b5cdf8d89359150aff3d754db8d8
tree052179c899cb8df574ad5bcad6c22e807f0c6d79
parent04025b42dc32b0f6437c24743b1c88b8ec43995a
USB: usb-hub: Add a weak function for resetting devices

Add a __weak function that can be overridden to reset devices
attached to an ehci devices after the FEAT_POWER has been submitted

Signed-off-by: Dan Murphy <dmurphy@ti.com>
common/usb_hub.c