summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-06-08Hot-plug support for iriver remote.Jens Arnold1-49/+123
2005-06-08Corrected placement of parentheses.Jens Arnold1-2/+2
2005-06-08Oops! Compile error on ondio and gmini... fixed nowTomas Salfischberger1-0/+4
2005-06-08Bugfix: It was impossible to shut the iriver down with the remote.Tomas Salfischberger1-1/+1
2005-06-08Killed a warning :)Tomas Salfischberger1-2/+2
2005-06-08More optimized fix (doing GPIO1_READ just once)Tomas Salfischberger1-13/+6
2005-06-08Fixed bug, the remote play/pause button (BUTTON_RC_ON) worked with hold on.Tomas Salfischberger1-0/+4
2005-06-08Slightly better error handling in the iRiver I2C driverLinus Nielsen Feltzing1-9/+17
2005-06-04HD power must not default to off in rockbox itself, only in the bootloader.Jens Arnold1-1/+3
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold2-27/+13
2005-06-02iRiver: The hard drive power is now OFF by defaultLinus Nielsen Feltzing1-1/+3
2005-06-01iRiver remote LCD start line adjustmentLinus Nielsen Feltzing1-1/+1
2005-05-31iRiver remote LCD is only 128x64Linus Nielsen Feltzing1-2/+2
2005-05-31some small fixesChristian Gmeiner1-11/+11
2005-05-23Remote LCD support added to the x11 simulator, take 1. The win32 simulatorDaniel Stenberg1-0/+13
2005-05-23if __CONFIG_H__ is defined, don't include config.hDaniel Stenberg1-0/+4
2005-05-22Ondio: Fix multivolume and hotswap for the old MMC clock circuit.Jens Arnold1-9/+8
2005-05-17(1) Early USB detection on boot, before trying to mount the partitions. Clean...Jens Arnold1-0/+32
2005-05-16Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold1-1/+1
2005-05-16Hotswap: Avoid mount race at startup and after returning from USB mode.Jens Arnold1-20/+32
2005-05-14Some code cleanup.Jens Arnold1-20/+10
2005-05-10This should (hopefully) fix the long-standing RLD problem once and for all.Jens Arnold1-4/+4
2005-05-08Removed more dead code; bugfix for cursor display in player simulator.Jens Arnold1-7/+6
2005-05-08More dead code...Jens Arnold1-13/+12
2005-05-07Moved unrelated stuff from i2c the driver to appropriate places. Minor optimi...Jens Arnold3-17/+19
2005-05-04Improved bitfield handling for settings and MMC (more straigtforward, smaller...Jens Arnold1-21/+8
2005-05-04OopsLinus Nielsen Feltzing1-1/+1
2005-05-02MMC driver: More flexible background copy & bitswap concept, using global var...Jens Arnold1-54/+63
2005-04-28Speed optimisations: (1) Read, write: Use single/multiple block commands depe...Jens Arnold1-53/+72
2005-04-28MMC driver does now handle block sizes != 512 bytes, which is necessary to su...Jens Arnold1-162/+348
2005-04-27Adding entries to the FAT16 root dir still failed under certain conditions. T...Jens Arnold1-6/+0
2005-04-25iRiver: extended remote lcd driver. displaying text works now - see start-up-...Christian Gmeiner1-1/+584
2005-04-23create_dos_name() return value was meaningless.Jens Arnold1-6/+3
2005-04-22Bugfixes: (1) add_dir_entry() always appended new entries, although the code...Jens Arnold1-121/+95
2005-04-19make use of font_getstringsizeChristian Gmeiner1-18/+1
2005-04-19moved lcd_getstringsize into font.cChristian Gmeiner1-18/+1
2005-04-19iRiver: added support for hold-button on main unit and remote controlChristian Gmeiner1-53/+80
2005-04-18iRiver: Correct port pin setup for the local and remote keypadLinus Nielsen Feltzing1-3/+3
2005-04-15iRiver: Independent backlight timers for the main and remote LCDLinus Nielsen Feltzing1-1/+6
2005-04-15IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main...Christian Gmeiner1-5/+12
2005-04-15Even more updates to the remote LCD driver. Now it actually works...Linus Nielsen Feltzing1-11/+181
2005-04-15Updated H100 remote LCD driver by RickLinus Nielsen Feltzing1-57/+69
2005-04-14Low-level driver for the H100 remote control LCD, by Richard S. La Charite IIILinus Nielsen Feltzing1-0/+194
2005-04-14Wrong setting of AUDIOSEL caused double pitch 120MHz playbackLinus Nielsen Feltzing1-2/+0
2005-04-11iRiver: Implemented S/PDIF transmit power control. The optical LED is now off...Linus Nielsen Feltzing1-0/+23
2005-04-06First lame attempt to show correct battery level on the iRiverLinus Nielsen Feltzing1-0/+2
2005-04-04Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing1-13/+31
2005-03-28Sound api improvements, rockboy sound, contributed by xshock.Michiel Van Der Kolk1-1/+3
2005-03-18iRiver: ATA timing is now setup by set_cpu_frequency()Linus Nielsen Feltzing1-3/+1
2005-03-18Dummy i2c_init() for iRiver not needed anymoreLinus Nielsen Feltzing1-8/+0