From: Dean Camera Date: Fri, 29 Mar 2013 10:23:09 +0000 (+0000) Subject: Update Mass Storage bootloader for Linux compatibility, and to reduce the compiled... X-Git-Tag: LUFA-130901-BETA~186 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/83d5c4729e3cb014d2f75a5ac4132658ad6b7ea8?hp=83d5c4729e3cb014d2f75a5ac4132658ad6b7ea8 Update Mass Storage bootloader for Linux compatibility, and to reduce the compiled bootloader size. Linux appears to replace files with a cluster offset on the disk rather than re-using the same disk clusters (unlike Windows) so the file offset needs to be tracked and compensated for. ---