Skip to content

Commit

Permalink
Merge pull request #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 Jun 26, 2022
2 parents a2a2d82 + 63a1fe9 commit f8cd61f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BlueSCSI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,8 +525,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 f8cd61f

Please sign in to comment.