diff options
author | greg@kroah.com <greg@kroah.com> | 2004-01-14 22:55:24 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:16 -0700 |
commit | f130b15645fb41d9dd902b6c96948d344bfe96fa (patch) | |
tree | 8d4ec4d6dc68801ba68260e62dba4e6d0c310ab0 /udev.c | |
parent | 616a7078071362b32a4db73fe3314feb46438258 (diff) |
[PATCH] add usb_host and pci_bus to the class blacklist.
Diffstat (limited to 'udev.c')
-rw-r--r-- | udev.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -245,6 +245,8 @@ static char *subsystem_blacklist[] = { "net", "scsi_host", "scsi_device", + "usb_host", + "pci_bus", "", }; |