From: Andrey Borzenkov <arvidjaar@mail.ru>
To: linux-hotplug@vger.kernel.org
Subject: Re: problem with a specific ACTION=="remove" udev rule
Date: Tue, 14 Nov 2006 18:13:29 +0000 [thread overview]
Message-ID: <200611142113.32980.arvidjaar@mail.ru> (raw)
In-Reply-To: <baabf6440611140535g581f5e2dgbdaf7ed566632568@mail.gmail.com>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday 14 November 2006 19:00, Ludovic Rousseau wrote:
> On 14/11/06, Kay Sievers <kay.sievers@vrfy.org> wrote:
> > On 11/14/06, Ludovic Rousseau <ludovic.rousseau@gmail.com> wrote:
> > > Hello,
> > >
> > > I use udev to run a program when a USB device is connected or removed.
> > > The USB device is a CCID smart card reader [1] and the program is a
> > > smart card resource manager. I use udev to dynamically add and remove
> > > smart card reader to/from the smart card resource manager.
> > >
> > > My rules file is:
> > > ACTION="remove", RUN+="/usr/sbin/pcscd --hotplug"
> >
> > ...
> >
> > > Why can't I specify the SYSFS{bInterfaceClass} = "0b" in a remove
> > > rule?
> >
> > Because, there is no sysfs-attribute left to look at, at the time you
> > get a "remove" event.
>
> So I guess I have no solution other than to be called for every USB
> device removed?
>
ACTION="add" SYSFS{bInterfaceClass}="0b" ENV{NEED_PCSCD_ON_REMOVE}="true"
ACTION="remove" ENV{NEED_PCSCD_ON_REMOVE}="true"
RUN+="/usr/sbin/pcscd --hotplug"
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQFFWgdMR6LMutpd94wRAjlYAKCWh5Z3ZbLc075j2pi7UvMstn3y+wCghyy1
Ithsh7/GzKDSNH9ZLKNCFQc=UpcH
-----END PGP SIGNATURE-----
-------------------------------------------------------------------------
SF.net email is sponsored by: A Better Job is Waiting for You - Find it Now.
Check out Slashdot's new job board. Browse through tons of technical jobs
posted by companies looking to hire people just like you.
http://jobs.slashdot.org/
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
next prev parent reply other threads:[~2006-11-14 18:13 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-11-14 13:35 problem with a specific ACTION=="remove" udev rule Ludovic Rousseau
2006-11-14 15:33 ` Kay Sievers
2006-11-14 16:00 ` Ludovic Rousseau
2006-11-14 16:04 ` Andreas Jellinghaus
2006-11-14 18:13 ` Andrey Borzenkov [this message]
2006-11-15 9:06 ` Ludovic Rousseau
2006-11-15 19:14 ` Andrey Borzenkov
2006-11-15 20:33 ` Ludovic Rousseau
2006-11-16 3:49 ` Andrey Borzenkov
2006-11-20 16:03 ` Ludovic Rousseau
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=200611142113.32980.arvidjaar@mail.ru \
--to=arvidjaar@mail.ru \
--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).