rockbox/firmware/target/arm/iriver/h10
2006-09-04 23:10:27 +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 Add backlight support for H10 2006-09-01 17:58:47 +00:00
backlight-target.h Add backlight support for H10 2006-09-01 17:58:47 +00:00
button-h10.c Basic support for the H10 scrollpad. 2006-09-04 20:09:17 +00:00
button-target.h
lcd-h10.c Fix display bugs with H10 LCDs (both 20GB and 5/6GB models). The 20GB LCD is actually a 128x160 LCD rotated 90 degrees, so we need to take account of this. The 5/6GB LCD is not rotated by 90 degrees but was treated as if it was (FS #5925, patch thanks to Thilo-Alexander Ginkel) 2006-09-04 23:10:27 +00:00
power-h10.c H10 changes: power_off() now actually powers off. Fix wrong bitwise operation when disabling sound. Fix filenames when building a bootloader. 2006-08-31 09:59:35 +00:00
usb-h10.c Fix lcd_update_rect() on 5/6GB H10 (thanks to Laurent Baum). Fix usb_detect() on all H10 models. 2006-08-26 09:15:42 +00:00
usb-target.h