summaryrefslogtreecommitdiffstats
path: root/firmware/usb.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-08Get rid of the redundant APPLE_* macros. * Fix wrong comments in lcd-ipod.cJens Arnold1-3/+3
2006-03-30iPod mini 2G: Properly reboot into diskmode for USB access.Jens Arnold1-2/+2
2006-03-22USB mode for iAudio X5Linus Nielsen Feltzing1-0/+7
2006-03-18Fix yellow build as well.Jens Arnold1-1/+1
2006-03-16Proper charger input, usb and charger activity detection/reporting for ipod v...Brandon Low1-4/+0
2006-02-24Ooops. Fix warning in simsDave Chapman1-1/+1
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman1-2/+9
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman1-1/+2
2006-02-19Fix red builds - only check for USB_POWERED status if HAVE_USB_POWER is defined.Dave Chapman1-0/+4
2006-02-19Patch #1434442 by Mikael Magnusson - Prevent shutdown when charging from USBLinus Nielsen Feltzing1-1/+1
2006-02-17iPod 5G: Change USB detection to use pin 1 on GPIOB instead of the USB status...Dave Chapman1-0/+4
2006-02-16Revert the ATA/USB power fix until I find an even more correct way of doing i...Linus Nielsen Feltzing1-0/+9
2006-02-13More correct power handling of the HDD and ISD300 chips on the H300 platformLinus Nielsen Feltzing1-9/+0
2006-02-05Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixesDave Chapman1-1/+1
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-2/+2
2006-02-04iAudio X5: various fixes to make the bootloader compileLinus Nielsen Feltzing1-0/+2
2006-01-26Enable USB charging mode on H300, hold Rec when inserting the USB connector t...Linus Nielsen Feltzing1-1/+4
2006-01-19Fix reboot-to-diskmode for the Nano and Video - the "diskmode" string is writ...Dave Chapman1-10/+7
2006-01-18Remove a redundant lineHristo Kovachev1-3/+0
2006-01-12Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman1-0/+7
2006-01-10H300: Bootloader USB mode detection on EXTON wakeupLinus Nielsen Feltzing1-1/+0
2006-01-07iPod: Add USB detection. When inserting the USB cable, hold down MENU to cha...Dave Chapman1-4/+70
2005-12-06H300 bootloader USB modeLinus Nielsen Feltzing1-3/+9
2005-12-06USB support for H300Linus Nielsen Feltzing1-7/+27
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman1-4/+6
2005-11-07Initial commit of work-in-progress iPod portDave Chapman1-0/+4
2005-10-28USB power mode: Made the code ignore the power button (On for recorder fm/v2,...Jens Arnold1-1/+3
2005-08-22Trying to enter STANDBY mode when entering USB mode seems to cause more troub...Linus Nielsen Feltzing1-1/+0
2005-07-12Atomic GPIO accessLinus Nielsen Feltzing1-6/+6
2005-07-08USB is the same on all H1x0 modelsLinus Nielsen Feltzing1-2/+2
2005-07-08Renamed the iriver h120 defines and configs to "h120"! Added initial supportDaniel Stenberg1-2/+2
2005-07-05Now the CPU is idle in USB modeLinus Nielsen Feltzing1-0/+2
2005-06-29remove a warning from the h300 buildDaniel Stenberg1-0/+5
2005-06-23New feature for units that can be powered or charged from USB (Recorder fm/v2...Jens Arnold1-30/+49
2005-05-22Ondio: Fix multivolume and hotswap for the old MMC clock circuit.Jens Arnold1-1/+1
2005-05-16Hotswap: Better placement for switching the MMC monitor off/on.Jens Arnold1-6/+0
2005-05-16Hotswap: Avoid mount race at startup and after returning from USB mode.Jens Arnold1-0/+6
2005-02-19GminiJean-Philippe Bernardy1-0/+12
2005-02-19Gmini work:Jean-Philippe Bernardy1-23/+7
2005-02-11Increased the USb thread stackLinus Nielsen Feltzing1-2/+2
2005-02-10iRiver: USB supportLinus Nielsen Feltzing1-4/+19
2005-02-06Cosmetic fix for thread alignment.Jens Arnold1-1/+1
2005-02-06Aligned thread stackLinus Nielsen Feltzing1-1/+1
2005-02-02Tentative USB support for gminiJean-Philippe Bernardy1-0/+46
2005-01-30long policyJean-Philippe Bernardy1-2/+2
2004-12-29Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn1-32/+3
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn1-3/+24
2004-11-17Ondio: adjustments for models with mask bit 2 == 0 (different MMC clock selec...Jens Arnold1-0/+4
2004-11-02Proper USB detection for iRiverLinus Nielsen Feltzing1-2/+8
2004-10-14Fix: Doing the port function setting first in usb_enable() fixes the instabil...Jens Arnold1-2/+2