From 2a669879a4d7e0ff3323460d2f23ed3d05ff5d88 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 18 Oct 2007 19:39:13 +0000 Subject: [PATCH] Calmed down hyperactive sleep interval with drive scanning --- cdrskin/cdrskin_timestamp.h | 2 +- test/telltoc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index df88303..6b234d2 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2007.10.16.212205" +#define Cdrskin_timestamP "2007.10.18.193920" diff --git a/test/telltoc.c b/test/telltoc.c index cd37ec5..c655c02 100644 --- a/test/telltoc.c +++ b/test/telltoc.c @@ -171,7 +171,7 @@ int telltoc_aquire_by_driveno(int *driveno, int silent_drive) fprintf(stderr, "Beginning to scan for devices ...\n"); while (!burn_drive_scan(&drive_list, &drive_count)) - usleep(1002); + usleep(100002); if (drive_count <= 0 && *driveno >= 0) { fprintf(stderr, "FAILED (no drives found)\n"); return 0;