Skip to content

Commit

Permalink
http://forums.ps2dev.org/viewtopic.php?p=83556#83556
Browse files Browse the repository at this point in the history
  • Loading branch information
jim committed Aug 11, 2009
1 parent ba2132c commit 381ba62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iop/usb/usbd/src/hub.c
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ void hubSetFuncAddressCB(IoRequest *req) {
ep->hcEd.hcArea |= dev->functionAddress & 0x7F;
dev->deviceStatus = DEVICE_READY;

addTimerCallback(&dev->timer, (TimerCallback)hubPeekDeviceDescriptor, req, 4);
addTimerCallback(&dev->timer, (TimerCallback)hubPeekDeviceDescriptor, req, 10);
}
}

Expand Down

1 comment on commit 381ba62

@sp193
Copy link
Member

@sp193 sp193 commented on 381ba62 Jul 15, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Original Post is mirrored here: http://lukasz.dk/mirror/forums.ps2dev.org/viewtopicc4cd.html?t=12272
I seemed to have the same problem before: http://psx-scene.com/forums/f19/usb-mass-device-driver-usbhdfsd-compatibility-fix-some-usb-devices-73420/

All (at least, all that I have seen so far) of our timeout values are different from the IRX that I have.

Please sign in to comment.