summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-07move src/extras subdirectories to src/Kay Sievers
2012-03-07udev.conf - do not set any value by defaultKay Sievers
2012-03-07remove udev-aclKay Sievers
Udev-acl will be part of a future ConsoleKit release. On systemd systems, advanced ConsoleKit and udev-acl functionality are natively provided by systemd.
2012-02-23rules: do not create by-id/scsi-* links for ATA devicesKay Sievers
2012-02-23builtin: path_id - remove dead cciss codeKay Sievers
2012-02-20update TOOKay Sievers
2012-02-20test: remove outdated key attributesKay Sievers
2012-02-14update sd-daemon filesKay Sievers
2012-02-12build-sys: add --disable-manpagesKay Sievers
2012-02-12build-sys: unpack test sysfs only for 'make check'Kay Sievers
2012-02-07release 181udev/v181Kay Sievers
2012-02-07builtin: kmod - depend on libkmod >= 5Lucas De Marchi
2012-02-06keymap: Add Fujitsu Siemens Amilo Li 2732Bruno Redondi
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2012-02-01ata_id: fix identify string fixupAndreas Schwab
2012-02-01ata_id: whitespace fixesKay Sievers
2012-02-01keymap: Fix touchpad toggle button on Lenovo IdeapadJames M. Leddy
https://launchpad.net/bugs/922405 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2012-01-30extras: cdrom_id - create only /dev/cdromKay Sievers
2012-01-30extras: cdrom_id - create /dev/cdrom and conditionally /dev/dvd for sr0Kay Sievers
Udev does no longer automatically create udev rules in /etc from the device hotplug path. No device name reservation will happen anymore; this model creates too many problems for setups with many device changes or media which is booted on different hardware. Enumerated device names which are based on device discovery order or on persistent on-disk name reservation will in general not be supported by udev in the future. It is a problem that can not be solved properly, and it always creates new problems at the same time it tries to solve the original one. Udev will no longer pretend it can solve these issues, and people should switch to available alternatives which provide the far better compromise. From now on, udev will only create /dev/cdrom for the first optical drive, and if the drive is capable /dev/dvd. No other devices will get any compatibility symlinks or enumerated device names like cdrom1, cdrom2, and so on. The /dev/cdrom and /dev/dvd links have by default a negative link priority, which will cause them to be overwritten by any other device which clains the same names with already existing udev rules. If stable device names are needed, the /dev/disk/by-id/ links, which uniquely identify a specific piece of hardware should be used. The links usually contain a device serial number and the link names will not depend on device discovery order. If completely identical devices with identical or no serial number need to be handled at the same time, the /dev/disk/by-path/ links can be used. These links depend on the physical port which is used to connect the device. It will change when the same device is moved to a different port or host adapter. If custom names are needed, custom udev rules which match on specific device properties need to be added by the administrator.
2012-01-30configure: show ROOTPREFIX in firmware path option help textKay Sievers
2012-01-29release 180udev/v180Kay Sievers
2012-01-29do not stop rule processing when device node is no longer aroundKay Sievers
Device nodes might have been deleted again by the kernel before an 'add' or 'change' event is even started. We need to run all rules, regardless of the state in /dev.
2012-01-26builtin: blkid - add missing ID_ prefix for PART_ENTRY_* keysKay Sievers
2012-01-25build-sys: we need to install shipped man pages without xsltproc installedKay Sievers
2012-01-25Makefile: update kernel.org hooksKay Sievers
2012-01-25release 179udev/v179Kay Sievers
2012-01-24fix path to extrasKay Sievers
2012-01-24use sysname() for devices without a device nodeKay Sievers
2012-01-24build-sys: enable everything for 'make distcheck'Kay Sievers
2012-01-23update TODOKay Sievers
2012-01-23move variable inside conditionKay Sievers
2012-01-23print warning when rules try to rename kernel device nodesKay Sievers
2012-01-23use devnode() for $name not sysname(), device nodes might be in a subdirectoryKay Sievers
2012-01-22fix some fallout from tab removalKay Sievers
2012-01-21release 178udev/v178Kay Sievers
2012-01-21libudev: do not set DEVNAME= twiceKay 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-21warn about deprecated RUN+="socket:" useKay Sievers
2012-01-21rules: rtc - point /dev/rtc symlink to 'hctosys' deviceKay Sievers
2012-01-18Makefile: switch from .asc to .signKay Sievers
2012-01-18keymap: Add Alienware M14xR1Martin Pitt
https://launchpad.net/bugs/901513
2012-01-18keymap: Fix keyboard brightness keys on Samsung 700Z seriesMartin Pitt
https://launchpad.net/bugs/902332
2012-01-18keymap: Fix eject button on Samsung 700Z seriesMartin Pitt
https://launchpad.net/bugs/902798
2012-01-18keymap: Fix rfkill button on Hewlett-Packard HP ProBookMartin Pitt
https://bugs.launchpad.net/bugs/914838
2012-01-18udevd: kill hanging event processes after 30 secondsKay 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-16builtin: blkid - add missing ID_ prefixKay 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-12Makefile: update kernel.org doc hooks for kupKay Sievers
2012-01-12gudev: several minor introspection fixesEvan 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-12release 177udev/v177Kay Sievers
2012-01-12rule_generator: use += for dist_udevhome_DATAKay Sievers
2012-01-12rule_generator: fix to install rules in rules.d/Kay Sievers
2012-01-12Makefile: update kernel.org sign and upload hookKay Sievers