Had to revoke Immed bit on load command. LG GSA-4082B : premature "no media"

This commit is contained in:
2007-09-21 12:04:27 +00:00
parent 1e78652ac9
commit af3c8aaa5d
3 changed files with 26 additions and 4 deletions

View File

@ -37,7 +37,8 @@ void sbc_load(struct burn_drive *d)
*/
c.retry = 1;
c.opcode[1] |= 1; /* ts A70918 : Immed */
/* ts A70921 : Had to revoke Immed because of LG GSA-4082B */
/* c.opcode[1] |= 1; /* ts A70918 : Immed */
c.dir = NO_TRANSFER;
d->issue_command(d, &c);