More appropriate drive status during format and close of DVD+RW

This commit is contained in:
2006-12-23 18:43:31 +00:00
parent 1ce6ec4a3a
commit 7e30dbfc5a
4 changed files with 20 additions and 7 deletions

View File

@@ -229,7 +229,11 @@ enum burn_drive_status
/** The drive is told to close a track (TAO only) */
BURN_DRIVE_CLOSING_TRACK,
/** The drive is told to close a session (TAO only) */
BURN_DRIVE_CLOSING_SESSION
BURN_DRIVE_CLOSING_SESSION,
/* ts A61223 */
/** The drive is formatting media */
BURN_DRIVE_FORMATTING
};