summaryrefslogtreecommitdiff
path: root/rules
Commit message (Collapse)AuthorAge
...
* rules: call 'hwdb' with --subsystem= where appropriateKay Sievers2012-10-25
|
* rules: Remove HP iLO from USB HID PM rulesTony Camuso2012-10-23
| | | | | | | | | | | HP iLO fw versions below 1.50 incorrectly report that HP iLO virtual Kbd/Mouse supports remote wakeup. With the rules change in commit 3bfc7a97b1824fcdfb738617d9a5450a20a22a0f, the HP iLO was listed for power control. In iLO fw versions less than 1.50, the iLO Kbd/Mouse become unresponsive once they are suspended. HP iLO fw versions 1.50+ correctly report that they don't support remote wakeup, which makes the rules moot in any case.
* udev: add hardware database supportKay Sievers2012-10-23
|
* timedatectl: introduce new command line client for timedatedLennart Poettering2012-10-17
| | | | | | Much like logind has a client in loginctl, and journald in journalctl introduce timedatectl, to change the system time (incl. RTC), timezones and related settings.
* rules: Fix persistent input symlinks for interface 00Martin Pitt2012-10-11
| | | | | | | | | | | | | Commits 5e9eb156c and 32567f8 introduced persistent symlinks for input devices with more than one interface. However, this does not ensure stability for the "default" interface, i. e. with interface number 00 or a nonexisting one. If a device with a higher interface number appears first, it'll claim the symlink name without an interface number, and the "interface 00" device won't get any. Fix this by creating the default symlink only for interface 00 or a nonexisting one, so that we properly partition the two cases over the two rules. https://launchpad.net/bugs/1057824
* udev: support multiple entries for ENV{SYSTEMD_ALIAS} and ENV{SYSTEM_WANTS}Kay Sievers2012-10-09
|
* rules: only mark MD disks, not partitions, with SYSTEMD_READY=0Kay Sievers2012-09-24
|
* udev: add btrfs supportKay Sievers2012-09-17
| | | | | | | | All "btrfs" file systems will be registered with the kernel when they show up. Incomplete multi-device volumes will set SYSTEMD_READY=0, to prevent access until the volume is complete and fully registered.
* 99-systemd.rules.in: ignore nbd in the "add" ueventHarald Hoyer2012-07-30
|
* rules/99-systemd.rules.in: ENV{SYSTEMD_READY}="0" for incomplete mdHarald Hoyer2012-07-30
|
* rules: avoid mounting raid devices too earlyMichal Schmidt2012-07-24
| | | | | | | | | /dev/md0 appears as soon as the first component of the raid array is added by incremental assembly rules. This is too early for systemd to attempt to mount the device. The device should be considered plugged after the raid array becomes active. https://bugzilla.redhat.com/show_bug.cgi?id=767561
* rules: fix typo in 42-usb-hid-pm.rulesKay Sievers2012-07-14
| | | | | | | | <arjan> can you open the 42-usb-hid-pm.rules file <arjan> and go to line 46 <arjan> and tell me why ATTR{idProduct}="0002" only has one = and not two (e.g. == ) ? <kay> arjan: yep <kay> arjan: bug
* rules: Limit USB autosuspend on USB HID devicesMatthew Garrett2012-05-27
| | | | | | Some USB ports on external hubs may be reported as "fixed". We only want to auto-enable this on ports that are internal to the machine, so check the parent state as well.
* udev: update some rulesKay Sievers2012-04-15
|
* udev: trivial gtk-doc updateKay Sievers2012-04-14
|
* udev: move all unconditionally installed rules to rules/Kay Sievers2012-04-14
|
* getty: VC devices are always available, we don't need to wait until they show upLennart Poettering2012-04-12
|
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
| | | | | | | | | | | | | | We finally got the OK from all contributors with non-trivial commits to relicense systemd from GPL2+ to LGPL2.1+. Some udev bits continue to be GPL2+ for now, but we are looking into relicensing them too, to allow free copy/paste of all code within systemd. The bits that used to be MIT continue to be MIT. The big benefit of the relicensing is that closed source code may now link against libsystemd-login.so and friends.
* udev: convert 'uaccess' to a builtinKay Sievers2012-04-09
|
* move imported udev into placeKay Sievers2012-04-04