From 3a993efb9f931c699ba144990b8549ab0cf94e92 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Wed, 21 Sep 2011 13:42:19 +0000 Subject: [PATCH] Corrected outdated sentence in documented workaround for udev --- README | 4 ++-- cdrskin/README | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index 818500c..fc05752 100644 --- a/README +++ b/README @@ -101,11 +101,11 @@ The waiting time can be set at ./configure time with microsecond granularity. E.g. 2 seconds: CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=2000000" ./configure ...options... -Closing and re-opening can be disabled by zero waiting time: +Waiting can be disabled by zero waiting time: CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=0" Alternatively, libburn can try to be nice by opening the device file, closing it immediately, waiting, and only then opening it for real: - CFLAGS="$CFLAGS -DLibburn_udev_extra_open_cyclE" + CFLAGS="$CFLAGS -DLibburn_udev_extra_open_cyclE -DLibburn_udev_wait_useC=500000" ------------------------------------------------------------------------------ diff --git a/cdrskin/README b/cdrskin/README index d80ec8a..e541d1a 100644 --- a/cdrskin/README +++ b/cdrskin/README @@ -448,11 +448,11 @@ The waiting time can be set at ./configure time with microsecond granularity. E.g. 2 seconds: CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=2000000" ./configure ...options... -Closing and re-opening can be disabled by zero waiting time: +Waiting can be disabled by zero waiting time: CFLAGS="$CFLAGS -DLibburn_udev_wait_useC=0" Alternatively, libburn can try to be nice by opening the device file, closing it immediately, waiting, and only then opening it for real: - CFLAGS="$CFLAGS -DLibburn_udev_extra_open_cyclE" + CFLAGS="$CFLAGS -DLibburn_udev_extra_open_cyclE -DLibburn_udev_wait_useC=500000" ------------------------------------------------------------------------------