diff --git a/bootloader/bootloader-usb.c b/bootloader/bootloader-usb.c index 9ee893e236246e70ef00983572ad108972e03998..2ba7d32ddff22a8cbcc70dfcd688214bec98a172 100644 --- a/bootloader/bootloader-usb.c +++ b/bootloader/bootloader-usb.c @@ -82,9 +82,9 @@ static const msc_cfg_t msc_cfg = { }; static const msc_idstrings_t ids = { - "MAXIM", /* Vendor string. Maximum of 8 bytes */ - "MSC Example", /* Product string. Maximum of 16 bytes */ - "1.0" /* Version string. Maximum of 4 bytes */ + "CCC", /* Vendor string. Maximum of 8 bytes */ + "card10", /* Product string. Maximum of 16 bytes */ + "1.0" /* Version string. Maximum of 4 bytes */ }; /* Functions to control "disk" memory. See msc.h for definitions. */