First Commit
This commit is contained in:
BIN
libraries/SdFat/extras/USB_Host_Shield/USB_Host_Shield_2.0.zip
Normal file
BIN
libraries/SdFat/extras/USB_Host_Shield/USB_Host_Shield_2.0.zip
Normal file
Binary file not shown.
10
libraries/SdFat/extras/USB_Host_Shield/UsbHostShieldDiff.txt
Normal file
10
libraries/SdFat/extras/USB_Host_Shield/UsbHostShieldDiff.txt
Normal 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);
|
||||
|
||||
6
libraries/SdFat/extras/USB_Host_Shield/readme.txt
Normal file
6
libraries/SdFat/extras/USB_Host_Shield/readme.txt
Normal 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.
|
||||
Reference in New Issue
Block a user