From b3935e6f7779ed61edc6e8ea827df9ae5f73c6e4 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Fri, 11 Mar 2005 10:35:23 +0000 Subject: - Add a patch to fix speed setting issue. PR: ports/78690 Submitted by: Andriy Gapon (maintainer) Approved by: pav (mentor) --- sysutils/udfclient/files/patch-udf_discop.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sysutils/udfclient/files/patch-udf_discop.c (limited to 'sysutils/udfclient/files') diff --git a/sysutils/udfclient/files/patch-udf_discop.c b/sysutils/udfclient/files/patch-udf_discop.c new file mode 100644 index 000000000000..ff80d4988a5c --- /dev/null +++ b/sysutils/udfclient/files/patch-udf_discop.c @@ -0,0 +1,12 @@ +diff -u -r udf_discop.c.orig udf_discop.c +--- udf_discop.c.orig Thu Jan 27 16:45:23 2005 ++++ udf_discop.c Fri Feb 4 22:23:50 2005 +@@ -210,7 +210,7 @@ + /* Set CD/DVD speed on 'optimal' for it doesnt seem to do it automatically */ + bzero(cmd, SCSI_CMD_LEN); + cmd[ 0] = 0xBB; /* Set CD speed */ +- cmd[ 1] = 1; /* select CAV (1) or CLV (0) recording */ ++ cmd[ 1] = 0; /* select pure CAV (1) or CLV and non-pure CAV (0) recording */ + cmd[ 2] = 0xff; + cmd[ 3] = 0xff; /* max read performance speed */ + cmd[ 4] = 0xff; -- cgit v1.2.3