Linux Hotplug development
 help / color / mirror / Atom feed
* how to generate udv trigger for a specific device ?
@ 2010-10-28  4:59 J. Bakshi
  2010-10-28  4:59 ` J. Bakshi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: J. Bakshi @ 2010-10-28  4:59 UTC (permalink / raw)
  To: linux-hotplug

Hello list,

I'm a newbie in udev rules and writing some very specific udev rules for my usb mouse. As per sysfs the mouse is detected as /sys/class/input/input11  and [ udevadm monitor /sys/class/input/input11 ] proves the detection. Now to test my udev rules which execute some action based on add / remove of the mouse, I have to physically add / remove the mouse. And for each and every change in my ruleset I have to do the same. Is there any way to generate the event by udevadm, so that my rules are fired based on the generated event ? I have tried by

````````````
udevadm trigger --verbose  --sysname-match=/sys/class/input/input11  action­d
``````````````

But no luck. Could anyone please help me to generate the required event with udevadm please ?
Also interested to know, how to monitor the rules in action when the proper event is generated.

With regards
J. Bakshi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-29 11:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-28  4:59 how to generate udv trigger for a specific device ? J. Bakshi
2010-10-28  4:59 ` J. Bakshi
2010-10-28  4:59 ` J. Bakshi
2010-10-29 11:31 ` J. Bakshi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox