New flag bit 9 with isoburn_drive_aquire()

This commit is contained in:
2012-08-14 10:27:23 +00:00
parent 1c2306ab10
commit 17860622a4
3 changed files with 21 additions and 6 deletions

View File

@ -436,6 +436,10 @@ int isoburn_drive_scan_and_grab(struct burn_drive_info *drive_infos[],
bit8= re-assess already acquired (*drive_infos)[0] rather
than aquiring adr
@since 1.1.8
bit9= when scanning for ISO 9660 sessions by bit3:
Do not demand a valid superblock at LBA 0, ignore it in
favor of one at LBA 32, and scan until end of medium.
@since 1.2.6
@return 1 = success , 0 = drive not found , <0 = other error
Please excuse the typo "aquire" in the function name.