First Commit

This commit is contained in:
MindCreeper03
2025-02-27 19:31:50 +01:00
parent bcbb6aff9a
commit e490df1715
2470 changed files with 1479965 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
master/masstorage.cpp" 2022-10-18 08:48:03.639503200 -0700
@@ -796,6 +796,7 @@
buf[i] = 0x00;
}
WriteOk[lun] = true;
+ return 0; // WHG - Many USB keys don't respond.
uint8_t rc = ModeSense6(lun, 0, 0x3f, 0, 192, buf);
if(!rc) {
WriteOk[lun] = ((buf[2] & 0x80) == 0);

View File

@@ -0,0 +1,6 @@
This zip file was downloaded on 10/18/2022 from
https://github.com/felis/USB_Host_Shield_2.0
A line was added to fix a problem with sensing read only status,
see UsbHostShieldDiff.txt.