[USBPORT] Fix incorrect transfer direction for URBs. Patch by Vadim Galyant. CORE...
[reactos.git] / reactos / sdk / include / reactos / drivers / usbport / usbmport.h
index 9ab71b3..4f26703 100644 (file)
@@ -580,6 +580,7 @@ typedef struct _USBPORT_MINIPORT_INTERFACE {
 
 C_ASSERT(sizeof(USBPORT_MINIPORT_INTERFACE) == 336);
 
+#define USBPORT_TRANSFER_DIRECTION_OUT  1 // From host to device
 typedef struct _USBPORT_ENDPOINT_PROPERTIES {
   USHORT DeviceAddress;
   USHORT EndpointAddress;