chiark / gitweb /
always unconditionally create /dev/rtc and use it internally
authorKay Sievers <kay@vrfy.org>
Thu, 25 Apr 2013 00:02:40 +0000 (02:02 +0200)
committerKay Sievers <kay@vrfy.org>
Thu, 25 Apr 2013 23:11:52 +0000 (01:11 +0200)
commit67fb4482acb0ecccb8a30e7ca49e5de28ba49eaf
treebdd0568fcc63e7489cbd00dfe34a72ec65a1a62a
parentc3a170f3d3358135a39ac6eafe66f18aef0bd67d
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.
rules/50-udev-default.rules
src/shared/hwclock.c