chiark / gitweb /
[PATCH] add usb_host and pci_bus to the class blacklist.
[elogind.git] / udev.c
diff --git a/udev.c b/udev.c
index a51c04399e9d887668f51ac3b097c44cbacae04a..b395be2abb15e362457a875ba4620900295c1ba5 100644 (file)
--- a/udev.c
+++ b/udev.c
@@ -88,7 +88,8 @@ static void print_record(char *path, struct udevice *dev)
        printf("N: %s\n", dev->name);
        printf("S: %s\n", dev->symlink);
        printf("O: %s\n", dev->owner);
-       printf("G: %s\n\n", dev->group);
+       printf("G: %s\n", dev->group);
+       printf("\n");
 }
 
 enum query_type {
@@ -244,6 +245,8 @@ static char *subsystem_blacklist[] = {
        "net",
        "scsi_host",
        "scsi_device",
+       "usb_host",
+       "pci_bus",
        "",
 };