summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* release 180180Kay Sievers2012-01-292-1/+11
|
* do not stop rule processing when device node is no longer aroundKay Sievers2012-01-294-14/+20
| | | | | | Device nodes might have been deleted again by the kernel before an 'add' or 'change' event is even started. We need to run all rules, regardless of the state in /dev.
* builtin: blkid - add missing ID_ prefix for PART_ENTRY_* keysKay Sievers2012-01-261-1/+1
|
* build-sys: we need to install shipped man pages without xsltproc installedKay Sievers2012-01-251-6/+6
|
* Makefile: update kernel.org hooksKay Sievers2012-01-251-4/+2
|
* release 179179Kay Sievers2012-01-253-1/+19
|
* fix path to extrasKay Sievers2012-01-242-5/+5
|
* use sysname() for devices without a device nodeKay Sievers2012-01-241-3/+6
|
* build-sys: enable everything for 'make distcheck'Kay Sievers2012-01-241-0/+6
|
* update TODOKay Sievers2012-01-231-5/+4
|
* move variable inside conditionKay Sievers2012-01-231-2/+2
|
* print warning when rules try to rename kernel device nodesKay Sievers2012-01-231-0/+11
|
* use devnode() for $name not sysname(), device nodes might be in a subdirectoryKay Sievers2012-01-231-5/+8
|
* fix some fallout from tab removalKay Sievers2012-01-222-107/+107
|
* release 178178Kay Sievers2012-01-212-1/+23
|
* libudev: do not set DEVNAME= twiceKay Sievers2012-01-213-7/+30
| | | | | | When we read the 'uevent' file we need to make sure, that we do not read the relative DEVNAME= path provided by the kernel and overwrite the absolute path udev expects here.
* warn about deprecated RUN+="socket:" useKay Sievers2012-01-212-1/+4
|
* rules: rtc - point /dev/rtc symlink to 'hctosys' deviceKay Sievers2012-01-211-1/+1
|
* Makefile: switch from .asc to .signKay Sievers2012-01-181-2/+2
|
* keymap: Add Alienware M14xR1Martin Pitt2012-01-181-0/+2
| | | | https://launchpad.net/bugs/901513
* keymap: Fix keyboard brightness keys on Samsung 700Z seriesMartin Pitt2012-01-181-1/+1
| | | | https://launchpad.net/bugs/902332
* keymap: Fix eject button on Samsung 700Z seriesMartin Pitt2012-01-181-0/+1
| | | | https://launchpad.net/bugs/902798
* keymap: Fix rfkill button on Hewlett-Packard HP ProBookMartin Pitt2012-01-181-0/+1
| | | | https://bugs.launchpad.net/bugs/914838
* udevd: kill hanging event processes after 30 secondsKay Sievers2012-01-182-13/+51
| | | | | | | | | | | | | Some broken kernel drivers load firmware synchronously in the module init path and block modprobe until the firmware request is fulfilled. The modprobe-generated firmware request is a direct child device of the device which caused modprobe to run. Child device event are blocked until the parent device is handled. This dead-locks until the kernel firmware loading timeout of 60 seconds is reached. The hanging modprobe event should now time-out and allow the firmware event to run before the 60 second kernel timeout.
* builtin: blkid - add missing ID_ prefixKay Sievers2012-01-161-2/+2
| | | | | | | <ridikulus_rat> 60-persistent-storage.rules gpt by-partlabel/by-partuuid symlinks not created in udev-177 util-linux-2.20.1 kmod-3 in Archlinux x86_64. <falconindy> ridikulus_rat: fix the rule, or fix the blkid builtin ;) <kay> oh, i missed the ID_ stuff? :)
* Makefile: update kernel.org doc hooks for kupKay Sievers2012-01-121-3/+6
|
* gudev: several minor introspection fixesEvan Nemerson2012-01-122-2/+4
| | | | | | | | | - Include exported package information - Include C include information - g_udev_device_get_parent & g_udev_device_get_parent_with_subsystem transfer ownership of their return values Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
* release 177177Kay Sievers2012-01-123-1/+14
|
* rule_generator: use += for dist_udevhome_DATAKay Sievers2012-01-121-1/+3
|
* rule_generator: fix to install rules in rules.d/Kay Sievers2012-01-121-1/+1
|
* Makefile: update kernel.org sign and upload hookKay Sievers2012-01-122-6/+6
|
* release 176176Kay Sievers2012-01-113-12/+102
|
* man: mention that no daemons should be started by udevKay Sievers2012-01-111-4/+5
|
* fix compiler warningKay Sievers2012-01-101-2/+4
|
* cdrom_id: int -> boolKay Sievers2012-01-101-52/+52
|
* add .vimrcKay Sievers2012-01-101-0/+4
|
* fix debug messageKay Sievers2012-01-102-2/+2
|
* autogen.sh: makedev() misteriously breaks with -O0 here, use -O1 for nowKay Sievers2012-01-101-1/+1
| | | | | | | | -O0 [pid 693] mknod("udev-root/sda", 034101566300) = -1 EINVAL (Invalid argument) -O1 [pid 8087] mknod("udev-root/sda", S_IFBLK, makedev(8, 0)) = 0
* tabs are as useful as a hole in the headKay Sievers2012-01-1074-19371/+19364
|
* add test/src to .gitignoreKay Sievers2012-01-091-0/+1
|
* build-sys: try to build without installed xsltprocKay Sievers2012-01-092-1/+6
|
* autogen.sh: add CFLAGS and print entire line, so that mouse copy/paste worksKay Sievers2012-01-091-5/+5
|
* builtin: kmod - log if modules are blacklistedLucas De Marchi2012-01-091-0/+2
|
* doc: fix out of tree build (copy from libkmod)Kay Sievers2012-01-092-2/+2
|
* rules: delete arch specific rulesKay Sievers2012-01-092-10/+0
|
* replace unpacked sysfs test tree 'test/sys/' with packed tarballKay Sievers2012-01-069587-10691/+58
|
* merge udev/, libudev/, systemd/ files in src/; move extras/ to src/Kay Sievers2012-01-06200-399/+386
|
* autogen.sh: enable git pre-commitKay Sievers2012-01-051-0/+6
|
* build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udevKay Sievers2012-01-0512-44/+44
|
* require kmod >= 3Kay Sievers2012-01-051-1/+1
|