mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[USBOHCI]
- Fix setting device address svn path=/branches/usb-bringup-trunk/; revision=55229
This commit is contained in:
@@ -315,6 +315,7 @@ CUSBDevice::SetDeviceAddress(
|
||||
//
|
||||
// initialize request
|
||||
//
|
||||
CtrlSetup->bmRequestType.B = 0xB;
|
||||
CtrlSetup->bRequest = USB_REQUEST_SET_ADDRESS;
|
||||
CtrlSetup->wValue.W = (USHORT)DeviceAddress;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user