All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: linux-hotplug@vger.kernel.org
Subject: Re: Fedora Core 5, Aladdin eToken PRO32 and udev hotplug
Date: Tue, 27 Mar 2007 18:46:12 +0000	[thread overview]
Message-ID: <20070327184612.GA1815@kroah.com> (raw)
In-Reply-To: <46092CC9.9000106@nikhef.nl>

On Tue, Mar 27, 2007 at 04:40:09PM +0200, Jan Just Keijser wrote:
> With FC5 and udev, things get hairier: first , I added a rule in
>   /etc/udev/rules.d/20-etoken.rules
> ---
> # add rule
> ACTION="add", BUS="usb", SUBSYSTEM="usb", \
>     SYSFS{idVendor}="0529", SYSFS{idProduct}="0600", \
>     RUN="/etc/hotplug.d/usb/etoken.hotplug"
> ---
> 
> to make sure the Perl thingie is called when I plug in a token. I've 
> added debug statements to the etoken.hotplug script and can see that it 
> is actually being called when I plug in the token (not when I remove it, 
> however).

That's because you are matching on the ACTION="add" rule above.  I
suggest creating a new rule for ACTION="remove" or just take that check
out :)

thanks,

greg k-h

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CIDÞVDEV
_______________________________________________
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

  reply	other threads:[~2007-03-27 18:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-27 14:40 Fedora Core 5, Aladdin eToken PRO32 and udev hotplug Jan Just Keijser
2007-03-27 18:46 ` Greg KH [this message]
2007-03-27 20:36 ` Jan Just Keijser
2007-03-27 23:33 ` Kay Sievers
2007-04-05  9:24 ` Jan Just Keijser

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=20070327184612.GA1815@kroah.com \
    --to=greg@kroah.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.