Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-08-04 | libudev: list - use binary search for list lookup | Kay Sievers | |
2011-07-19 | configure: reorder options | Kay Sievers | |
2011-07-19 | configure: allow to disable mtd_probe | Allin Cottrell | |
2011-07-14 | udev-acl: skip ACLs when systemd is running, disable by default | Kay Sievers | |
2011-07-12 | scsi_id: Ship README | Martin Pitt | |
2011-07-12 | gudev: Ship JavaScript examples | Martin Pitt | |
2011-07-11 | make: fix 'make tar-sync' | Kay Sievers | |
2011-07-11 | libudev: ctrl - move code to udev directory | Kay Sievers | |
2011-07-06 | libudev: device - export udev_device_has_tag() | Kay Sievers | |
2011-06-18 | libudev: enumerate - scan /sys/module | Kay Sievers | |
2011-06-18 | delete mobile-action-modeswitch which has moved to usb_modeswitch | Kay Sievers | |
2011-06-06 | accelerometer: add orientation property | Bastien Nocera | |
2011-06-03 | make: use 'git tag' | Kay Sievers | |
2011-05-30 | Makefile: add tar-sync | Kay Sievers | |
2011-05-25 | systemd: split socket file | Kay Sievers | |
2011-05-20 | libudev: export symbols explicitely and individually from C code not from ↵ | Kay Sievers | |
separate file or prefix match | |||
2011-05-18 | build: use --gc-sections, -fvisibility=hidden | Kay Sievers | |
After: # ls -l /sbin/udevadm /sbin/udevd /lib/udev/*_id -rwxr-xr-x 1 root root 22984 May 18 18:19 /lib/udev/ata_id -rwxr-xr-x 1 root root 31208 May 18 18:19 /lib/udev/cdrom_id -rwxr-xr-x 1 root root 27128 May 18 18:19 /lib/udev/input_id -rwxr-xr-x 1 root root 31272 May 18 18:19 /lib/udev/path_id -rwxr-xr-x 1 root root 31896 May 18 18:19 /lib/udev/scsi_id -rwxr-xr-x 1 root root 35456 May 18 18:19 /lib/udev/usb_id -rwxr-xr-x 1 root root 6416 May 18 18:19 /lib/udev/v4l_id -rwxr-xr-x 1 root root 130320 May 18 18:19 /sbin/udevadm -rwxr-xr-x 1 root root 134648 May 18 18:19 /sbin/udevd Before: # ls -l /sbin/udevadm /sbin/udevd /lib/udev/*_id -rwxr-xr-x 1 root root 27208 May 18 18:22 /lib/udev/ata_id -rwxr-xr-x 1 root root 35456 May 18 18:22 /lib/udev/cdrom_id -rwxr-xr-x 1 root root 39584 May 18 18:22 /lib/udev/input_id -rwxr-xr-x 1 root root 39600 May 18 18:22 /lib/udev/path_id -rwxr-xr-x 1 root root 36056 May 18 18:22 /lib/udev/scsi_id -rwxr-xr-x 1 root root 43712 May 18 18:22 /lib/udev/usb_id -rwxr-xr-x 1 root root 6504 May 18 18:22 /lib/udev/v4l_id -rwxr-xr-x 1 root root 142656 May 18 18:22 /sbin/udevadm -rwxr-xr-x 1 root root 142888 May 18 18:22 /sbin/udevd | |||
2011-05-16 | libudev: queue - always rebuild queue file when nothing is queued anymore | Kay Sievers | |
2011-05-10 | configure: reintroduce introspection flags to fix crosscompilation | Koen Kooi | |
2011-04-29 | delete hid2hci which moved to the bluez tree | Kay Sievers | |
2011-04-29 | configure: allow to enable/disable extras individually | Kay Sievers | |
- remove gobject introspection switch - disable hid2hci by default (moved to bluez) - disable action-modeswitch by default (will move to usb_modeswitch) - disable edd_id by default (problems with disk signatures) - disable legacy floppy by default (no more nasty device node hacks by default) | |||
2011-04-27 | hid2hci: prepare move to bluez package | Kay Sievers | |
2011-04-24 | libudev: list - use bit flags for 'sort' and 'unique' | Kay Sievers | |
2011-04-13 | libudev: bump revision | Kay Sievers | |
2011-04-05 | keymap: Support Dell Latitude XT2 tablet-mode navigation keys | Seth Forshee | |
The XT2 has a rocker (up/down/enter) and back button on the side in tablet mode, none of which work currently. Add entries for these keys. There is some overlap here with scan codes used in other Dell models, so these buttons are put in a new file specific to this model. Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2011-03-31 | Revert "Do not build extras with --disable-extras" | Martin Pitt | |
This reverts commit 905818f5961446ac32d1b2d165185fffddc4915a. We do want to build some extras, just not the ones with extra dependencies. Thanks to Juergen Daubert for pointing this out. | |||
2011-03-29 | systemd: do not enable udev-settle.service by default | Kay Sievers | |
This barrier service is usually not enabled by default. If enabled, it acts as a barrier for basic.target -- so all later services will wait for udev completely finishing its coldplug run. It might be enabled just unconditionally, or pulled-in on-demand by broken or non-hotplug-aware services that assume a fully populated /dev at startup. | |||
2011-03-23 | systemd: use sockets.target not socket.target | Kay Sievers | |
2011-03-23 | systemd: bind udev control socket in systemd and split udev.service | Kay Sievers | |
We should bind the udev socket from systemd, so we are sure that the abstract namespace socket is always bound by a root process and there is never a window during an update where an untrusted process can steal our socket. Also split the udev.service file, so that the daemon can be updated/restarted without triggering any coldplug events. | |||
2011-03-19 | systemd: remove deprecated udev-retry.service | Kay Sievers | |
2011-03-19 | fstab_import: disable build | Kay Sievers | |
2011-03-15 | move /dev/.udev/ to /dev/.run/udev/ and convert old udev database at udevd ↵ | Kay Sievers | |
startup | |||
2011-03-05 | libudev: bump minor version | Kay Sievers | |
2011-02-15 | v4l_id: Drop videodev.h check again | Martin Pitt | |
It only uses v4l2 now. | |||
2011-02-15 | Do not build extras with --disable-extras | Martin Pitt | |
2011-02-15 | Only build v4l_id if V4L1 header file is available | Martin Pitt | |
2011-02-09 | keymap: Add Acer Aspire 8930 | Jürgen Kaiser | |
http://bugs.debian.org/612512 Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com> | |||
2011-01-25 | make: fix qemu rules file name | Kay Sievers | |
2011-01-25 | extras: add rules for qemu guests | Gerd Hoffmann | |
These patches enable usb autosuspend for the qemu emulated HID devices. This reduces the cpu load for idle guests with a hid device attached because the linux kernel will suspend the usb bus then and qemu can stop running a 1000 Hz to emulate the (active) UHCI controller. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2010-12-26 | man: generate html pages for www.kernel.org | Kay Sievers | |
http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev/ | |||
2010-12-15 | gudev: bump minor version | Kay Sievers | |