Fix search+replace error introduced with reworking debug output. This should

fix full/lowspeed devices behind high-speed hubs again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29933 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2009-04-05 13:19:32 +00:00
parent 2db5c7580c
commit f81f8ddb90
+1 -1
View File
@@ -253,7 +253,7 @@ Hub::Explore(change_item **changeList)
int8 hubAddress = HubAddress();
uint8 hubPort = HubPort();
if (Speed() == USB_SPEED_HIGHSPEED) {
hubAddress = USBID();
hubAddress = DeviceAddress();
hubPort = i + 1;
}