summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-14libudev: add O_CLOEXECKay Sievers
2010-05-14rules: SUSE - delete device-mapper rulesKay Sievers
2010-05-12configure.ac: version bumpKay Sievers
2010-05-12reset process priority before executing RUN+=Kay Sievers
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=581235
2010-05-11release 154Kay Sievers
2010-05-11udevd: reload config only for *.rules filesKay Sievers
2010-05-09keymap: 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-07libudev: add documentation for recently added functionsKay Sievers
2010-05-07add info message when empty NAME is givenKay Sievers
2010-05-07update README regarding kernel version and default rulesKay Sievers
2010-05-06keymap: Add keymap and force-release quirk for Samsung N128Yin 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-05man: udevadm trigger - the default is "change" not "add"Kay Sievers
2010-05-05warn when renaming kernel-provided nodes instead of adding symlinksKay Sievers
2010-05-04cdrom_id: only mark sr[0-9]* as ID_CDROMHarald Hoyer
we cannot be sure for xvd*
2010-05-03remove debug output during rules parsingKay Sievers
2010-05-03remove unused parameter from udev_node_mknod()Kay Sievers
2010-05-03rules: Gentoo - remove old devfs compat rulesMatthias Schwarzott
2010-05-01fix device node deletionMichael Thayer
Signed-off-by: Michael Thayer <michael.thayer@sun.com>
2010-04-27Makefile.am: add LGPL COPYING file to EXTRA_DISTHarald Hoyer
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2010-04-26udevd: always try to find an idle worker instead of forking a new oneKay 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-26keymap: Fix Bluetooth key on Acer TravelMate 4720Martin Pitt
https://launchpad.net/bugs/569815
2010-04-24configure.ac: move firmware-path setting out of extras sectionRobby Workman
2010-04-23export udev_device_get_tags_list_entry()Kay Sievers
2010-04-23export tag functionsKay Sievers
2010-04-23libudev: accept NULL in udev_device_get_tags_list_entry()Kay Sievers
2010-04-23delete old tags when configuration changesKay Sievers
2010-04-22use the usual TAG+=, TAG= logicKay Sievers
2010-04-22fix logic on-demand loading logic for db and ueventKay Sievers
2010-04-22udev-acl: use a tag instead of a property to mark devicesKay Sievers
2010-04-22all to match against a given TAG==Kay Sievers
2010-04-22add TAG= to improve event filtering and device enumerationKay Sievers
2010-04-22udevadm: info --export-db -- remove watch handle exportKay Sievers
2010-04-21Fix volume keys not releasing for Pegatron platformJerone 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-21fix previous commitKay Sievers
2010-04-21remove left-over from ignore_remove and all_partitionsKay Sievers
2010-04-21more readlink buffer size handlingKay Sievers
2010-04-21remove buffer-overrun risk in readlink callMathias 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-21configure.ac: version bumpKay Sievers
2010-04-21release 153Kay Sievers
2010-04-21configure.ac: fix broken firmware search path in configure.acRobby Workman
Correct a silly typo: s/fimware/firmware/
2010-04-20configure.ac: version bumpKay Sievers
2010-04-20release 152Kay Sievers
2010-04-20doc: add section about how *not* to rename device nodesKay Sievers
Thanks to Mario 'BitKoenig' Holbe <Mario.Holbe@tu-ilmenau.de>.
2010-04-20configure.ac: ddd --with-firmware-path optionYury G. Kudryashov
In NixOS we need to use non-standard firmware path: we have no /lib.
2010-04-20hid2hci: include linux/types.h for __u32Yury G. Kudryashov
2010-04-19delete only device nodes, not symlinks when deleting a devtmpfs nodeKay Sievers
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550152
2010-04-19add O_NOFOLLOW when creating files in link stackKay Sievers
2010-04-19Revert "Fix switching Logitech bluetooth adapters into hci mode."Kay Sievers
This reverts commit 2b463cb050cbf77d9c6b51e0f5a9d89bf7eb1bc3.
2010-04-19doc: document the WAIT_FOR timeoutMarco d'Itri
2010-04-19keymap: Add force-release quirk for Mitac 8050QDAKamal Mostafa
https://launchpad.net/bugs/374884 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>