]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rtc/rtc-hid-sensor-time.c: enable HID input processing early
authorAlexander Holler <holler@ahsoftware.de>
Thu, 14 Nov 2013 22:32:00 +0000 (14:32 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 15 Nov 2013 00:32:21 +0000 (09:32 +0900)
commit0b0fee003da2f262211f11ae4c97dfb8910ba808
tree114be8a8b9b386dbc12a50f95a299373eda8f555
parent0219a6cd0e4ee23448175239e2b51571f1e337a1
drivers/rtc/rtc-hid-sensor-time.c: enable HID input processing early

Enable the processing of HID input records before the RTC will be
registered, in order to allow the RTC register function to read clock.
Without doing that the clock can only be read after the probe function
has finished.

Signed-off-by: Alexander Holler <holler@ahsoftware.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rtc/rtc-hid-sensor-time.c