mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:12:58 +00:00
Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
svn path=/branches/ntvdm/; revision=59665
This commit is contained in:
commit
f66525ee02
404 changed files with 31475 additions and 5237 deletions
|
@ -308,7 +308,6 @@ CUSBDevice::SetDeviceAddress(
|
|||
{
|
||||
PUSB_DEFAULT_PIPE_SETUP_PACKET CtrlSetup;
|
||||
NTSTATUS Status;
|
||||
UCHAR OldAddress;
|
||||
UCHAR Index;
|
||||
|
||||
DPRINT1("[%s] SetDeviceAddress> Address %x\n", m_USBType, DeviceAddress);
|
||||
|
@ -341,9 +340,6 @@ CUSBDevice::SetDeviceAddress(
|
|||
// lets have a short nap
|
||||
KeStallExecutionProcessor(300);
|
||||
|
||||
// back up old address
|
||||
OldAddress = m_DeviceAddress;
|
||||
|
||||
// store new device address
|
||||
m_DeviceAddress = DeviceAddress;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue