summaryrefslogtreecommitdiff
path: root/rules/50-udev-default.rules
Commit message (Collapse)AuthorAgeFilesLines
* always unconditionally create /dev/rtc and use it internallyKay Sievers2013-04-261-0/+4
| | | | | | | | | | | | | | | Partially revert 2b3c81b02fa5dd47b19558c7684e113f36a48486, which tried to avoid inconsistent rules about when and how to create the /dev/rtc symlink. Instead of conditionally or not creating the /dev/rtc link at all, now always create it with additional and more reliable udev rules. First try to find the "system rtc" with the hctosys flag, if this is not found, fall back to create the link for /dev/rtc0. Our code now never actively searches for the "system rtc" it can always use /dev/rtc.
* do not create /dev/rtc symlink, let systemd search for it if neededKay Sievers2013-04-241-3/+0
| | | | | | | | | | | The export of the RTCs hctosys flag is uneccesary, the kernel takes care of the persistemt clock management itself, without any need for: CONFIG_RTC_HCTOSYS=y CONFIG_RTC_HCTOSYS_DEVICE="rtc0" "Chaotic hardware platforms" without native kernel persistent clock support will find the proper RTC with the logic rtc_open() without the need for a custom symlink.
* rules: move builtin calls before the permissions sectionKay Sievers2013-03-201-6/+9
| | | | | | | <heftig> kay: systemd commit 22582bb broke cups usb printing for me <heftig> because the "lp" group isn't applied anymore <heftig> SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ENV{ID_USB_INTERFACES}=="*:0701??:*", GROUP="lp" <heftig> moving this line to the end of 50-udev-default.rules restores correct behavior, as it's after usb_id
* udev: make firmware loading optional and disable by defaultTom Gundersen2013-03-181-1/+0
| | | | | | Distros that whish to support old kernels should set --with-firmware-dirs="/usr/lib/firmware/updates:/usr/lib/firmware" to retain the old behaviour.
* udev: set default rules permissions only at "add" eventsKay Sievers2013-01-271-32/+10
|
* rules: call hwdb for all devices with a 'modalias'Kay Sievers2012-10-251-1/+3
|
* udev: add hardware database supportKay Sievers2012-10-231-1/+1
|
* timedatectl: introduce new command line client for timedatedLennart Poettering2012-10-171-1/+1
| | | | | | 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.
* udev: update some rulesKay Sievers2012-04-151-30/+11
|
* move imported udev into placeKay Sievers2012-04-041-0/+107