Re: shr-u: how do you keep awake?

2009-09-14 Thread Adam Jimerson
I do not know of the technical details, maybe a dev can answer it better, all I know is that upon receiving a charge from USB autosuspend is automatically. If you feel up to it you can dig through git and see what is going on. On Mon, Sep 14, 2009 at 8:55 AM, arne anka openm...@ginguppin.de

Re: shr-u: how do you keep awake?

2009-09-14 Thread Klaus 'mrmoku' Kurzmann
Am Montag 14 September 2009 14:55:22 schrieb arne anka: while playing around with shr-u the last week, i enabled autosuspend, which works well. i was pleasantly suprised to see, that the fr stays nevertheless awake when on usb -- a feat i did not yet manage with debian/fso. how is that

Re: shr-u: how do you keep awake?

2009-09-14 Thread Sebastian Krzyszkowiak
On 9/14/09, Klaus 'mrmoku' Kurzmann m...@mnet-online.de wrote: Am Montag 14 September 2009 14:55:22 schrieb arne anka: while playing around with shr-u the last week, i enabled autosuspend, which works well. i was pleasantly suprised to see, that the fr stays nevertheless awake when on usb --

Re: shr-u: how do you keep awake?

2009-09-14 Thread arne anka
it is done via a rule in /etc/freesmartphone/oevents/rules.yaml: - while: PowerStatus() filters: Not(HasAttr(status, discharging)) actions: OccupyResource(CPU) -- Klaus 'mrmoku' Kurzmann Poor mrmoku, poor ;) It can be done by that rule on every FSO system, poor or not --