PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
166 stars 85 forks source link

Setup for EXT4 usage. #120

Open wwatson4506 opened 1 year ago

wwatson4506 commented 1 year ago

Made 4 additions. Three changes to MassStorage.cpp and one change to USBHost_t36.h. Three of the additions are to allow for usage with EXT4 filesystems. One change to disconnect() adds setting m_errorCode to MS_NO_MEDIA_ERR. The other changes allow for detecting and claiming EXT4 formatted partitions. Have tested these changes over several versions of TD without any detectable problems.