]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() should be...
authorFeng Tian <feng.tian@intel.com>
Tue, 3 Dec 2013 07:04:08 +0000 (07:04 +0000)
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 3 Dec 2013 07:04:08 +0000 (07:04 +0000)
commit0f58371b5df22ca7894b0febd09d0c95b02da1f0
treed29b4bf9a6c320552c93a0d98588b27722e56b1e
parent6855763eb262f3d95dc0216d035cc7203b4e29cc
MdeModulePkg/Usb: All h/w related stop operation at DriverBindingStop() should be behind s/w related stop operation, which could avoid h/w not working if s/w stop operation fails.

Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Elvin Li <elvin.li@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14927 6f19259b-4bc3-4df7-8a09-765794883524
MdeModulePkg/Bus/Pci/EhciDxe/Ehci.c
MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
MdeModulePkg/Bus/Pci/XhciDxe/Xhci.c
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c