Modules/USB MSC - Error handling and fix for Tegra2 Qemu
[tpg/acess2.git] / KernelLand / Modules / USB / MSC / msc_proto.h
index 8cbd852..b35a587 100644 (file)
@@ -22,12 +22,14 @@ struct sMSC_CBW
        Uint8   CBWCB[16];
 } PACKED;
 
+#define MSC_CSW_SIGNATURE      0x53425355
+
 struct sMSC_CSW
 {
        Uint32  dCSWSignature;  // = 0x53425355
        Uint32  dCSWTag;
        Uint32  dCSWDataResidue;
-       Uint8   dCSWStatus;
+       Uint8   bCSWStatus;
 } PACKED;
 
 #endif

UCC git Repository :: git.ucc.asn.au