Had to revoke Immed bit on load command. LG GSA-4082B : premature "no media"
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user