From: greg@kroah.com Date: Thu, 15 Jan 2004 06:55:24 +0000 (-0800) Subject: [PATCH] add usb_host and pci_bus to the class blacklist. X-Git-Tag: 014~16 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f130b15645fb41d9dd902b6c96948d344bfe96fa [PATCH] add usb_host and pci_bus to the class blacklist. --- 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", "", };