]> Git Repo - linux.git/commit - drivers/acpi/proc.c
rtc: fix CMOS time error after writing /proc/acpi/alarm
authorHuacai Chen <[email protected]>
Fri, 4 Jul 2008 16:59:31 +0000 (09:59 -0700)
committerLinus Torvalds <[email protected]>
Fri, 4 Jul 2008 17:40:05 +0000 (10:40 -0700)
commitcce3ce89c1abde1298dd0e769ab9c14ea95d7384
treefc1ab92f843d28ba4aff86e5c6e0ea225868478f
parent471d47e3223311d2638755717f97dc9a298f6dc9
rtc: fix CMOS time error after writing /proc/acpi/alarm

When writing /proc/acpi/alarm in adjust mode, e.g.
echo "+0000-00-00 00:00:15" >/proc/acpi/alarm
The "century" field should be read and added to "year" field before
writing, otherwise the CMOS time will go back to 2000 years ago, e.g.
# cat /proc/acpi/alarm
0008-06-21 11:38:46
Then the system time may be reset to the date of manufacture after
rebooting. This patch fixed this issue.

Signed-off-by: Huacai Chen <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Acked-by: Zhao Yakui <[email protected]>
Acked-by: Alessandro Zummo <[email protected]>
Acked-by: Len Brown <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/acpi/sleep/proc.c
This page took 0.055467 seconds and 4 git commands to generate.