[PATCH] add usb_host and pci_bus to the class blacklist.

This commit is contained in:
greg@kroah.com 2004-01-14 22:55:24 -08:00 committed by Greg KH
parent 616a707807
commit f130b15645
1 changed files with 2 additions and 0 deletions

2
udev.c
View File

@ -245,6 +245,8 @@ static char *subsystem_blacklist[] = {
"net",
"scsi_host",
"scsi_device",
"usb_host",
"pci_bus",
"",
};