mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[USBUHCI]
- UHCI has 2 ports svn path=/trunk/; revision=55789
This commit is contained in:
parent
1511120650
commit
49103eac64
1 changed files with 5 additions and 0 deletions
|
@ -557,6 +557,11 @@ CUSBHardwareDevice::InitializeController()
|
||||||
|
|
||||||
DPRINT1("[USBUHCI] InitializeController\n");
|
DPRINT1("[USBUHCI] InitializeController\n");
|
||||||
|
|
||||||
|
//
|
||||||
|
// UHCI has two ports
|
||||||
|
//
|
||||||
|
m_NumberOfPorts = 2;
|
||||||
|
|
||||||
//
|
//
|
||||||
// get bus interface
|
// get bus interface
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue