1
0
mirror of https://github.com/systemd/systemd.git synced 2025-02-10 17:57:40 +03:00

[PATCH] blacklist pcmcia_socket

Is this something for the blacklist?

/sys/class/pcmcia_socket/
|-- pcmcia_socket0
|   |-- device -> ../../../devices/pci0000:00/0000:00:1e.0/0000:02:00.0
|   `-- driver -> ../../../bus/pci/drivers/yenta_cardbus
`-- pcmcia_socket1
    |-- device -> ../../../devices/pci0000:00/0000:00:1e.0/0000:02:00.1
        `-- driver -> ../../../bus/pci/drivers/yenta_cardbus
This commit is contained in:
kay.sievers@vrfy.org 2004-03-02 23:49:04 -08:00 committed by Greg KH
parent dfe421a965
commit e9f504e8d8

1
udev.c
View File

@ -73,6 +73,7 @@ static char *subsystem_blacklist[] = {
"scsi_device",
"usb_host",
"pci_bus",
"pcmcia_socket",
"",
};