Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-25 | configure.ac: version bump | Kay Sievers | |
2010-05-25 | release 156 | Kay Sievers | |
2010-05-25 | libudev: fix udev_queue_get_seqnum_sequence_is_finished() with empty queue file | Kay Sievers | |
We an empty or garbage-collected queue file, we might not have a record for the first sequence we wait for, and therefore must not wait for it. | |||
2010-05-25 | rules: optical drives - use ID_CDROM_MEDIA_TRACK_COUNT_DATA | Kay Sievers | |
We should not access non-data optical media, ans skip things like blkid. It will cause errors for some drives. https://bugzilla.kernel.org/show_bug.cgi?id=15757 | |||
2010-05-25 | cdrom_id: do not export ID_CDROM_MEDIA_SESSION_LAST_OFFSET= for single ↵ | Kay Sievers | |
session media | |||
2010-05-25 | udevd: fix typo /proc/fd -> /proc/self/fd | Bryan Kadzban | |
2010-05-25 | configure.ac: version bump | Kay Sievers | |
2010-05-24 | release 155 | Kay Sievers | |
2010-05-24 | man: directly use 'refentry' | Kay Sievers | |
And make Lennart happy! :) | |||
2010-05-20 | update NEWS | Kay Sievers | |
2010-05-20 | create static nodes provided by kernel modules to allow module autoloading | Kay Sievers | |
2010-05-20 | fix tests and allow MODE=000 | Kay Sievers | |
2010-05-20 | update NEWS README | Kay Sievers | |
2010-05-20 | udevd: create standard symlinks and handle /lib/udev/devices | Kay Sievers | |
2010-05-20 | use default mode of 0600 for nodes if gid == 0 | Kay Sievers | |
2010-05-14 | libudev: add O_CLOEXEC | Kay Sievers | |
2010-05-14 | rules: SUSE - delete device-mapper rules | Kay Sievers | |
2010-05-12 | configure.ac: version bump | Kay Sievers | |
2010-05-12 | reset process priority before executing RUN+= | Kay Sievers | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581235 | |||
2010-05-11 | release 154 | Kay Sievers | |
2010-05-11 | udevd: reload config only for *.rules files | Kay Sievers | |
2010-05-09 | keymap: Add keymap quirk of WebCam key for MSI netbooks. | Yin Kangkai | |
I've verified that this patch fixes MSI U100, N014, U135 http://bugs.meego.com/show_bug.cgi?id=1741 Signed-off-by: Yin Kangkai <kangkai.yin@intel.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-05-07 | libudev: add documentation for recently added functions | Kay Sievers | |
2010-05-07 | add info message when empty NAME is given | Kay Sievers | |
2010-05-07 | update README regarding kernel version and default rules | Kay Sievers | |
2010-05-06 | keymap: Add keymap and force-release quirk for Samsung N128 | Yin Kangkai | |
http://bugs.meego.com/show_bug.cgi?id=1530 Signed-off-by: Yin Kangkai <kangkai.yin@intel.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-05-05 | man: udevadm trigger - the default is "change" not "add" | Kay Sievers | |
2010-05-05 | warn when renaming kernel-provided nodes instead of adding symlinks | Kay Sievers | |
2010-05-04 | cdrom_id: only mark sr[0-9]* as ID_CDROM | Harald Hoyer | |
we cannot be sure for xvd* | |||
2010-05-03 | remove debug output during rules parsing | Kay Sievers | |
2010-05-03 | remove unused parameter from udev_node_mknod() | Kay Sievers | |
2010-05-03 | rules: Gentoo - remove old devfs compat rules | Matthias Schwarzott | |
2010-05-01 | fix device node deletion | Michael Thayer | |
Signed-off-by: Michael Thayer <michael.thayer@sun.com> | |||
2010-04-27 | Makefile.am: add LGPL COPYING file to EXTRA_DIST | Harald Hoyer | |
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-04-26 | udevd: always try to find an idle worker instead of forking a new one | Kay Sievers | |
We special-handle events with a TIMEOUT= set, so they don't get queued or wait for parent events to finish, to make sure we can handle them as fast as possible. With this change we first try to find an idle worker process before forking a new one. | |||
2010-04-26 | keymap: Fix Bluetooth key on Acer TravelMate 4720 | Martin Pitt | |
https://launchpad.net/bugs/569815 | |||
2010-04-24 | configure.ac: move firmware-path setting out of extras section | Robby Workman | |
2010-04-23 | export udev_device_get_tags_list_entry() | Kay Sievers | |
2010-04-23 | export tag functions | Kay Sievers | |
2010-04-23 | libudev: accept NULL in udev_device_get_tags_list_entry() | Kay Sievers | |
2010-04-23 | delete old tags when configuration changes | Kay Sievers | |
2010-04-22 | use the usual TAG+=, TAG= logic | Kay Sievers | |
2010-04-22 | fix logic on-demand loading logic for db and uevent | Kay Sievers | |
2010-04-22 | udev-acl: use a tag instead of a property to mark devices | Kay Sievers | |
2010-04-22 | all to match against a given TAG== | Kay Sievers | |
2010-04-22 | add TAG= to improve event filtering and device enumeration | Kay Sievers | |
2010-04-22 | udevadm: info --export-db -- remove watch handle export | Kay Sievers | |
2010-04-21 | Fix volume keys not releasing for Pegatron platform | Jerone Young | |
Pegatron has a new platform coming out being sold by many small manufacturers. This platform has volume keys that are not sending a key release. This patch ensures those keys send release. Signed-off-by: Jerone Young <jerone.young@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-04-21 | fix previous commit | Kay Sievers | |
2010-04-21 | remove left-over from ignore_remove and all_partitions | Kay Sievers | |