Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-06 | libudev: export udev_util_encode_string() | Kay Sievers | |
2011-10-06 | remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keys | Kay Sievers | |
2011-07-08 | libudev: enumerate - add udev_enumerate_add_match_parent() | Kay Sievers | |
2011-07-07 | libudev: device - add udev_device_has_tag() to libudev.h and gtk-doc | Kay Sievers | |
2011-03-25 | libudev: export udev_get_run_path() | Kay Sievers | |
2011-03-04 | libudev: allow to get list of all available sysfs attrs for a device | Thomas Egerer | |
Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com> | |||
2010-12-15 | libudev: record and export "age" of device record | Kay Sievers | |
2010-12-14 | libudev: enumerate - allow to filter-out not-already-initialized devices | Kay Sievers | |
2010-04-23 | export udev_device_get_tags_list_entry() | Kay Sievers | |
2010-04-22 | add TAG= to improve event filtering and device enumeration | Kay Sievers | |
2010-03-17 | libudev: add udev_device_new_from_environment() | Kay Sievers | |
2010-02-17 | libudev: export udev_monitor_set_receive_buffer_size() | Scott James Remnant | |
This function is useful for anything that's likely to be running alongside udevd during cold-plugging, and is using libudev to receive the events. It makes little sense for it to be private, or to require other software to relearn how to adjust the buffer size. Signed-off-by: Scott James Remnant <scott@ubuntu.com> | |||
2009-12-15 | libudev: wrap in extern "C" block for C++ | Daniel Elstner | |
When libudev.h is included from C++ code, wrap the declarations in an extern "C" { ... } block. This tells the C++ compiler that symbols are exported with C linkage and no name-mangling. | |||
2009-07-23 | udevadm: trigger - add --sysname-match= | Kay Sievers | |
$ udevadm trigger -n -v --subsystem-match=usb --sysname-match=2-1.1* /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1 /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.1 /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.1/2-1.1.1:1.0 /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.2 /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.0 /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1.2/2-1.1.2:1.1 /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/2-1.1/2-1.1:1.0 | |||
2009-06-15 | libudev: update documentation | Kay Sievers | |
2009-06-08 | libudev: move to top-level directory | Kay Sievers | |