Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-26 | 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 | |||
2014-07-29 | udev: place opening { at the same line as the function declaration | Kay Sievers | |
2013-08-07 | udev: hwdb - try reading modalias for usb before falling back to the ↵ | Kay Sievers | |
composed one | |||
2013-07-09 | hwdb: return false if no property is found | Kay Sievers | |
2013-07-08 | hwdb: add --lookup-prefix= option | Kay Sievers | |
2013-07-03 | hwdb: allow to query arbitrary keys | Kay Sievers | |
2013-07-01 | hwdb: add --device=<device-id> and --filter=<key name glob> | Kay Sievers | |
2012-11-15 | udev: hwdb - properly handle a missing database | Kay Sievers | |
On Thu, Nov 15, 2012 at 5:05 PM, Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> wrote: > Something like this appeared with latest git: > > Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [364] terminated by signal 11 (Segmentation fault) > Nov 15 16:55:46 fedora-15 [387]: Process 364 (systemd-udevd) dumped core. > Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [364] failed while handling '/devices/virtual/net/lo' > Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [360] terminated by signal 11 (Segmentation fault) > Nov 15 16:55:46 fedora-15 systemd-udevd[334]: worker [360] failed while handling '/devices/pci0000:00/0000:00:03.0/virtio0/net > Nov 15 16:55:46 fedora-15 [389]: Process 360 (systemd-udevd) dumped core. > > Core was generated by usr/lib/systemd/systemd-udevd'. > Program terminated with signal 11, Segmentation fault. > #0 0x0000000000423c87 in udev_hwdb_get_properties_list_entry (hwdb=0x0, modalias=0x7fffbcd155f0 | |||
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 | |