[Pkg-opt-media-team] [dvd+rw-tools] 02/04: debian/patches: Add patch to fix burning BD-R discs.

Rogério Brito rbrito-guest at moszumanska.debian.org
Sat Feb 21 00:40:21 UTC 2015


This is an automated email from the git hooks/post-receive script.

rbrito-guest pushed a commit to branch master
in repository dvd+rw-tools.

commit 56b76dd474de36310cd155a0792c50c28d703384
Author: Rogério Brito <rbrito at ime.usp.br>
Date:   Fri Feb 20 22:27:44 2015 -0200

    debian/patches: Add patch to fix burning BD-R discs.
    
    Thanks: Thomas Schmitt <scdbackup at gmx.net>
    Closes: #713016
---
 debian/patches/fix_burning_bd-r_discs.patch | 22 ++++++++++++++++++++++
 debian/patches/series                       |  1 +
 2 files changed, 23 insertions(+)

diff --git a/debian/patches/fix_burning_bd-r_discs.patch b/debian/patches/fix_burning_bd-r_discs.patch
new file mode 100644
index 0000000..e9c8678
--- /dev/null
+++ b/debian/patches/fix_burning_bd-r_discs.patch
@@ -0,0 +1,22 @@
+Description: Fix burning of blank BD-R disks.
+ When burning blank BD-R disks, dvd+rw-tools generate, at the end of the
+ process, the error message:
+ .
+   :-[ CLOSE SESSION failed with SK=5h/INVALID FIELD IN CDB]: Input/output error
+ .
+ This patch fixes it. Tested by many people following Debian's bug report #713016.
+Author: Thomas Schmitt <scdbackup at gmx.net>
+Bug-Debian: https://bugs.debian.org/713016
+Forwarded: no
+Last-Update: 2015-02-20
+--- a/growisofs_mmc.cpp
++++ b/growisofs_mmc.cpp
+@@ -756,6 +756,8 @@
+ 
+     wait_for_unit (cmd);
+ 
++    bdr_plus_pow = 1;
++
+     cmd[0] = 0x35;	// FLUSH CACHE
+     cmd[9] = 0;
+     cmd.transport();
diff --git a/debian/patches/series b/debian/patches/series
index e5f20fd..33760e9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
 08-includes.patch
 09-wctomb.patch
 ignore_pseudo_overwrite.patch
+fix_burning_bd-r_discs.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opt-media/dvd+rw-tools.git



More information about the Pkg-opt-media-team mailing list