summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-05implement path_id, usb_id, input_id as built-in commandKay Sievers
2011-08-04rules: move input_id to default rulesKay Sievers
On Tue, Aug 2, 2011 at 10:56, Thomas Bächler <thomas@archlinux.org> wrote: > Commit c49df20758e0f22778cfc93b598f2929f4c86272 prevented udev from > creating broken symlinks for bluetooth hid devices. Unfortunately, > it also removed the ID_INPUT=1 and ID_INPUT_{KEY,MOUSE}=1 properties > from those devices. Xorg relies on these properties for cold- and > hotplugging of input devices.
2011-08-04libudev: list - use binary search for list lookupKay Sievers
2011-07-31gtk-doc: delete empty filesKay Sievers
2011-07-30release 173Kay Sievers
2011-07-30udevd: debug - put timestamp in []Kay Sievers
2011-07-30udevadm: trigger --type=failed - log deprecation warningKay Sievers
2011-07-20keymap: Only run on key devicesMartin Pitt
Skip event devices which don't have ID_INPUT_KEY set, to avoid running the long list of rules more than necessary. Note that we don't limit ourselves to ID_INPUT_KEYBOARD, as we might want to fix extra buttons on e. g. fancy mouses or tablet screens, too.
2011-07-20keymap: do not run usb_id for bluetooth devicesKay Sievers
2011-07-20rules: sound - instead of ID_IFACE use standard ID_USB_INTERFACE_NUMKay Sievers
2011-07-20rules: serial - do not export ID_PORT, use ID_USB_INTERFACE_NUMKay Sievers
2011-07-20rules: input - do not create (broken) links for bluetooth devicesKay Sievers
2011-07-19configure: reorder optionsKay Sievers
2011-07-19configure: allow to disable mtd_probeAllin Cottrell
2011-07-18do not allow kernel properties to be set by udev rulesKay Sievers
2011-07-15do not delete database when renaming netif, the db name does not change anymoreKay Sievers
2011-07-14udev-acl: skip ACLs when systemd is running, disable by defaultKay Sievers
2011-07-14udevadm: move udevadm command descriptions into their filesKay Sievers
2011-07-14rules: mount fuse filesystem only 'add'Kay Sievers
2011-07-12Remove obsolete extras/scsi_id/scsi_id.configMartin Pitt
We have not shipped it anyway, and is not necessary any more these days.
2011-07-12scsi_id: Ship READMEMartin Pitt
2011-07-12gudev: Ship JavaScript examplesMartin Pitt
2011-07-11udevd: fix (recently) broken static node permission settingKay Sievers
Many thanks to Tom Gundersen for identifying the issue.
2011-07-11udevd: use 'uptime' in debug timestampKay Sievers
2011-07-11make: fix 'make tar-sync'Kay Sievers
2011-07-11release 172Kay Sievers
2011-07-11update sd-daemon.[ch]Kay Sievers
2011-07-11libudev: ctrl - move code to udev directoryKay Sievers
2011-07-11udevadm: monitor - use uptime to match the kernel's timestampKay Sievers
2011-07-10rules: input - call path_id for ACPI devicesKay Sievers
2011-07-10path_id: recognize ACPI parent devicesKay Sievers
We need to tag the power input button for multi-seat.
2011-07-08libudev: enumerate - clarify documentationKay Sievers
2011-07-08libudev: enumerate - include parent device itself with match_parent()Kay Sievers
2011-07-08libudev: enumerate - add udev_enumerate_add_match_parent()Kay Sievers
2011-07-07libudev: device - add udev_device_has_tag() to libudev.h and gtk-docKay Sievers
2011-07-07update TODOKay Sievers
2011-07-07enforce valid TAG+= namesKay Sievers
2011-07-07path_id: add ID_PATH_TAG= to be used in udev tagsKay Sievers
2011-07-06path_id: add missing '-' to tape suffixKay Sievers
2011-07-06libudev: device - export udev_device_has_tag()Kay Sievers
2011-07-05rules: fix wrong wildcard match, we always need a ':*' at the endKay Sievers
2011-07-05rules: remove redundant MODE="0664" from lp rulesKay Sievers
2011-06-30udev/udevadm-monitor.c: fixed misplaced braceHarald Hoyer
2011-06-30udevadm-*.c: return != 0, if unknown option givenHarald Hoyer
2011-06-30keymap: Add slight name variations of Toshiba SatellitesMartin Pitt
https://bugzilla.redhat.com/show_bug.cgi?id=444440
2011-06-28libudev: device - fix udev_device_get_tags_list_entry() to always load databaseKay Sievers
2011-06-28rules: set polling value only if it is disabledKay Sievers
2011-06-28libudev: monitor - update docKay Sievers
2011-06-21keymap: Add force-release quirk for Hannspree SN10.Martin Pitt
Thanks to Paolo Gherpelli <gherpelli@libero.it>!
2011-06-18rules: move polling rule above 'block' matchKay Sievers