Skip to content

Commit

Permalink
Merge pull request erichelgeson#138 from erichelgeson/eric/vdrName
Browse files Browse the repository at this point in the history
Change product so vendor specific Quantum commands are not issued
  • Loading branch information
erichelgeson authored and androda committed Jun 27, 2022
1 parent f3232d5 commit a185c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions F4_BlueSCSI/F4_BlueSCSI.ino
Original file line number Diff line number Diff line change
Expand Up @@ -537,8 +537,8 @@ void findDriveImages(FsFile root) {
dev->inquiry_block.response_format = 1;
dev->inquiry_block.additional_length = 31;
memcpy(dev->inquiry_block.vendor, "QUANTUM", 7);
memcpy(dev->inquiry_block.product, "FIREBALL1", 9);
memcpy(dev->inquiry_block.revision, "1.0", 3);
memcpy(dev->inquiry_block.product, "BLUESCSI F1", 11);
memcpy(dev->inquiry_block.revision, "1.1", 3);
break;

case SCSI_DEVICE_OPTICAL:
Expand Down

0 comments on commit a185c4c

Please sign in to comment.