Gitiles
Code Review
Sign In
gerrit.rockbox.org
/
rockbox
/
5128080328b74f78ff8e03a4fc4b3d0f4b305601
/
bootloader
/
iriver_h300.c
1672350
FS #7691 - improved USB detection on PP devices. This patch modifies the target-tree function usb_detect() on all targets from bool to int, returning USB_INSERTED or USB_EXTRACTED instead of true or false. This was done to enable the PP usb_detect() to check for USB_POWER (either a connection to a USB wall charger, or the user holding "charge mode" button) and return that as a third value.
by Dave Chapman
· 18 years ago
839ffbf
Fix yellow.
by Jens Arnold
· 18 years ago
0fac492
First step of powermanagement rework: * Move target specific stuff into target tree, starting with battery voltage tables and voltage reading. (This revealed some incorrect percent_to_voltage_charging mappings). * Voltage reading on 1st gen ipods is now correct. * Clean up obsolete config #defines.
by Jens Arnold
· 18 years ago
0a1b248
Get the last errors?
by Michael Sevakis
· 18 years ago
0e16bd3
Fix bootloader error reporting as per patch FS#7314. Thanks again to James Teh.
by Steve Bavin
· 18 years ago
88f249d
Allow H300 to be started up from a non-LCD remote
by Steve Bavin
· 18 years ago
8448d3b
H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while charging, to save power
by Linus Nielsen Feltzing
· 18 years ago
ff17905
H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again)
by Linus Nielsen Feltzing
· 18 years ago