Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | systemd: use PassCred=yes | Kay Sievers | |
2011-12-05 | rename 'init' directory to 'systemd' | Kay Sievers | |
2011-11-29 | 75-persistent-net-generator.rules: Add Xen | Martin Pitt | |
Xen devices are not always caught by the SUBSYSTEMS=="xen" clause, so explictly add their registered MAC prefix: http://www.coffer.com/mac_find/?string=00%3A16%3A3E https://launchpad.net/bugs/897789 | |||
2011-11-22 | man: clarify 'config file stack' | Kay Sievers | |
2011-11-22 | do not ship autogen.sh in the tarball | Kay Sievers | |
2011-11-21 | keymap: Add Lenovo Thinkpad X220 Tablet | Sjoerd Simons | |
The Lenovo Thinkpad X220 Tablet has similar buttons as the previous generations (circular arrow and rotate screen) Signed-off-by: Sjoerd Simons <sjoerd@luon.net> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2011-11-08 | libudev: print log_fn address instead of ctx when setting logging function | Kay Sievers | |
Patch from Jiri Pirko <jpirko@redhat.com> for libabc. | |||
2011-11-07 | release 175udev/v175 | Kay Sievers | |
2011-11-07 | rules: fix typo | Kay Sievers | |
2011-11-07 | extras/keymap/findkeyboards: beautify shell code and get rid of grep | Harald Hoyer | |
- save some extra forks and grep with shell code instead of calling grep - use $() instead of backticks (improves readability and addes nesting capabilities) Signed-off-by: Harald Hoyer <harald@redhat.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2011-11-06 | rules: restore rule to set cdrom group for optical drives | Kay Sievers | |
On Sun, Nov 6, 2011 at 21:45, William Hubbs <w.d.hubbs@gmail.com> wrote: > someone on gentoo just reported to me that the following rule has been > deleted from udev-174, which is leaving his optical devices in the > standard "disk" group. He does not want to add his users to this group. | |||
2011-11-04 | make: tweak some autofoo according to Flameeyes' recommendations for libabc | Kay Sievers | |
2011-11-02 | replace AC_DISABLE_STATIC with LT_INIT([disable-static]) | Kay Sievers | |
2011-11-01 | do not skip /dev/{disk,char}/M:m removal when the device node is already gone | Kay Sievers | |
2011-10-31 | gudev: Use g_ascii_strtoull() instead of strtoul() | David Zeuthen | |
This ensures that we get the same behavior on both 32- and 64-bit. Pointed out on the mailing list: http://permalink.gmane.org/gmane.linux.hotplug.devel/17145 Signed-off-by: David Zeuthen <davidz@redhat.com> | |||
2011-10-31 | gudev: Use strtoul to parse unsigned 64-bit integers | David Zeuthen | |
Otherwise it will return 0x7fffffffffffffff instead of 0x8000000000000004 for e.g. this property ID_PART_ENTRY_FLAGS=0x8000000000000004 Signed-off-by: David Zeuthen <davidz@redhat.com> | |||
2011-10-26 | keymap: Fix stuck keys on BenQ nScreen | Martin Pitt | |
https://launchpad.net/bugs/606599 | |||
2011-10-26 | keymap: Fix bluetooth key on Acer TravelMate 7720 | Martin Pitt | |
https://launchpad.net/bugs/696671 | |||
2011-10-26 | keymap: Fix "internet" key on HP G62 | Martin Pitt | |
https://launchpad.net/bugs/763525 | |||
2011-10-26 | keymap: More Asus module variants | Martin Pitt | |
https://launchpad.net/bugs/795694 | |||
2011-10-26 | keymap: Fix stuck keys on GIGABYTE i1520M | Martin Pitt | |
Thanks Lukáš Mojžíš! https://launchpad.net/bugs/770680 | |||
2011-10-26 | findkeyboards: Consistently use spaces instead of tabs | Martin Pitt | |
2011-10-26 | extras/keymap/findkeyboards: Filter out non-event devices | Martin Pitt | |
This avoids running udevadm info --query=name against a non-existing devnode, which aborts the script early. | |||
2011-10-26 | check-keymaps.sh: Allow running separately | Martin Pitt | |
Provide default arguments for SRCDIR and KEYLIST, so that you can just run this from the root of the source tree, separately from make distcheck. | |||
2011-10-26 | keymap: Fix micmute remap for Lenovo Thinkpads | Jerone Young | |
Linux Kernel 3.1 now has proper support for a mic mute button: 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-22 | ignore entire rules line if unknown keys are used | Kay Sievers | |
2011-10-20 | make: add gpg signing bits | Kay Sievers | |
2011-10-19 | release 174udev/v174 | Kay Sievers | |
2011-10-19 | rules: do not load sg module | Kay Sievers | |
2011-10-19 | Add mic mute keycode support for Lenovo Thinkpad USB keyboard | Jerone 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-12 | systemd: use ConditionCapability=CAP_MKNOD instead of ↵ | Kay Sievers | |
ConditionVirtualization=!container | |||
2011-10-11 | udevd: add missing braces | Kay Sievers | |
David: uh, don't you need curly braces in the udevd.c part at the bottom? | |||
2011-10-10 | udevd: install into /lib/udev instead of /sbin | Kay Sievers | |
2011-10-10 | update NEWS | Kay Sievers | |
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. |