Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/massStorage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ constexpr tusb_desc_device_t kDeviceDescriptor = {
sizeof(tusb_desc_device_t),
TUSB_DESC_DEVICE,
0x0200,
TUSB_CLASS_MSC,
MSC_SUBCLASS_SCSI,
MSC_PROTOCOL_BOT,
0x00, // bDeviceClass - defined at interface level (fixes macOS MSC enumeration)
0x00, // bDeviceSubClass - defined at interface level
0x00, // bDeviceProtocol - defined at interface level
CFG_TUD_ENDOINT0_SIZE,
0x303A,
0x1001,
Expand Down
Loading