summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-19rules: do not load sg moduleKay Sievers
2011-10-19Add mic mute keycode support for Lenovo Thinkpad USB keyboardJerone Young
This patch adds mic mute keycode support for the Lenovo Thinkpad USB keyboard. Support for this keycode was introduced upstream, and will be defined in upcoming 3.1 Linux Kernel input.h header: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=commit;h=33009557bd Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2011-10-12systemd: use ConditionCapability=CAP_MKNOD instead of ↵Kay Sievers
ConditionVirtualization=!container
2011-10-11udevd: add missing bracesKay Sievers
David: uh, don't you need curly braces in the udevd.c part at the bottom?
2011-10-10udevd: install into /lib/udev instead of /sbinKay Sievers
2011-10-10update NEWSKay Sievers
2011-10-10udev_ctrl_cleanup()- accept NULL as argumentKay Sievers
2011-10-10udevd: control - no not delete socket file when --daemon is usedKay Sievers
2011-10-09udevadm: control - use /run/udev/control socket instead of abstract ↵Kay Sievers
namespace one
2011-10-08udevd: exit - process events before signals in workerSteve 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-06systemd: update drop-in sd-daemon filesKay Sievers
2011-10-06delete left-over files in extras/Kay Sievers
2011-10-06systemd: no not start udev in a containerKay Sievers
2011-10-06systemd: no not start udev in a containerKay Sievers
2011-10-06update TODOKay Sievers
2011-10-06libudev: export udev_util_encode_string()Kay Sievers
2011-10-06remove 'udevadm trigger --type=failed' and SYSFS, ID, BUS keysKay Sievers
2011-10-05usb_id: can't use global variables when used as built-inKay Sievers
2011-10-03update NEWSKay Sievers
2011-10-03keymap: add genius keymap to MakefileKay Sievers
2011-10-03udevadm: settle - return failure if unknown option is givenPetr Uzel
Signed-off-by: Petr Uzel <petr.uzel@suse.cz>
2011-09-26rules: fuse: do not mount fusectl from udev rulesKay 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-26libudev: fix typo in documentationKay Sievers
2011-09-18update READMEKay Sievers
2011-09-01ata_id: Check for Compact Flash cardDavid 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-01mknod: do not complain about existing nodeKay Sievers
2011-08-28libudev: list - properly sort linked list not only the indexKay 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-22keymap: add Genius SlimStar 320Kir 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-22keymap: update the OLPC keymap for correct function key behaviorPaul 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-22keymap: Support for microphone mute button on ThinkPad X220 et alThomas 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-22keymap: Support keymap overrides in /etc/udev/keymapsThomas 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-17libudev: udev_device_get_sysattr_value() return syspath of custom linksKay Sievers
2011-08-17export USEC_INITIALIZED= and take timestamp on message receive timeKay Sievers
2011-08-17libudev: util_get_sys_(subsystem,driver}() -> util_get_sys_core_link_value()Kay Sievers
2011-08-16make: allow to pass ${ACLOCAL_FLAGS}Matthias Clasen
2011-08-14preserve 'sticky bit' on 'add/change' eventsKay Sievers
2011-08-12update TODOKay Sievers
2011-08-12rules: remove legacy rules for cdrom and usb printerKay Sievers
2011-08-11do not remove static nodes on module unloadKay Sievers
2011-08-08keymap: Update Acer Aspire 5920gMartin Pitt
https://launchpad.net/bugs/637695
2011-08-05implement path_id, usb_id, input_id as built-in commandKay Sievers
2011-08-04rules: move input_id to default rulesKay 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-04libudev: list - use binary search for list lookupKay Sievers
2011-07-31gtk-doc: delete empty filesKay Sievers
2011-07-30release 173Kay Sievers
2011-07-30udevd: debug - put timestamp in []Kay Sievers
2011-07-30udevadm: trigger --type=failed - log deprecation warningKay Sievers
2011-07-20keymap: Only run on key devicesMartin 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-20keymap: do not run usb_id for bluetooth devicesKay Sievers
2011-07-20rules: sound - instead of ID_IFACE use standard ID_USB_INTERFACE_NUMKay Sievers