rockbox/firmware/target/sh/archos/player
2007-09-04 08:03:07 +00:00
..
adc-target.h Moved SH1 ADC to target tree. 2007-04-15 23:35:56 +00:00
backlight-target.h Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BACKLIGHT to a simple HAVE_BACKLIGHT. 2007-04-12 22:12:13 +00:00
button-player.c Moved SH1 ADC to target tree. 2007-04-15 23:35:56 +00:00
button-target.h Removed executable flag 2007-01-09 23:29:07 +00:00
hwcompat-player.c Moved SH1 system code to target tree. * First shot at hwcompat cleanup. 2007-04-11 23:51:00 +00:00
lcd-as-player.S Archos player: Introduce lcd_write_command_e (only one data byte) in the lcd driver, for cleaner C code. 2007-03-18 17:58:49 +00:00
lcd-player.c Remove old reference code, better match Old-LCD init with datasheet, and a bit of optimisation. 2007-04-03 21:22:48 +00:00
power-player.c Moved archos power handling into target tree. * Tuner power handling cleaned up a bit. 2007-08-14 22:06:23 +00:00
powermgmt-player.c 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. 2007-08-17 06:45:18 +00:00
usb-player.c 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. 2007-09-04 08:03:07 +00:00