Author: cgutman
Date: Sun Feb 26 06:33:21 2012
New Revision: 55875

URL: http://svn.reactos.org/svn/reactos?rev=55875&view=rev
Log:
[USBOHCI][USBUHCI][USBEHCI]
- Don't overwrite the status from ClearPortFeature with STATUS_SUCCESS
- Partially fixes full speed port handoff

Modified:
    trunk/reactos/drivers/usb/usbehci/hub_controller.cpp
    trunk/reactos/drivers/usb/usbohci/hub_controller.cpp
    trunk/reactos/drivers/usb/usbuhci/hub_controller.cpp

Modified: trunk/reactos/drivers/usb/usbehci/hub_controller.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbehci/hub_controller.cpp?rev=55875&r1=55874&r2=55875&view=diff
==============================================================================
--- trunk/reactos/drivers/usb/usbehci/hub_controller.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbehci/hub_controller.cpp [iso-8859-1] Sun Feb 
26 06:33:21 2012
@@ -969,7 +969,6 @@
                     break;
            }
 
-            Status = STATUS_SUCCESS;
             break;
         }
         case USB_REQUEST_SET_FEATURE:

Modified: trunk/reactos/drivers/usb/usbohci/hub_controller.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbohci/hub_controller.cpp?rev=55875&r1=55874&r2=55875&view=diff
==============================================================================
--- trunk/reactos/drivers/usb/usbohci/hub_controller.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbohci/hub_controller.cpp [iso-8859-1] Sun Feb 
26 06:33:21 2012
@@ -970,7 +970,6 @@
                     break;
            }
 
-            Status = STATUS_SUCCESS;
             break;
         }
         case USB_REQUEST_SET_FEATURE:

Modified: trunk/reactos/drivers/usb/usbuhci/hub_controller.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbuhci/hub_controller.cpp?rev=55875&r1=55874&r2=55875&view=diff
==============================================================================
--- trunk/reactos/drivers/usb/usbuhci/hub_controller.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbuhci/hub_controller.cpp [iso-8859-1] Sun Feb 
26 06:33:21 2012
@@ -970,7 +970,6 @@
                     break;
            }
 
-            Status = STATUS_SUCCESS;
             break;
         }
         case USB_REQUEST_SET_FEATURE:


Reply via email to