aboutsummaryrefslogtreecommitdiffstats
path: root/udev.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2004-01-14 22:55:24 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:16 -0700
commitf130b15645fb41d9dd902b6c96948d344bfe96fa (patch)
tree8d4ec4d6dc68801ba68260e62dba4e6d0c310ab0 /udev.c
parent616a7078071362b32a4db73fe3314feb46438258 (diff)
downloadudev-f130b15645fb41d9dd902b6c96948d344bfe96fa.tar.gz
[PATCH] add usb_host and pci_bus to the class blacklist.
Diffstat (limited to 'udev.c')
-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",
"",
};