Imported Upstream version 0.72.1

This commit is contained in:
TANIGUCHI Takaki
2009-11-22 16:53:41 +09:00
parent a39ce4fddf
commit 294f8623c4
562 changed files with 3150 additions and 2260 deletions

View File

@@ -534,6 +534,8 @@ static int query_cd(DeviceHandle *dh, int probe_only)
return FALSE;
}
length = 16; /* Works around Windows (and possibly other OS) driver issues */
memset(cmd, 0, MAX_CDB_SIZE);
cmd[0] = 0x43; /* READ TOC/PMA/ATIP */
cmd[1] = 0x02; /* TIME bit required for this format */