Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-10 | udev_ctrl_cleanup()- accept NULL as argument | Kay Sievers | |
2011-10-10 | udevd: control - no not delete socket file when --daemon is used | Kay Sievers | |
2011-10-09 | udevadm: control - use /run/udev/control socket instead of abstract ↵ | Kay Sievers | |
namespace one | |||
2011-10-08 | udevd: exit - process events before signals in worker | Steve Langasek | |
When a worker receives both a signal and a udev event in the same epoll_wait run, the event must be processed first because the udev parent considers the event already dispatched. If we process the signal first and exit, udevd times out after 60 seconds waiting for a response from an already-dead worker. Ref: https://bugs.launchpad.net/bugs/818177 Signed-off-by: Steve Langasek <steve.langasek@canonical.com> | |||
2011-10-06 | systemd: update drop-in sd-daemon files | Kay Sievers | |
2011-10-06 | delete left-over files in extras/ | Kay Sievers | |
2011-10-06 | systemd: no not start udev in a container | Kay Sievers | |
2011-10-06 | systemd: no not start udev in a container | Kay Sievers | |
2011-10-06 | update TODO | Kay Sievers | |
2011-10-06 | libudev: export udev_util_encode_string() | Kay Sievers | |
2011-10-06 | remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keys | Kay Sievers | |
2011-10-05 | usb_id: can't use global variables when used as built-in | Kay Sievers | |
2011-10-03 | update NEWS | Kay Sievers | |
2011-10-03 | keymap: add genius keymap to Makefile | Kay Sievers | |
2011-10-03 | udevadm: settle - return failure if unknown option is given | Petr Uzel | |
Signed-off-by: Petr Uzel <petr.uzel@suse.cz> | |||
2011-09-26 | rules: fuse: do not mount fusectl from udev rules | Kay Sievers | |
All mounting is done by systemd now. Non-systemd systems need to ship their own rules if they want fusefs be auto-mounted. | |||
2011-09-26 | libudev: fix typo in documentation | Kay Sievers | |
2011-09-18 | update README | Kay Sievers | |
2011-09-01 | ata_id: Check for Compact Flash card | David Zeuthen | |
Automounters may need information like this to e.g. allow unprivileged applications to mount filesystems from a CF card but not from other ATA devices. See https://bugzilla.redhat.com/show_bug.cgi?id=734191 Signed-off-by: David Zeuthen <davidz@redhat.com> | |||
2011-09-01 | mknod: do not complain about existing node | Kay Sievers | |
2011-08-28 | libudev: list - properly sort linked list not only the index | Kay Sievers | |
<mgorny> it seems that udev-git is b0rked while tag '173' works fine for me <mgorny> the rule in question is: <mgorny> also, with >173 persistent-net rules seem to get constantly recreated for same devices <kay> mgorny: logic bug. we only sort the keys in an index, but we don't care about the index when reading the list, which doesn't work too well for the rules file list where we depend on the order | |||
2011-08-22 | keymap: add Genius SlimStar 320 | Kir Kolyshkin | |
This keyboard have 16 "multimedia" keys plus a "4-way turbo scroll pad" which is essentially a round up/down/left/right button. Unfortunately most of these keys emit non-standard scancodes in a range 495-508 which does not make any sense. I tried to remap those to the best of my knowledge. Note the keyboard comes up as two event devices, second one is multimedia keys, so I ended up adding ENV{ID_USB_INTERFACE_NUM}=="01" to avoid unnecessary initialization of the "main" keyboard. | |||
2011-08-22 | keymap: update the OLPC keymap for correct function key behavior | Paul Fox | |
New mappings were needed when the mechanical keyboard was introduced, and GNOME was made a peer to the sugar desktop. see http://lists.laptop.org/pipermail/devel/2010-July/029384.html | |||
2011-08-22 | keymap: Support for microphone mute button on ThinkPad X220 et al | Thomas Hood | |
On a ThinkPad X220 there is a microphone mute button which generates ACPI event "ibm/hotkey HKEY 00000080 0000101b". As there is no key like "micmute", map it to prog2. | |||
2011-08-22 | keymap: Support keymap overrides in /etc/udev/keymaps | Thomas Hood | |
Prefer reading keymaps from /etc/udev/keymaps/ so that it's easy to just locally fix a key or two by copying the existing keymap file from /lib/udev/keymaps/. This works similarly to udev rules. http://bugs.debian.org/556045 | |||
2011-08-17 | libudev: udev_device_get_sysattr_value() return syspath of custom links | Kay Sievers | |
2011-08-17 | export USEC_INITIALIZED= and take timestamp on message receive time | Kay Sievers | |
2011-08-17 | libudev: util_get_sys_(subsystem,driver}() -> util_get_sys_core_link_value() | Kay Sievers | |
2011-08-16 | make: allow to pass ${ACLOCAL_FLAGS} | Matthias Clasen | |
2011-08-14 | preserve 'sticky bit' on 'add/change' events | Kay Sievers | |
2011-08-12 | update TODO | Kay Sievers | |
2011-08-12 | rules: remove legacy rules for cdrom and usb printer | Kay Sievers | |
2011-08-11 | do not remove static nodes on module unload | Kay Sievers | |
2011-08-08 | keymap: Update Acer Aspire 5920g | Martin Pitt | |
https://launchpad.net/bugs/637695 | |||
2011-08-05 | implement path_id, usb_id, input_id as built-in command | Kay Sievers | |
2011-08-04 | rules: move input_id to default rules | Kay Sievers | |
On Tue, Aug 2, 2011 at 10:56, Thomas Bächler <thomas@archlinux.org> wrote: > Commit c49df20758e0f22778cfc93b598f2929f4c86272 prevented udev from > creating broken symlinks for bluetooth hid devices. Unfortunately, > it also removed the ID_INPUT=1 and ID_INPUT_{KEY,MOUSE}=1 properties > from those devices. Xorg relies on these properties for cold- and > hotplugging of input devices. | |||
2011-08-04 | libudev: list - use binary search for list lookup | Kay Sievers | |
2011-07-31 | gtk-doc: delete empty files | Kay Sievers | |
2011-07-30 | release 173 | Kay Sievers | |
2011-07-30 | udevd: debug - put timestamp in [] | Kay Sievers | |
2011-07-30 | udevadm: trigger --type=failed - log deprecation warning | Kay Sievers | |
2011-07-20 | keymap: Only run on key devices | Martin Pitt | |
Skip event devices which don't have ID_INPUT_KEY set, to avoid running the long list of rules more than necessary. Note that we don't limit ourselves to ID_INPUT_KEYBOARD, as we might want to fix extra buttons on e. g. fancy mouses or tablet screens, too. | |||
2011-07-20 | keymap: do not run usb_id for bluetooth devices | Kay Sievers | |
2011-07-20 | rules: sound - instead of ID_IFACE use standard ID_USB_INTERFACE_NUM | Kay Sievers | |
2011-07-20 | rules: serial - do not export ID_PORT, use ID_USB_INTERFACE_NUM | Kay Sievers | |
2011-07-20 | rules: input - do not create (broken) links for bluetooth devices | Kay Sievers | |
2011-07-19 | configure: reorder options | Kay Sievers | |
2011-07-19 | configure: allow to disable mtd_probe | Allin Cottrell | |
2011-07-18 | do not allow kernel properties to be set by udev rules | Kay Sievers | |
2011-07-15 | do not delete database when renaming netif, the db name does not change anymore | Kay Sievers | |