linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to trigger a udev rule
@ 2011-03-03  6:21 Thomas Bechtold
  2011-03-03  6:36 ` Andrey Borzenkov
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Thomas Bechtold @ 2011-03-03  6:21 UTC (permalink / raw)
  To: linux-hotplug

[-- Attachment #1: Type: text/plain, Size: 464 bytes --]

Hi,

i have a udev rule and want to trigger this rule with "udevadm trigger".
The rule is:

### only check /dev/ttyS1 (atmel_usart.1) for modem ###
ACTION!="add|change", GOTO="mm_platform_device_whitelist_end"
SUBSYSTEM!="platform", GOTO="mm_platform_device_whitelist_end"
DRIVERS=="atmel_usart",KERNELS=="atmel_usart.1",ENV{ID_MM_PLATFORM_DRIVER_PROBE}="1"
LABEL="mm_platform_device_whitelist_end"


Any idea how to trigger this?


Cheers,

Tom

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

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

end of thread, other threads:[~2011-03-03 10:39 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-03  6:21 How to trigger a udev rule Thomas Bechtold
2011-03-03  6:36 ` Andrey Borzenkov
2011-03-03  6:49 ` J. Bakshi
2011-03-03  8:54 ` Martin Pitt
2011-03-03  9:52 ` Thomas Bechtold
2011-03-03 10:39 ` Andrey Borzenkov

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).