* [PATCH] blacklist pcmcia_socket
@ 2004-03-02 22:54 Kay Sievers
2004-03-03 0:01 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Kay Sievers @ 2004-03-02 22:54 UTC (permalink / raw)
To: linux-hotplug
[-- Attachment #1: Type: text/plain, Size: 378 bytes --]
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
thanks,
Kay
[-- Attachment #2: 01-black-pcmcia.patch --]
[-- Type: text/plain, Size: 211 bytes --]
===== udev.c 1.50 vs edited =====
--- 1.50/udev.c Thu Feb 26 06:14:04 2004
+++ edited/udev.c Tue Mar 2 23:47:21 2004
@@ -73,6 +73,7 @@
"scsi_device",
"usb_host",
"pci_bus",
+ "pcmcia_socket",
"",
};
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-03-03 0:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-02 22:54 [PATCH] blacklist pcmcia_socket Kay Sievers
2004-03-03 0:01 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).