summaryrefslogtreecommitdiffstats
path: root/baseudev.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed the problem with string to list properties (#560262)Martin Gracik2010-02-021-1/+0
* pyudev: explicitly specify all return value and argument types (#559394)Hans de Goede2010-02-011-1/+1
* Remove /sys prefix in udev_enumerate_devices()Hans de Goede2010-01-281-4/+7
* Use libudev's enumerate_devices function (#559394)Martin Gracik2010-01-281-14/+4
* iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out.Peter Jones2010-01-151-2/+2
* Rework udev_settle timeout handling (#544177)Hans de Goede2009-12-101-5/+6
* Added the libudev python bindingsMartin Gracik2009-11-181-48/+12
* Remove unused attr_nomatch keyword argument from baseudev.udev_trigger.David Lehman2009-10-301-4/+1
* Expand udev_trigger to allow attr filtering and action specification.David Lehman2009-10-221-2/+5
* Make all sysfs path's be _without_ /sys prefix (#516168)Hans de Goede2009-08-071-5/+4
* Move basic udev methods out of the storage module (#514592).Chris Lumens2009-08-041-0/+136