summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-25invalidate 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-24builtin: rename load()/unload() to init()/exit()Kay Sievers
2011-12-24builtin: kmod - reload index when rules are reloadedKay Sievers
2011-12-23add copyrightKay Sievers
2011-12-23builtin: kmod - link against libkmodKay Sievers
2011-12-23autogen.sh: moce CFLAGS from to configure.ac; print common ./configure optionsKay Sievers
2011-12-23update NEWSKay Sievers
2011-12-23remove last sbindir useKay Sievers
2011-12-23builtin: apply format stringKay Sievers
2011-12-23rules: do not preprocess 80-drivers.rules + 75-probe_mtd.rulesKay Sievers
2011-12-23builtin: kmod - switch modprobe to builtinKay Sievers
2011-12-23builtin: blkid - add missing ID_FS_USAGEKay Sievers
2011-12-23builtin: blkid - add missing newlineKay Sievers
2011-12-23buildsys: disable tar.gzKay Sievers
2011-12-23rules: do not preprocess 60-persistent-storage.rulesKay Sievers
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.