Provisory introduction of drive role 5, random access write-only

This commit is contained in:
2011-03-18 09:33:54 +00:00
parent 998fcdbefa
commit af41742516
7 changed files with 130 additions and 28 deletions

View File

@ -392,7 +392,7 @@ void burn_disc_erase(struct burn_drive *drive, int fast)
drive->status != BURN_DISC_APPENDABLE &&
drive->status != BURN_DISC_BLANK)
||
(drive->drive_role != 1)
(drive->drive_role != 1 && drive->drive_role != 5)
) {
libdax_msgs_submit(libdax_messenger, drive->global_index,
0x00020130,