summaryrefslogtreecommitdiff
path: root/udevtrigger.c
AgeCommit message (Collapse)Author
2007-08-24set buffer size if strlcpy/strlcat indicate truncationMichael Morony
2007-07-27udevtrigger: trigger "driver" eventsKay Sievers
2007-07-09udevtrigger: allow to specify action stringKay Sievers
2007-06-23no newline in log messagesKay Sievers
2007-03-16store devpath with the usual leading slashKay Sievers
2007-03-14encode db-file names, instead of just replacing '/'Kay Sievers
2006-10-08if /sys/subsystem exists, skip class, bus, block scanningKay Sievers
2006-09-20udevtrigger: fix typo that prevents partition eventsMichaƂ Bartoszkiewicz
2006-09-19udevtrigger: trigger devices sorted by their dependencyKay Sievers
Resolve the links to the real device location in the tree, and sort the list, to make sure that parent devices are triggered before their childs.
2006-09-03fix "subsytem" typoSergey Vlasov
2006-09-03make struct option arrays static constSergey Vlasov
2006-09-03udevtrigger: fix pattern matchKay Sievers
2006-09-03udevd: use files instead of symlinks for /dev/.udev/queue,failedKay Sievers
2006-09-03udevtrigger: remove unused longindexKay Sievers
2006-09-03udevtrigger: options to filter by subsystem and sysfs attributeKay Sievers
2006-08-28update source file headersKay Sievers
2006-08-21cleanup commandline argument handlingKay Sievers
Print and log failure, but don't fail for tools which are usually not used iteractively. Add '--help' to all tools.
2006-08-20udevtrigger: add --retry-failedKay Sievers
2006-04-08udevtrigger: fix event orderKay Sievers
Thanks for the fix to: Thomas de Grenier de Latour <degrenier@easyconnect.fr>
2006-03-17add udevtrigger to request events for coldplugKay Sievers
The shell script can't handle 1000's of devices.