On Tuesday 10 June 2008 18:58:20 Sean McNeil wrote: > > I've noticed something else that looks like it could be an hardware > issue. LEDs are not able to be lit when you are in suspend mode. This > means you can't indicate a charge if you are plugged in and suspended. > I can set this capability in my application, but it isn't default > behavior.
I think this is a driver issue. gta02led_suspend calls led_classdev_suspend which is calling led_cdev->brightness_set(led_cdev, 0). z.
