Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-07 | udevadm,..: make --help output of udev tools more like the output of the ↵ | Lennart Poettering | |
various other tools Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-08-27 | udev: hwdb - do not look at "usb_device" parents | Kay Sievers | |
Based on a patch from Simon McVittie <simon.mcvittie@collabora.co.uk>. Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758050 Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2014-07-30 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2013-09-10 | udev: hwdb - try reading modalias for usb before falling back to the ↵ | Kay Sievers | |
composed one | |||
2013-07-10 | hwdb: return false if no property is found | Kay Sievers | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2013-07-09 | hwdb: add --lookup-prefix= option | Kay Sievers | |
2013-07-07 | hwdb: allow to query arbitrary keys | Kay Sievers | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2013-07-07 | hwdb: add --device=<device-id> and --filter=<key name glob> | Kay Sievers | |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2013-01-07 | The only functional changes in systemd-udev-196 | Ian Stakenvicius | |
As far as I can tell these are the only functional changes between the current eudev codebase and the codebase of systemd-196, in relation to udev hwdb code. There are some code style differences, and a number of error-trap-and-log lines that are not present, but that's about it Signed-off-by: Anthony G. Basile <blueness@gentoo.org> | |||
2012-11-20 | Fix NULL pointer deference in udev_hwdb_get_properties_list_entry | Felipe Contreras | |
It is possible for udev_hwdb_get_properties_list_entry to be invoked during udevd initialization before hwdb has been initialized. We workaround that for now by introducing a check to handle that. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Commit-message-by: Richard Yao <ryao@gentoo.org> | |||
2012-11-09 | udev: hwdb - search parents for 'modalias' and data | Kay Sievers | |
2012-11-09 | udev: update file headers | Kay Sievers | |
2012-10-27 | libudev: import hwdb and export lookup interface | Kay Sievers | |
2012-10-26 | udev: builtin - do not fail builtin initialization if one of them returns an ↵ | Kay Sievers | |
error | |||
2012-10-25 | udev: kmod, hwdb - do not fail if databases are not available | Kay Sievers | |
2012-10-25 | udev: hwdb - exit if no database is available | Kay Sievers | |
2012-10-25 | udev: hwdb validate() return when the database is not opened | Kay Sievers | |
2012-10-25 | udev: hwdb - remove run_once | Kay Sievers | |
2012-10-23 | udev: add hardware database support | Kay Sievers | |
2012-04-16 | udev: use startswith() and streq() | Kay Sievers | |
2012-04-04 | move imported udev into place | Kay Sievers | |