1UDEVTRIGGER(8)                    udevtrigger                   UDEVTRIGGER(8)
2
3
4

NAME

6       udevtrigger - request kernel devices events for coldplug
7

SYNOPSIS

9       udevtrigger [--verbose] [--dry-run] [--retry-failed] [--help]
10                   [--action=action] [--subsystem-match=subsystem]
11                   [--subsystem-nomatch=subsystem]
12                   [--attr-match=attribute=value]
13                   [--attr-nomatch=attribute=value]
14

DESCRIPTION

16       Trigger kernel device uevents to replay missing events at system
17       coldplug.
18

OPTIONS

20       --verbose
21           Print the list of devices which will be triggered.
22
23       --dry-run
24           Do not actually trigger the event.
25
26       --retry-failed
27           Trigger only the events which are failed during a previous run.
28
29       --action=action
30           Type of event to be triggered. The default value is "add".
31
32       --subsystem-match=subsystem
33           Trigger events for devices which belong to a matching subsystem.
34           This option can be specified multiple times and supports shell
35           style pattern matching.
36
37       --subsystem-nomatch=subsystem
38           Do not trigger events for devices which belong to a matching
39           subsystem. This option can be specified multiple times and supports
40           shell style pattern matching.
41
42       --attr-match=attribute=value
43           Trigger events for devices with a matching sysfs attribute. If a
44           value is specified along with the attribute name, the content of
45           the attribute is matched against the given value using shell style
46           pattern matching. If no value is specified, the existence of the
47           sysfs attribute is checked. This option can be specified multiple
48           times.
49
50       --attr-nomatchattribute=value
51           Do not trigger events for devices with a matching sysfs attribute.
52           If a value is specified along with the attribute name, the content
53           of the attribute is matched against the given value using shell
54           style pattern matching. If no value is specified, the existence of
55           the sysfs attribute is checked. This option can be specified
56           multiple times.
57

ENVIRONMENT

59       UDEV_LOG
60           Overrides the syslog priority specified in the config file.
61

AUTHOR

63       Written by Kay Sievers <kay.sievers@vrfy.org> and Hannes Reinecke
64       <hare@suse.de>.
65

SEE ALSO

67       udev(7)
68
69
70
71udev                              March 2006                    UDEVTRIGGER(8)
Impressum