aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--udev.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev.c b/udev.c
index 84950c82..b395be2a 100644
--- a/udev.c
+++ b/udev.c
@@ -245,6 +245,8 @@ static char *subsystem_blacklist[] = {
"net",
"scsi_host",
"scsi_device",
+ "usb_host",
+ "pci_bus",
"",
};