Beginning to implement write code for BD-R SRM without POW

This commit is contained in:
2008-12-09 12:35:13 +00:00
parent d52ea49eb6
commit a5e2729604
6 changed files with 68 additions and 17 deletions

View File

@ -409,6 +409,11 @@ void burn_disc_format(struct burn_drive *drive, off_t size, int flag)
flag |= 4; /* format up to maximum size */
} else if (drive->current_profile == 0x12) {
ok = 1; /* DVD-RAM */
} else if (drive->current_profile == 0x41) {
/* >>> BD-R SRM */
/* >>> check whether still unformatted */;
} else if (drive->current_profile == 0x43) {
ok = 1; /* BD-RE */
}