[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:
Johannes Anderwald 2012-02-05 15:36:00 +00:00
parent 82848d85df
commit cf494ea401
9 changed files with 144 additions and 96 deletions

View file

@ -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;
//