mirror of
https://github.com/reactos/reactos.git
synced 2025-07-09 07:08:03 +00:00
[HIDCLASS]
- Check if attaching to device stack failed. In that case fail the request [HIDUSB] - Always set SupriseRemovalOk [USBCCGP] [HIDCLASS] [USBHUB] [USBSTOR] - Check if the pdo is still in the pdo list. Only call IoDeleteDevice in that case svn path=/branches/usb-bringup-trunk/; revision=55429
This commit is contained in:
parent
82848d85df
commit
cf494ea401
9 changed files with 144 additions and 96 deletions
|
@ -743,7 +743,7 @@ CUSBRequest::BuildControlTransferQueueHead(
|
|||
//
|
||||
// no buffer, setup in descriptor
|
||||
//
|
||||
m_TransferDescriptors[1]->Token.Bits.PIDCode = PID_CODE_IN_TOKEN;
|
||||
m_TransferDescriptors[1]->Token.Bits.PIDCode = PID_CODE_OUT_TOKEN;
|
||||
m_TransferDescriptors[1]->Token.Bits.TotalBytesToTransfer = 0;
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue