Obsolete golang-120
[oi-userland.git] / components / sysutils / dvd+rw-tools / patches / 08-blue-ray-bug713016.patch
blob58a4f74a5cd75014073e963240bc6bd0f89d722a
1 ## Description: Fix spurious "CLOSE SESSION failed" on BD-R
2 ## Origin/Author: Thomas Schmitt <scdbackup@gmx.net>
3 ## Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713016
4 Index: dvd+rw-tools-7.1/growisofs_mmc.cpp
5 ===================================================================
6 --- dvd+rw-tools-7.1.orig/growisofs_mmc.cpp
7 +++ dvd+rw-tools-7.1/growisofs_mmc.cpp
8 @@ -756,6 +757,9 @@ static void bd_r_format (Scsi_Command &c
10 wait_for_unit (cmd);
12 + // debian bug #713016
13 + bdr_plus_pow = 1;
15 cmd[0] = 0x35; // FLUSH CACHE
16 cmd[9] = 0;
17 cmd.transport();