Enabled blanking of drive with role 5
This commit is contained in:
parent
7ed32c2baa
commit
ced69fa340
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2011.03.21.090430"
|
#define Cdrskin_timestamP "2011.03.21.092220"
|
||||||
|
@ -383,7 +383,9 @@ void burn_disc_erase(struct burn_drive *drive, int fast)
|
|||||||
/* ts A70909 : the willingness to burn any BURN_DISC_FULL media is
|
/* ts A70909 : the willingness to burn any BURN_DISC_FULL media is
|
||||||
inappropriate. One would rather need a -force option
|
inappropriate. One would rather need a -force option
|
||||||
Note: keep this in sync with mmc_read_disc_info() */
|
Note: keep this in sync with mmc_read_disc_info() */
|
||||||
if ((drive->current_profile != 0x0a &&
|
/* ts B10321 : Allowed role 5 to be blanked */
|
||||||
|
if ((drive->drive_role == 1 &&
|
||||||
|
drive->current_profile != 0x0a &&
|
||||||
drive->current_profile != 0x13 &&
|
drive->current_profile != 0x13 &&
|
||||||
drive->current_profile != 0x14 &&
|
drive->current_profile != 0x14 &&
|
||||||
drive->status != BURN_DISC_FULL)
|
drive->status != BURN_DISC_FULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user