rockbox/firmware/drivers
Barry Wardell 979c23a715 Fix "Upside down" behaviour on H10. We need to flip horizontally as well as vertically and also need to flip the scroll pad up/down.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11049 a1c6a512-1295-4272-9138-f99709370657
2006-09-25 18:45:03 +00:00
..
adc.c Added remote backlight on hold option to players with remote hold switch. Disabled IRQs while reading pcf50606 ADC. This seems to have stopped buttons becoming unresponsive when using remote. Maybe fixes other button glitches as well? 2006-09-10 02:00:40 +00:00
ata.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
ata_flash.c Added support for 512MB chips. Added support for multiple chips. 2006-08-12 22:51:18 +00:00
ata_mmc.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
button.c Fix "Upside down" behaviour on H10. We need to flip horizontally as well as vertically and also need to flip the scroll pad up/down. 2006-09-25 18:45:03 +00:00
dac.c Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
dac.h Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
eeprom_24cxx.c Prevent unlikely endless loop. 2006-08-17 18:23:50 +00:00
fat.c Reduced the logf output. Please enable the lines only when necessary. 2006-08-02 15:58:02 +00:00
fmradio.c moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM 2004-10-17 08:53:18 +00:00
fmradio_i2c.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
generic_i2c.c Generic bitbang I2C driver 2006-02-22 14:50:57 +00:00
i2c-coldfire.c Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5. 2006-07-21 08:42:28 +00:00
i2c-pnx0101.c Two files for the iFP port that I forgot to commit 2006-01-18 10:01:35 +00:00
i2c-pp5002.c Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting 2006-03-09 19:47:12 +00:00
i2c-pp5020.c Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.c 2006-04-08 09:08:38 +00:00
i2c.c New scheduler, with priorities for swcodec platforms. Frequent task 2006-09-16 16:18:11 +00:00
isp1362.c H300: Rudimentary driver for the ISP1362 USB on-the-go controller. For now it just sends the chip to sleep, solving the poor battery runtime issue. 2006-06-16 17:34:18 +00:00
lcd-2bit-horz.c Fixed the line scrolling not always being smooth. 2006-09-25 12:45:14 +00:00
lcd-16bit.c Fixed the line scrolling not always being smooth. 2006-09-25 12:45:14 +00:00
lcd-h100-remote.c Fixed the line scrolling not always being smooth. 2006-09-25 12:45:14 +00:00
lcd-h100.c Fixed the line scrolling not always being smooth. 2006-09-25 12:45:14 +00:00
lcd-h300.c H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% speedup in tests depending on video size. * Don't set HORIZ_RAM_ADDR_POS for LCD updates, it's unnecessary. * Started the target tree move for H300 with this. 2006-08-23 17:30:51 +00:00
lcd-ipod.c Increase the number of pixels written to the Photo/Color LCD in one go to 0x10000 (was 64000) 2006-08-24 10:29:37 +00:00
lcd-ipodvideo.c Optimisations to lcd_yuv_blit by Tom Meyer - speeds up mpegplayer by about 10-15% 2006-08-17 08:37:35 +00:00
lcd-player-charset.c if __CONFIG_H__ is defined, don't include config.h 2005-05-23 12:04:30 +00:00
lcd-player.c Fix them all. 2006-09-25 12:54:01 +00:00
lcd-recorder.c Fix them all. 2006-09-25 12:54:01 +00:00
lcd-remote-2bit-vi.c Fix them all. 2006-09-25 12:54:01 +00:00
lcd.S H300: * Assembler optimised lcd_yuv_blit(), based on the X5 version. 23..31% speedup in tests depending on video size. * Don't set HORIZ_RAM_ADDR_POS for LCD updates, it's unnecessary. * Started the target tree move for H300 with this. 2006-08-23 17:30:51 +00:00
led.c Fixed disk icon display in remote status bar on iriver. * Rolled back led.c changes, introducing a changed #if condition only. Reduces code size on targets with real controllable LED. 2005-11-24 00:10:14 +00:00
m5636.c Patch #5639 by Ulrich Pegelow, inits the M5636 USBOTG chip on the X5 to reduce the battery consumption. 2006-07-13 07:40:30 +00:00
mas.c Fixed loong-standing bug in mas_writereg(). 2006-03-24 07:57:55 +00:00
pcf50605.c ipods - First implementation of pcf50605_init() function. This enables the power-out in the Dock connector, which may help getting some accessories working - if they don't need to talk to the ipod via the Apple Accessory Protocol. Thanks to julius in IRC for testing. 2006-05-02 08:08:10 +00:00
pcf50606.c eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, added debug entry for h3x0 that allows to write to the eeprom 2006-08-15 22:54:06 +00:00
power.c Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications 2006-08-28 22:38:41 +00:00
rtc.c RTC driver for H10 by Laurent Baum 2006-08-30 08:22:29 +00:00
serial.c update the gigabeat code and move to target_tree 2006-08-12 08:01:54 +00:00
tlv320.c Smoother volume control, less clickiness and some misc. formatting changes for tlv320 2006-08-26 21:00:18 +00:00
uda1380.c Patch #5347 by Rani Hod - Adds FM radio and recording features to the iAudio X5. 2006-07-21 08:42:28 +00:00
wm8731l.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
wm8758.c Add support for displaying the the current path or the full path (or neither) in the file browser. Check General Settings -> File View -> Show Path for the options. 2006-08-15 09:38:13 +00:00
wm8975.c Fixed line out volume for 4G, Nano and 5G Ipods. Partial patch #4814 by 2006-03-22 13:04:49 +00:00