Bug fix: Some drives returned wrong CD sizes after having burnt DVD-R

This commit is contained in:
2011-07-31 08:03:51 +00:00
parent ecc8bbc71f
commit b0a4b7c15c
6 changed files with 42 additions and 1 deletions

View File

@ -151,4 +151,8 @@ int burn_abort_5(int patience,
int (*pacifier_func)(void *handle, int patience, int elapsed),
void *handle, int elapsed, int flag);
/* ts B10730 */
/* Send a default mode page 05 to CD and DVD-R-oids */
int burn_drive_send_default_page_05(struct burn_drive *d, int flag);
#endif /* __DRIVE */