Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-13 | extras: path_id - add comment about readdir() rebase logic | Kay Sievers | |
2012-03-12 | rules: Enable USB autosuspend on more USB HID devices | Matthew Garrett | |
Many servers will be connected to KVMs or include iLO support, and this is often presented as a set of USB input devices. Enabling autosuspend on these allows the USB hardware to be powered down, avoiding unnecessary wakeups and power consumption. The input devices will be self powered, so there's no risk of losing input events as there would be for real input devices. The same is true of USB input devices that are built into the system. | |||
2012-03-12 | extras: path_id - skip ATA transport class devices | Kay Sievers | |
2012-03-07 | rules: move all rules to top level rules/ dir | Kay Sievers | |
2012-03-07 | update TODO | Kay Sievers | |
2012-03-07 | rules: delete s390 rules, they will move to s390utils | Kay Sievers | |
2012-03-07 | build-sys: remove empty directory | Kay Sievers | |
2012-03-07 | remove edd_id extra | Kay Sievers | |
The use of identifying disks by magic byte sequences outside of the filesystem or partion table is fragile and usually creates more problems than it solves. | |||
2012-03-07 | rules: move 42-qemu-usb.rules to rules/ dir | Kay Sievers | |
2012-03-07 | rules: delete outdated 30-kernel-compat.rules | Kay Sievers | |
2012-03-07 | move src/extras subdirectories to src/ | Kay Sievers | |
2012-03-07 | udev.conf - do not set any value by default | Kay Sievers | |
2012-03-07 | remove udev-acl | Kay 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-23 | rules: do not create by-id/scsi-* links for ATA devices | Kay Sievers | |
2012-02-23 | builtin: path_id - remove dead cciss code | Kay Sievers | |
2012-02-20 | update TOO | Kay Sievers | |
2012-02-20 | test: remove outdated key attributes | Kay Sievers | |
2012-02-14 | update sd-daemon files | Kay Sievers | |
2012-02-12 | build-sys: add --disable-manpages | Kay Sievers | |
2012-02-12 | build-sys: unpack test sysfs only for 'make check' | Kay Sievers | |
2012-02-07 | release 181udev/v181 | Kay Sievers | |
2012-02-07 | builtin: kmod - depend on libkmod >= 5 | Lucas De Marchi | |
2012-02-06 | keymap: Add Fujitsu Siemens Amilo Li 2732 | Bruno Redondi | |
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2012-02-01 | ata_id: fix identify string fixup | Andreas Schwab | |
2012-02-01 | ata_id: whitespace fixes | Kay Sievers | |
2012-02-01 | keymap: Fix touchpad toggle button on Lenovo Ideapad | James M. Leddy | |
https://launchpad.net/bugs/922405 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2012-01-30 | extras: cdrom_id - create only /dev/cdrom | Kay Sievers | |
2012-01-30 | extras: cdrom_id - create /dev/cdrom and conditionally /dev/dvd for sr0 | Kay 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-30 | configure: show ROOTPREFIX in firmware path option help text | Kay Sievers | |
2012-01-29 | release 180udev/v180 | Kay Sievers | |
2012-01-29 | do not stop rule processing when device node is no longer around | Kay 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-26 | builtin: blkid - add missing ID_ prefix for PART_ENTRY_* keys | Kay Sievers | |
2012-01-25 | build-sys: we need to install shipped man pages without xsltproc installed | Kay Sievers | |
2012-01-25 | Makefile: update kernel.org hooks | Kay Sievers | |
2012-01-25 | release 179udev/v179 | Kay Sievers | |
2012-01-24 | fix path to extras | Kay Sievers | |
2012-01-24 | use sysname() for devices without a device node | Kay Sievers | |
2012-01-24 | build-sys: enable everything for 'make distcheck' | Kay Sievers | |
2012-01-23 | update TODO | 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 | release 178udev/v178 | 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-21 | rules: rtc - point /dev/rtc symlink to 'hctosys' device | Kay Sievers | |
2012-01-18 | Makefile: switch from .asc to .sign | 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 |