- Timestamp:
- Jul 2, 2021 2:49:14 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145480
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/VSCSI/VSCSILunMmc.cpp
r90001 r90002 860 860 aReply[2] = 0x04; /* media */ 861 861 aReply[3] = 0x5e; /* supported = busy|media|external|power|operational */ 862 aReply[4] = 0x03; /* media removal*/862 aReply[4] = (OldStatus == MMCEVENTSTATUSTYPE_MEDIA_CHANGED) ? 0x04 /* media changed */ : 0x03; /* media removed */ 863 863 aReply[5] = 0x00; /* medium absent / door closed */ 864 864 aReply[6] = 0x00;
Note:
See TracChangeset
for help on using the changeset viewer.