mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +00:00
[USBEHCI_NEW]
- Fix SelectConfiguration / SelectInterface - By mjmartin svn path=/branches/usb-bringup/; revision=51490
This commit is contained in:
parent
3b6ba2f1d8
commit
20a1892864
2 changed files with 4 additions and 3 deletions
|
@ -1190,6 +1190,7 @@ CUSBRequest::FreeQueueHead(
|
|||
// release packet descriptor
|
||||
//
|
||||
m_DmaManager->Release(m_DescriptorPacket, sizeof(USB_DEFAULT_PIPE_SETUP_PACKET));
|
||||
m_DescriptorPacket = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue