summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2012-03-18build-sys: place build binaries in the rootKay Sievers
2012-03-12rules: Enable USB autosuspend on more USB HID devicesMatthew 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-07rules: move all rules to top level rules/ dirKay Sievers
2012-03-07rules: delete s390 rules, they will move to s390utilsKay Sievers
2012-03-07build-sys: remove empty directoryKay Sievers
2012-03-07remove edd_id extraKay 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-07rules: move 42-qemu-usb.rules to rules/ dirKay Sievers
2012-03-07move src/extras subdirectories to src/Kay Sievers
2012-03-07remove udev-aclKay 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-12build-sys: add --disable-manpagesKay Sievers
2012-02-12build-sys: unpack test sysfs only for 'make check'Kay Sievers
2012-02-06keymap: Add Fujitsu Siemens Amilo Li 2732Bruno Redondi
Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
2012-01-25build-sys: we need to install shipped man pages without xsltproc installedKay Sievers
2012-01-25Makefile: update kernel.org hooksKay Sievers
2012-01-24build-sys: enable everything for 'make distcheck'Kay Sievers
2012-01-22fix some fallout from tab removalKay Sievers
2012-01-21libudev: do not set DEVNAME= twiceKay 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-18Makefile: switch from .asc to .signKay Sievers
2012-01-12Makefile: update kernel.org doc hooks for kupKay Sievers
2012-01-12gudev: several minor introspection fixesEvan 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-12rule_generator: use += for dist_udevhome_DATAKay Sievers
2012-01-12rule_generator: fix to install rules in rules.d/Kay Sievers
2012-01-12Makefile: update kernel.org sign and upload hookKay Sievers
2012-01-09build-sys: try to build without installed xsltprocKay Sievers
2012-01-06replace unpacked sysfs test tree 'test/sys/' with packed tarballKay Sievers
2012-01-06merge udev/, libudev/, systemd/ files in src/; move extras/ to src/Kay Sievers
2012-01-05build-sys: use --libexecdir=/usr/lib instead of /usr/lib/udevKay Sievers
2011-12-27builtin: move usb-db, pci-db to builtinsKay Sievers
2011-12-25make: introduce --with-rootprefix=Kay Sievers
2011-12-25builtin: firmware - move 'firmware' tool to builtinsKay 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-23remove last sbindir useKay Sievers
2011-12-23rules: do not preprocess 80-drivers.rules + 75-probe_mtd.rulesKay Sievers
2011-12-23rules: do not preprocess 60-persistent-storage.rulesKay Sievers
2011-12-23build argv[] for builtin commandsKay Sievers
2011-12-21prepare builtins for blkid and kmodKay Sievers
2011-12-21make: do not (mis-)use the config file generator, create .xz tarballKay Sievers
2011-12-05use libexecdir, bindir, sbindir, switch to /usr/lib/udev in documentationKay Sievers
2011-12-05rename 'init' directory to 'systemd'Kay Sievers
2011-11-22do not ship autogen.sh in the tarballKay Sievers
2011-11-07release 175udev/v175Kay Sievers
2011-11-04make: tweak some autofoo according to Flameeyes' recommendations for libabcKay Sievers
2011-10-20make: add gpg signing bitsKay Sievers
2011-10-10udevd: install into /lib/udev instead of /sbinKay Sievers
2011-10-06libudev: export udev_util_encode_string()Kay Sievers
2011-10-03keymap: add genius keymap to MakefileKay Sievers
2011-09-26libudev: fix typo in documentationKay Sievers
2011-08-16make: allow to pass ${ACLOCAL_FLAGS}Matthias Clasen
2011-08-05implement path_id, usb_id, input_id as built-in commandKay Sievers