Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2010-04-21 | more readlink buffer size handling | Kay Sievers | |
2010-04-21 | remove buffer-overrun risk in readlink call | Mathias Nyman | |
readlink does not write a nul character to the end of the string it returns. Therefore ask for one fewer character than the buffer size so there's always room for an extra \0. Signed-off-by: Mathias Nyman <mathias.nyman@nokia.com> Signed-off-by: Phil Carmody <ext-phil.2.carmody@nokia.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2010-04-21 | configure.ac: version bump | Kay Sievers | |
2010-04-21 | release 153 | Kay Sievers | |
2010-04-21 | configure.ac: fix broken firmware search path in configure.ac | Robby Workman | |
Correct a silly typo: s/fimware/firmware/ | |||
2010-04-20 | configure.ac: version bump | Kay Sievers | |
2010-04-20 | release 152 | Kay Sievers | |
2010-04-20 | doc: add section about how *not* to rename device nodes | Kay Sievers | |
Thanks to Mario 'BitKoenig' Holbe <Mario.Holbe@tu-ilmenau.de>. | |||
2010-04-20 | configure.ac: ddd --with-firmware-path option | Yury G. Kudryashov | |
In NixOS we need to use non-standard firmware path: we have no /lib. | |||
2010-04-20 | hid2hci: include linux/types.h for __u32 | Yury G. Kudryashov | |
2010-04-19 | delete only device nodes, not symlinks when deleting a devtmpfs node | Kay Sievers | |
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550152 | |||
2010-04-19 | add O_NOFOLLOW when creating files in link stack | Kay Sievers | |
2010-04-19 | Revert "Fix switching Logitech bluetooth adapters into hci mode." | Kay Sievers | |
This reverts commit 2b463cb050cbf77d9c6b51e0f5a9d89bf7eb1bc3. | |||
2010-04-19 | doc: document the WAIT_FOR timeout | Marco d'Itri | |
2010-04-19 | keymap: Add force-release quirk for Mitac 8050QDA | Kamal Mostafa | |
https://launchpad.net/bugs/374884 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> |