summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-23rules: switch to built-in blkidKay Sievers
2011-12-23update blkid builtinKay Sievers
2011-12-23build argv[] for builtin commandsKay Sievers
2011-12-23[PATCH[ udev: ata_id: Fix length of INQUIRY commandAlan Stern
SCSI INQUIRY commands are 6 bytes long, not 12 bytes.
2011-12-21add builtin load/unload initializersKay Sievers
2011-12-21prepare builtins for blkid and kmodKay Sievers
2011-12-21Switch spawn_read to void and remove useless stores there.Luis Felipe Strano Moraes
The return value was never used and even if errors were found inside spawn_wait should still be called.
2011-12-21make: do not (mis-)use the config file generator, create .xz tarballKay Sievers
2011-12-20man: spelling fixVille Skyttä
2011-12-14configure: fix typoKay Sievers
<mgorny> kay: btw you've got sbindir: ${bindir} <mgorny> in configure check result printing <mgorny> I think that's a typo <kay> oh
2011-12-05use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentationKay Sievers
2011-12-05systemd: use PassCred=yesKay Sievers
2011-12-05rename 'init' directory to 'systemd'Kay Sievers
2011-11-2975-persistent-net-generator.rules: Add XenMartin 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-22man: clarify 'config file stack'Kay Sievers
2011-11-22do not ship autogen.sh in the tarballKay Sievers
2011-11-21keymap: Add Lenovo Thinkpad X220 TabletSjoerd 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-08libudev: print log_fn address instead of ctx when setting logging functionKay Sievers
Patch from Jiri Pirko <jpirko@redhat.com> for libabc.
2011-11-07release 175udev/v175Kay Sievers
2011-11-07rules: fix typoKay Sievers
2011-11-07extras/keymap/findkeyboards: beautify shell code and get rid of grepHarald 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-06rules: restore rule to set cdrom group for optical drivesKay 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-04make: tweak some autofoo according to Flameeyes' recommendations for libabcKay Sievers
2011-11-02replace AC_DISABLE_STATIC with LT_INIT([disable-static])Kay Sievers
2011-11-01do not skip /dev/{disk,char}/M:m removal when the device node is already goneKay Sievers
2011-10-31gudev: 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-31gudev: Use strtoul to parse unsigned 64-bit integersDavid 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-26keymap: Fix stuck keys on BenQ nScreenMartin Pitt
https://launchpad.net/bugs/606599
2011-10-26keymap: Fix bluetooth key on Acer TravelMate 7720Martin Pitt
https://launchpad.net/bugs/696671
2011-10-26keymap: Fix "internet" key on HP G62Martin Pitt
https://launchpad.net/bugs/763525
2011-10-26keymap: More Asus module variantsMartin Pitt
https://launchpad.net/bugs/795694
2011-10-26keymap: Fix stuck keys on GIGABYTE i1520MMartin Pitt
Thanks Lukáš Mojžíš! https://launchpad.net/bugs/770680
2011-10-26findkeyboards: Consistently use spaces instead of tabsMartin Pitt
2011-10-26extras/keymap/findkeyboards: Filter out non-event devicesMartin Pitt
This avoids running udevadm info --query=name against a non-existing devnode, which aborts the script early.
2011-10-26check-keymaps.sh: Allow running separatelyMartin 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-26keymap: Fix micmute remap for Lenovo ThinkpadsJerone 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-22ignore entire rules line if unknown keys are usedKay Sievers
2011-10-20make: add gpg signing bitsKay Sievers
2011-10-19release 174udev/v174Kay Sievers
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