[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

2
udev.c
View file

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