blue-ray-bug713016
## Description: Fix spurious "CLOSE SESSION failed" on BD-R ## Origin/Author: Thomas Schmitt <scdbackup@gmx.net> ## Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713016 ## Description: Fix spurious "CLOSE SESSION failed" on BD-R ## Origin/Author: Thomas Schmitt <scdbackup@gmx.net> ## Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713016 Gbp-Pq: Name 10-blue-ray-bug713016.patch
This commit is contained in:
parent
6a986b095f
commit
c8f022f6f9
|
@ -756,6 +756,9 @@ static void bd_r_format (Scsi_Command &cmd)
|
|||
|
||||
wait_for_unit (cmd);
|
||||
|
||||
// debian bug #713016
|
||||
bdr_plus_pow = 1;
|
||||
|
||||
cmd[0] = 0x35; // FLUSH CACHE
|
||||
cmd[9] = 0;
|
||||
cmd.transport();
|
||||
|
|
Loading…
Reference in New Issue