mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[USBOHCI]
- Fix setting device address svn path=/branches/usb-bringup-trunk/; revision=55229
This commit is contained in:
parent
bad9585013
commit
972bb5254a
1 changed files with 1 additions and 0 deletions
|
@ -315,6 +315,7 @@ CUSBDevice::SetDeviceAddress(
|
|||
//
|
||||
// initialize request
|
||||
//
|
||||
CtrlSetup->bmRequestType.B = 0xB;
|
||||
CtrlSetup->bRequest = USB_REQUEST_SET_ADDRESS;
|
||||
CtrlSetup->wValue.W = (USHORT)DeviceAddress;
|
||||
|
||||
|
|
Loading…
Reference in a new issue