From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: fix unusual sysfs behavior for pcmcia_socket
Date: Thu, 14 Oct 2004 04:55:02 +0000 [thread overview]
Message-ID: <20041014045502.GA14286@vrfy.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 204 bytes --]
All files in /sys/class/pcmcia_socket/pcmcia_socket0/* are unreadable
without a card inserted:
read(3, 0x9167858, 4096) = -1 ENODEV (No such device)
So we need to skip that step for now.
Thanks,
Kay
[-- Attachment #2: udev-pcmcia.patch --]
[-- Type: text/plain, Size: 665 bytes --]
===== wait_for_sysfs.c 1.16 vs edited =====
--- 1.16/wait_for_sysfs.c 2004-10-14 00:15:21 +02:00
+++ edited/wait_for_sysfs.c 2004-10-14 06:42:43 +02:00
@@ -60,7 +60,7 @@ static int wait_for_class_device_attribu
{ .subsystem = "net", .file = "ifindex" },
{ .subsystem = "scsi_host", .file = "unique_id" },
{ .subsystem = "scsi_device", .file = NULL },
- { .subsystem = "pcmcia_socket", .file = "card_type" },
+ { .subsystem = "pcmcia_socket", .file = NULL }, /* all files are unreadable in empty slot :( */
{ .subsystem = "usb_host", .file = NULL },
{ .subsystem = "bluetooth", .file = "address" },
{ .subsystem = "i2c-adapter", .file = NULL },
next reply other threads:[~2004-10-14 4:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-14 4:55 Kay Sievers [this message]
2004-10-14 20:42 ` fix unusual sysfs behavior for pcmcia_socket Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20041014045502.GA14286@vrfy.org \
--to=kay.sievers@vrfy.org \
--cc=linux-hotplug@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).