Clarified relation of burn_disc_read_atip() and burn_drive_get_start_end_lba()
This commit is contained in:
parent
0553687bff
commit
9a12d64c7e
@ -655,7 +655,8 @@ int burn_disc_read_atip(struct burn_drive *drive);
|
|||||||
/* ts A61020 */
|
/* ts A61020 */
|
||||||
/** Returns start and end lba of the media which is currently inserted
|
/** Returns start and end lba of the media which is currently inserted
|
||||||
in the given drive. The drive has to be grabbed to have hope for reply.
|
in the given drive. The drive has to be grabbed to have hope for reply.
|
||||||
Shortcomming (not a feature): only blank media will return valid info.
|
Shortcomming (not a feature): unless burn_disc_read_atip() was called
|
||||||
|
only blank media will return valid info.
|
||||||
@param drive The drive to query.
|
@param drive The drive to query.
|
||||||
@param start_lba Returns the start lba value
|
@param start_lba Returns the start lba value
|
||||||
@param end_lba Returns the end lba value
|
@param end_lba Returns the end lba value
|
||||||
|
Loading…
Reference in New Issue
Block a user