Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-24 | fix path to extras | Kay Sievers | |
2012-01-24 | use sysname() for devices without a device node | Kay Sievers | |
2012-01-23 | move variable inside condition | Kay Sievers | |
2012-01-23 | print warning when rules try to rename kernel device nodes | Kay Sievers | |
2012-01-23 | use devnode() for $name not sysname(), device nodes might be in a subdirectory | Kay Sievers | |
2012-01-22 | fix some fallout from tab removal | Kay Sievers | |
2012-01-21 | libudev: do not set DEVNAME= twice | Kay Sievers | |
When we read the 'uevent' file we need to make sure, that we do not read the relative DEVNAME= path provided by the kernel and overwrite the absolute path udev expects here. | |||
2012-01-21 | warn about deprecated RUN+="socket:" use | Kay Sievers | |
2012-01-18 | keymap: Add Alienware M14xR1 | Martin Pitt | |
https://launchpad.net/bugs/901513 | |||
2012-01-18 | keymap: Fix keyboard brightness keys on Samsung 700Z series | Martin Pitt | |
https://launchpad.net/bugs/902332 | |||
2012-01-18 | keymap: Fix eject button on Samsung 700Z series | Martin Pitt | |
https://launchpad.net/bugs/902798 | |||
2012-01-18 | keymap: Fix rfkill button on Hewlett-Packard HP ProBook | Martin Pitt | |
https://bugs.launchpad.net/bugs/914838 | |||
2012-01-18 | udevd: kill hanging event processes after 30 seconds | Kay Sievers | |
Some broken kernel drivers load firmware synchronously in the module init path and block modprobe until the firmware request is fulfilled. The modprobe-generated firmware request is a direct child device of the device which caused modprobe to run. Child device event are blocked until the parent device is handled. This dead-locks until the kernel firmware loading timeout of 60 seconds is reached. The hanging modprobe event should now time-out and allow the firmware event to run before the 60 second kernel timeout. | |||
2012-01-16 | builtin: blkid - add missing ID_ prefix | Kay Sievers | |
<ridikulus_rat> 60-persistent-storage.rules gpt by-partlabel/by-partuuid symlinks not created in udev-177 util-linux-2.20.1 kmod-3 in Archlinux x86_64. <falconindy> ridikulus_rat: fix the rule, or fix the blkid builtin ;) <kay> oh, i missed the ID_ stuff? :) | |||
2012-01-12 | gudev: several minor introspection fixes | Evan Nemerson | |
- Include exported package information - Include C include information - g_udev_device_get_parent & g_udev_device_get_parent_with_subsystem transfer ownership of their return values Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2012-01-11 | man: mention that no daemons should be started by udev | Kay Sievers | |
2012-01-10 | fix compiler warning | Kay Sievers | |
2012-01-10 | cdrom_id: int -> bool | Kay Sievers | |
2012-01-10 | fix debug message | Kay Sievers | |
2012-01-10 | tabs are as useful as a hole in the head | Kay Sievers | |
2012-01-09 | builtin: kmod - log if modules are blacklisted | Lucas De Marchi | |
2012-01-09 | doc: fix out of tree build (copy from libkmod) | Kay Sievers | |
2012-01-06 | merge udev/, libudev/, systemd/ files in src/; move extras/ to src/ | Kay Sievers | |