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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user