a06c8219a324825c8043cc72508e423b267caab8 |
|
27-Mar-2015 |
Harald Hoyer <harald@redhat.com> |
50-udev-default.rules: don't run anything but REMOVE_CMD on remove
we don't want to run usb_id and input_id on ACTION=="remove" |
654b036ba7368d2f9f2577e2d64d45d52fa8262a |
|
12-Mar-2015 |
Kay Sievers <kay@vrfy.org> |
rules: merge udev-late.rules files |
757ba25a8fcd2370d943e2bdfca6bdf883e50551 |
|
12-Mar-2015 |
Kay Sievers <kay@vrfy.org> |
rules: default - remove legacy agpgart |
27e7c26268bd4c16edb92f2b8a8626b00c6f2dad |
|
18-Jun-2014 |
Kay Sievers <kay@vrfy.org> |
rules: add loop-control and btrfs-control to "disk" group |
3dff3e00e044e2d53c76fa842b9a4759d4a50e69 |
|
12-Jun-2014 |
Kay Sievers <kay@vrfy.org> |
udev: assign group "input" to all input devices |
f31cf2b6d03a18e4f8f52214c1a3ffa9b3c97189 |
|
11-Jun-2014 |
Kay Sievers <kay@vrfy.org> |
udev: stop using "floppy" group |
c594cccee264cfd98f183ae6ec289b11e70f2d6c |
|
27-Feb-2014 |
Lukas Nykryn <lnykryn@redhat.com> |
udev/rules: setup tty permissions and group for sclp_line, ttysclp and 3270/tty |
d1f0e886e1407ab50834127ce52710e1aff13938 |
|
21-Oct-2013 |
Kay Sievers <kay@vrfy.org> |
rules: remove pointless MODE= settings
Changing the default MODE= for the group accessi, but not specifying
a GROUP= does not provide anything.
It disables the default logic that the mode switches to 0660 as soon
as a GROUP= is specifed, which make custom rules uneccesarily complicated.
https://bugs.freedesktop.org/show_bug.cgi?id=70665 |
67fb4482acb0ecccb8a30e7ca49e5de28ba49eaf |
|
26-Apr-2013 |
Kay Sievers <kay@vrfy.org> |
always unconditionally create /dev/rtc and use it internally
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. |
2b3c81b02fa5dd47b19558c7684e113f36a48486 |
|
24-Apr-2013 |
Kay Sievers <kay@vrfy.org> |
do not create /dev/rtc symlink, let systemd search for it if needed
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. |
bbb7f2ae5035105575365750592caa87213d7072 |
|
20-Mar-2013 |
Kay Sievers <kay@vrfy.org> |
rules: move builtin calls before the permissions section
<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 |
a3bd8447be4ea2ce230eb8ae0e815c04d85fa15a |
|
18-Mar-2013 |
Tom Gundersen <teg@jklm.no> |
udev: make firmware loading optional and disable by default
Distros that whish to support old kernels should set
--with-firmware-dirs="/usr/lib/firmware/updates:/usr/lib/firmware"
to retain the old behaviour. |
22582bb2cbe85b40de5f561589e0468dac769515 |
|
27-Jan-2013 |
Kay Sievers <kay@vrfy.org> |
udev: set default rules permissions only at "add" events |
f3b9526171eceb885c8365c46e11aa27e8cdad13 |
|
25-Oct-2012 |
Kay Sievers <kay@vrfy.org> |
rules: call hwdb for all devices with a 'modalias' |
796b06c21b62d13c9021e2fbd9c58a5c6edb2764 |
|
23-Oct-2012 |
Kay Sievers <kay@vrfy.org> |
udev: add hardware database support |
6d0274f11547a0f11200bb82bf598a5a253e12cf |
|
17-Oct-2012 |
Lennart Poettering <lennart@poettering.net> |
timedatectl: introduce new command line client for timedated
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. |
378f2e074e38490103f999173bf717a5394170f8 |
|
15-Apr-2012 |
Kay Sievers <kay@vrfy.org> |
udev: update some rules |
3e2147858f21943d5f4a781c60f33ac22c6096ed |
|
04-Apr-2012 |
Kay Sievers <kay.sievers@vrfy.org> |
move imported udev into place |
8e90942c7af2508f88c7284a0b116caf7ec854a9 |
|
07-Mar-2012 |
Kay Sievers <kay.sievers@vrfy.org> |
rules: move all rules to top level rules/ dir |