[Merge] lp:~rsalveti/platform-api/using_correct_alarm_type into lp:platform-api
Ricardo Salveti
rsalveti at rsalveti.net
Mon Oct 13 23:24:20 UTC 2014
The proposal to merge lp:~rsalveti/platform-api/using_correct_alarm_type into lp:platform-api has been updated.
Description changed to:
alarm: using the right type for the alarm type when setting up the hw alarm
When checking from the kernel logs which type of alarm we were using in our userspace, I noticed that the type was always wrong (the code was requesting RTC_WAKEUP but the type on the kernel side was RTC only).
This is because instead of using the type itself the code was using MASK instead, so this MR just changes that to use the right type instead.
For more details, see:
https://code.launchpad.net/~rsalveti/platform-api/using_correct_alarm_type/+merge/238047
--
https://code.launchpad.net/~rsalveti/platform-api/using_correct_alarm_type/+merge/238047
Your team Ubuntu Phablet Team is requested to review the proposed merge of lp:~rsalveti/platform-api/using_correct_alarm_type into lp:platform-api.
More information about the Ubuntu-reviews
mailing list