On Thu, Mar 3, 2011 at 9:21 AM, Thomas Bechtold <thomasbechtold@xxxxxxxxxxx> wrote: > 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? > You can't trigger specific rule. You can trigger processing for specific device; and check whether this rule is executed as part of it. -- To unsubscribe from this list: send the line "unsubscribe linux-hotplug" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html