Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-25 | invalidate rules and kmod index with 'udevadm control --reload' | Kay Sievers | |
- rename --reload-rules to --reload - invalidate rules and databases only, delay parsing to the next event - enable debug output for test-builtin | |||
2011-12-24 | builtin: rename load()/unload() to init()/exit() | Kay Sievers | |
2011-12-24 | builtin: kmod - reload index when rules are reloaded | Kay Sievers | |
2011-12-23 | add copyright | Kay Sievers | |
2011-12-23 | builtin: kmod - link against libkmod | Kay Sievers | |
2011-12-23 | autogen.sh: moce CFLAGS from to configure.ac; print common ./configure options | Kay Sievers | |
2011-12-23 | update NEWS | Kay Sievers | |
2011-12-23 | remove last sbindir use | Kay Sievers | |
2011-12-23 | builtin: apply format string | Kay Sievers | |
2011-12-23 | rules: do not preprocess 80-drivers.rules + 75-probe_mtd.rules | Kay Sievers | |
2011-12-23 | builtin: kmod - switch modprobe to builtin | Kay Sievers | |
2011-12-23 | builtin: blkid - add missing ID_FS_USAGE | Kay Sievers | |
2011-12-23 | builtin: blkid - add missing newline | Kay Sievers | |
2011-12-23 | buildsys: disable tar.gz | Kay Sievers | |
2011-12-23 | rules: do not preprocess 60-persistent-storage.rules | Kay Sievers | |
2011-12-23 | rules: switch to built-in blkid | Kay Sievers | |
2011-12-23 | update blkid builtin | Kay Sievers | |
2011-12-23 | build argv[] for builtin commands | Kay Sievers | |
2011-12-23 | [PATCH[ udev: ata_id: Fix length of INQUIRY command | Alan Stern | |
SCSI INQUIRY commands are 6 bytes long, not 12 bytes. | |||
2011-12-21 | add builtin load/unload initializers | Kay Sievers | |
2011-12-21 | prepare builtins for blkid and kmod | Kay Sievers | |
2011-12-21 | Switch 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-21 | make: do not (mis-)use the config file generator, create .xz tarball | Kay Sievers | |
2011-12-20 | man: spelling fix | Ville Skyttä | |
2011-12-14 | configure: fix typo | Kay 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-05 | use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation | Kay Sievers | |
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. |