mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[USBSTOR]
- Use the correct USBD_TRANSFER_DIRECTION value for write operations svn path=/branches/usb-bringup-trunk/; revision=55169
This commit is contained in:
@@ -447,7 +447,7 @@ USBSTOR_CBWCompletionRoutine(
|
||||
NULL,
|
||||
Context->TransferBufferMDL,
|
||||
Context->TransferDataLength,
|
||||
USBD_TRANSFER_DIRECTION_IN | USBD_SHORT_TRANSFER_OK,
|
||||
((Code == SCSIOP_WRITE) ? USBD_TRANSFER_DIRECTION_OUT : USBD_TRANSFER_DIRECTION_IN) | USBD_SHORT_TRANSFER_OK,
|
||||
NULL);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user