On Apr 4, 11:27 am, Jebediah Huang <[email protected]> wrote: > I don't want it to keep the CPU running. I want the system to suspend > at that point even if there's IO on the serial port. Do I have to add > wakelocks to the app to achieve that? > Wakelocks are to be sued depending on how much processing you need to do. If you are not bothered about certain events you release the wakelock, that means your driver is calling it before it starts reading those chars.
-- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting To unsubscribe, reply using "remove me" as the subject.
