On Fri, Sep 5, 2008 at 8:13 PM, -stacy <[EMAIL PROTECTED]> wrote:
> I noticed the same thing, I have a short shell script that will cause it
> to start charging again with unpluging the USB cable.
>
> =====================================================================
> #!/bin/sh
>
> chgmode=/sys/class/i2c-adapter/i2c-0/0-0073/chgmode
>
> cat $chgmode
> echo 0 > $chgmode
> cat $chgmode
> echo 1 > $chgmode
> cat $chgmode
> =====================================================================
>
> When you run it, the output should look like
>
> # chgmode
> enabled
> play-only
> fast
> #

Thanks very much; this is going on my starred list, and when I next
get some free time (tomorrow, I hope) I'll search the wiki and add it
if I can't find it there.

Regards,
Ed.

_______________________________________________
support mailing list
support@lists.openmoko.org
https://lists.openmoko.org/mailman/listinfo/support

Reply via email to