rockbox/firmware/target/arm/iriver/h10
Barry Wardell e63e62b2a1 Detect charger connected on H10. No need to sleep(HZ) when powering off.
More sensible USB support for H10: plugging in puts it into USB charging mode and leaves Rockbox usable, holding 'O' while pluggin in the USB cable will reboot the H10 (continuing to hold 'O' starts it up in UMS mode), holding any other button brings up the USB screen as previously.
Implement system_reboot() for all PP5020 devices.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11015 a1c6a512-1295-4272-9138-f99709370657
2006-09-20 23:21:59 +00:00
..
adc-h10.c Remove sleep() from adc_scan(). It causes Rockbox to hang and isn't necessary anyway. 2006-08-28 10:39:24 +00:00
adc-target.h Move X5 ADC code to target tree. Fix power button detection on H10. New ADC 2006-08-22 20:17:09 +00:00
backlight-h10.c H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Improvements to 20GB LCD driver - support for enable/disable, contrast adjustment, make the update code clearer and ~4% faster, support for flipping, support for invert. Fix CPU frequency for both models. Fix default battery capacity for 5/6GB. 2006-09-09 19:02:18 +00:00
backlight-target.h Add backlight support for H10 2006-09-01 17:58:47 +00:00
button-h10.c Fix behaviour of "Backlight (On Hold Key)" for H10. Make sure button GPIO ports are enabled on H10. 2006-09-13 23:38:16 +00:00
button-target.h Barry Wardell's initial work for the iriver H10 port 2006-08-03 20:18:31 +00:00
lcd-h10_5gb.c H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Improvements to 20GB LCD driver - support for enable/disable, contrast adjustment, make the update code clearer and ~4% faster, support for flipping, support for invert. Fix CPU frequency for both models. Fix default battery capacity for 5/6GB. 2006-09-09 19:02:18 +00:00
lcd-h10_20gb.c H10 fixes: Split LCD driver up into two drivers, one for each LCD type. Improvements to 20GB LCD driver - support for enable/disable, contrast adjustment, make the update code clearer and ~4% faster, support for flipping, support for invert. Fix CPU frequency for both models. Fix default battery capacity for 5/6GB. 2006-09-09 19:02:18 +00:00
power-h10.c Detect charger connected on H10. No need to sleep(HZ) when powering off. 2006-09-20 23:21:59 +00:00
usb-h10.c Detect charger connected on H10. No need to sleep(HZ) when powering off. 2006-09-20 23:21:59 +00:00
usb-target.h