Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-18 | build-sys: place build binaries in the root | Kay Sievers | |
2012-03-12 | rules: Enable USB autosuspend on more USB HID devices | Matthew Garrett | |
Many servers will be connected to KVMs or include iLO support, and this is often presented as a set of USB input devices. Enabling autosuspend on these allows the USB hardware to be powered down, avoiding unnecessary wakeups and power consumption. The input devices will be self powered, so there's no risk of losing input events as there would be for real input devices. The same is true of USB input devices that are built into the system. | |||
2012-03-07 | rules: move all rules to top level rules/ dir | Kay Sievers | |
2012-03-07 | rules: delete s390 rules, they will move to s390utils | Kay Sievers | |
2012-03-07 | build-sys: remove empty directory | Kay Sievers | |
2012-03-07 | remove edd_id extra | Kay Sievers | |
The use of identifying disks by magic byte sequences outside of the filesystem or partion table is fragile and usually creates more problems than it solves. | |||
2012-03-07 | rules: move 42-qemu-usb.rules to rules/ dir | Kay Sievers | |
2012-03-07 | move src/extras subdirectories to src/ | Kay Sievers | |
2012-03-07 | remove udev-acl | Kay Sievers | |
Udev-acl will be part of a future ConsoleKit release. On systemd systems, advanced ConsoleKit and udev-acl functionality are natively provided by systemd. | |||
2012-02-12 | build-sys: add --disable-manpages | Kay Sievers | |
2012-02-12 | build-sys: unpack test sysfs only for 'make check' | Kay Sievers | |
2012-02-06 | keymap: Add Fujitsu Siemens Amilo Li 2732 | Bruno Redondi | |
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2012-01-25 | build-sys: we need to install shipped man pages without xsltproc installed | Kay Sievers | |
2012-01-25 | Makefile: update kernel.org hooks | Kay Sievers | |
2012-01-24 | build-sys: enable everything for 'make distcheck' | Kay Sievers | |
2012-01-22 | fix some fallout from tab removal | Kay Sievers | |
2012-01-21 | libudev: do not set DEVNAME= twice | Kay Sievers | |
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. | |||
2012-01-18 | Makefile: switch from .asc to .sign | Kay Sievers | |
2012-01-12 | Makefile: update kernel.org doc hooks for kup | Kay Sievers | |
2012-01-12 | gudev: several minor introspection fixes | Evan Nemerson | |
- 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> | |||
2012-01-12 | rule_generator: use += for dist_udevhome_DATA | Kay Sievers | |
2012-01-12 | rule_generator: fix to install rules in rules.d/ | Kay Sievers | |
2012-01-12 | Makefile: update kernel.org sign and upload hook | Kay Sievers | |
2012-01-09 | build-sys: try to build without installed xsltproc | Kay Sievers | |
2012-01-06 | replace unpacked sysfs test tree 'test/sys/' with packed tarball | Kay Sievers | |
2012-01-06 | merge udev/, libudev/, systemd/ files in src/; move extras/ to src/ | Kay Sievers | |
2012-01-05 | build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udev | Kay Sievers | |
2011-12-27 | builtin: move usb-db, pci-db to builtins | Kay Sievers | |
2011-12-25 | make: introduce --with-rootprefix= | Kay Sievers | |
2011-12-25 | builtin: firmware - move 'firmware' tool to builtins | 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 | remove last sbindir use | Kay Sievers | |
2011-12-23 | rules: do not preprocess 80-drivers.rules + 75-probe_mtd.rules | Kay Sievers | |
2011-12-23 | rules: do not preprocess 60-persistent-storage.rules | Kay Sievers | |
2011-12-23 | build argv[] for builtin commands | Kay Sievers | |
2011-12-21 | prepare builtins for blkid and kmod | Kay Sievers | |
2011-12-21 | make: do not (mis-)use the config file generator, create .xz tarball | Kay Sievers | |
2011-12-05 | use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentation | Kay Sievers | |
2011-12-05 | rename 'init' directory to 'systemd' | Kay Sievers | |
2011-11-22 | do not ship autogen.sh in the tarball | Kay Sievers | |
2011-11-07 | release 175udev/v175 | Kay Sievers | |
2011-11-04 | make: tweak some autofoo according to Flameeyes' recommendations for libabc | Kay Sievers | |
2011-10-20 | make: add gpg signing bits | Kay Sievers | |
2011-10-10 | udevd: install into /lib/udev instead of /sbin | Kay Sievers | |
2011-10-06 | libudev: export udev_util_encode_string() | Kay Sievers | |
2011-10-03 | keymap: add genius keymap to Makefile | Kay Sievers | |
2011-09-26 | libudev: fix typo in documentation | Kay Sievers | |
2011-08-16 | make: allow to pass ${ACLOCAL_FLAGS} | Matthias Clasen | |
2011-08-05 | implement path_id, usb_id, input_id as built-in command | Kay Sievers | |