-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* host: log received command headers and blocks in hexadecimal form (verbose mode only). * host: report USB protocol version under non-verbose mode. * host: properly parse filename field from SendFileProperties commands by actually using the filename length field from the command header. * host: validate command block size field for CancelFileTransfer commands. * bis_storage: ignore mount errors if no FAT filesystem can be found in any BIS partition(s). * utils: update utilsGeneratePath() logic to fix a UTF-8 codepoint truncation issue whenever a file extension was manually provided.
- Loading branch information
1 parent
b575027
commit 8dcb463
Showing
3 changed files
with
80 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters