hal/hald/linux osspec.c,1.52.2.1,1.52.2.2
David Zeuthen
david at freedesktop.org
Tue Nov 30 20:29:00 PST 2004
Update of /cvs/hal/hal/hald/linux
In directory gabe:/tmp/cvs-serv10974/hald/linux
Modified Files:
Tag: hal-0_4-stable-branch
osspec.c
Log Message:
2004-11-30 David Zeuthen <davidz at redhat.com>
* fdi/20freedesktop/ide-drives.fdi: Add blacklist for certain slave
IDE drives on Dell Laptops - stopgap solution for now (RH Bug #138148)
* fdi/20freedesktop/usb-zip-drives.fdi: Fix a syntax error
* hald/linux/osspec.c (compute_coldplug_visit_device): Don't spew
too much debug now that we ascent into the tree down to the leafs
* libhal-storage/libhal-storage.c (hal_drive_from_udi): Comment out
types for ZIP and JAZ drives since that will require ABI changes
* libhal-storage/libhal-storage.h: -do-
Index: osspec.c
===================================================================
RCS file: /cvs/hal/hal/hald/linux/osspec.c,v
retrieving revision 1.52.2.1
retrieving revision 1.52.2.2
diff -u -d -r1.52.2.1 -r1.52.2.2
--- osspec.c 1 Dec 2004 03:39:01 -0000 1.52.2.1
+++ osspec.c 1 Dec 2004 04:28:58 -0000 1.52.2.2
@@ -688,7 +688,7 @@
/* visit children */
err = NULL;
if ((dir = g_dir_open (path, 0, &err)) == NULL) {
- HAL_ERROR (("Unable to open directory: %s", path, err->message));
+ /*HAL_ERROR (("Unable to open directory: %s", path, err->message));*/
g_error_free (err);
goto error;
}
More information about the hal-commit
mailing list