From f130b15645fb41d9dd902b6c96948d344bfe96fa Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Wed, 14 Jan 2004 22:55:24 -0800 Subject: [PATCH] [PATCH] add usb_host and pci_bus to the class blacklist. --- udev.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/udev.c b/udev.c index 84950c82a..b395be2ab 100644 --- a/udev.c +++ b/udev.c @@ -245,6 +245,8 @@ static char *subsystem_blacklist[] = { "net", "scsi_host", "scsi_device", + "usb_host", + "pci_bus", "", }; -- 2.30.2