summaryrefslogtreecommitdiff
path: root/udev.xml
AgeCommit message (Collapse)Author
2008-05-28man: add NAME== match entryMichal Soltys
2008-05-20rename WAIT_FOR_SYSFS to WAIT_FOR and accept an absolute pathKay Sievers
This allows us to watch any file to appear, not only sysfs attributes. Files without a leading slash will be device sysfs attributes. The key WAIT_FOR_SYSFS still works for backwards compat, but is removed from the man page.
2008-05-19add substitution in MODE= fieldErik van Konijnenburg
Do substitition processing in MODE field, similar to substitution in OWNER, GROUP etc fields. Add test case for normal and overflow behaviour. Document in manpage.
2008-04-21add OPTIONS+="event_timeout=<seconds>"Kay Sievers
2008-04-21add $links substitutionKay Sievers
2008-04-02also accept real socket files for RUN+="socket:<path>"Kay Sievers
2007-11-08udevadm: merge all udev tools into a single binaryKay Sievers
2007-08-29do not delete the device node with ignore_remove, but handle the eventKay Sievers
2007-08-29add $name substitutionKay Sievers
2007-07-25add $driver subtitutionHannes Reinecke
2007-06-22allow to disable the replacement of unusual charactersKay Sievers
2007-06-03add TEST=="<file>" keyKay Sievers
2007-06-02add $sys substitutionKay Sievers
2007-03-19man: add "link_priority" optionKay Sievers
2007-03-08man: spelling fixesKay Sievers
Thanks to Robert P. J. Day.
2007-03-07man: fix typoKay Sievers
2007-02-25man: add note about parent matching behaviorKay Sievers
2006-09-23add IMPORT operations to the udev man pageBryan Kadzban
2006-09-07man: add $attr{} section about symlinksKay Sievers
2006-08-21man: add ATTR{file}="value" assignmentKay Sievers
2006-08-19consistent key naming to match only the event device or include all parent ↵Kay Sievers
devices This scheme is more consistent and makes it obvious if a match happens against the event device only, or the full chain of parent devices. The old key names are now: BUS -> SUBSYSTEMS ID -> KERNELS SYSFS -> ATTRS DRIVER -> DRIVERS Match keys for the event device: KERNEL SUBSYSTEM ATTR DRIVER (in a future release, for now the same as DRIVERS) Match keys for all devices along the parent device chain: KERNELS SUBSYSTEMS ATTRS DRIVERS ID, BUS, SYSFS are no longer mentioned in the man page but still work. DRIVER must be converted to DRIVERS to match the new scheme. For now, an error is logged, if DRIVER is used. In a future release, the DRIVER key behaviour will change.
2006-08-17man pages: fix typosMichał Bartoszkiewicz
2006-08-15man page: fix typoKay Sievers
2006-07-29man pages: work around xmlto which tries to be smartKay Sievers
2006-03-23update man pageKay Sievers
2006-02-01fix typo in man pageKay Sievers
Thanks to Joachim Breitner <nomeata@debian.org>.
2006-01-28whitespace fixesKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-28move manpages to top levelKay Sievers
Signed-off-by: Kay Sievers <kay.sievers@suse.de>