Author: janderwald
Date: Tue Feb 21 18:53:04 2012
New Revision: 55789

URL: http://svn.reactos.org/svn/reactos?rev=55789&view=rev
Log:
[USBUHCI]
- UHCI has 2 ports

Modified:
    trunk/reactos/drivers/usb/usbuhci/hardware.cpp

Modified: trunk/reactos/drivers/usb/usbuhci/hardware.cpp
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/usbuhci/hardware.cpp?rev=55789&r1=55788&r2=55789&view=diff
==============================================================================
--- trunk/reactos/drivers/usb/usbuhci/hardware.cpp [iso-8859-1] (original)
+++ trunk/reactos/drivers/usb/usbuhci/hardware.cpp [iso-8859-1] Tue Feb 21 
18:53:04 2012
@@ -558,6 +558,11 @@
     DPRINT1("[USBUHCI] InitializeController\n");
 
     //
+    // UHCI has two ports
+    //
+    m_NumberOfPorts = 2;
+
+    //
     // get bus interface
     //
     Status = GetBusInterface(m_PhysicalDeviceObject, &BusInterface);


Reply via email to