summaryrefslogtreecommitdiffstats
path: root/firmware/usb.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-10-10MMC hotswap handling in USB modeJens Arnold1-0/+37
2004-10-01Ondio PACR inits for cold startJörg Hohensohn1-1/+1
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-1/+1
2004-09-13another fix towards Ondio USB passthroughJörg Hohensohn1-1/+4
2004-09-11some fixes for Ondio USB passthrough (but still doesn't work yet)Jörg Hohensohn1-5/+4
2004-09-11prepared Ondio USB passthrough (but doesn't work yet)Jörg Hohensohn1-2/+2
2004-09-11Ondio USB enable, ATA part of it is missing by nowJörg Hohensohn1-0/+12
2004-08-03More const policeing step 4Jens Arnold1-1/+1
2004-06-30New screen dump feature for recordersLinus Nielsen Feltzing1-22/+45
2004-06-10Don't throw away return code.Björn Stenberg1-1/+2
2004-06-10Try mounting all partitions after USB disconnect, just as on boot.Björn Stenberg1-2/+6
2004-03-25Increased the USB thread stack. This fixed bug #762588.Linus Nielsen Feltzing1-1/+3
2003-12-15kill a compiler warningDaniel Stenberg1-0/+1
2003-12-12All platforms don't have USBDaniel Stenberg1-3/+8
2003-11-27Use the new defines to know what kind of USB detection to use.Daniel Stenberg1-7/+7
2003-11-07set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn1-3/+7
2003-07-20usb_detect for simulator added.Mats Lidell1-0/+5
2003-07-03I needed a function to return the physical USB detectJörg Hohensohn1-3/+13
2003-05-17USB polarity is now taken from the HW info and not by checking the port pin s...Linus Nielsen Feltzing1-9/+4
2003-05-10Experiment: enable ATA STANDBY when switching to USB modeLinus Nielsen Feltzing1-0/+1
2003-01-16Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.Daniel Stenberg1-0/+4
2002-10-11Enable status bar in usb mode.Markus Braun1-64/+21
2002-09-25Don't auto-poweroff if USB is insertedLinus Nielsen Feltzing1-0/+5
2002-08-23Added NSauzede's patch to detect USB while in a Menu. It also adds the USB ic...Justin Heiner1-0/+6
2002-08-21Magnus Öman's rocking USB logo is now being put to use.Daniel Stenberg1-14/+57
2002-07-24Finally working USB mode againLinus Nielsen Feltzing1-0/+1
2002-07-23Possibly better USB handlingLinus Nielsen Feltzing1-8/+5
2002-07-15Added thread namesLinus Nielsen Feltzing1-2/+3
2002-07-15Settings are now saved in RTC RAM on Recorder (Heikki Hannikainen).Björn Stenberg1-0/+3
2002-07-03Lame attempt to fix USB polarity auto-detectionLinus Nielsen Feltzing1-5/+12
2002-07-02Compile errorsLinus Nielsen Feltzing1-0/+2
2002-07-02Added ATA debug featureLinus Nielsen Feltzing1-0/+12
2002-07-01Increased thread stack sizeLinus Nielsen Feltzing1-1/+1
2002-07-01More robust, debounced USB detectionLinus Nielsen Feltzing1-18/+43
2002-07-01Killed a few warningsLinus Nielsen Feltzing1-0/+1
2002-07-01Better handling of non-responding threadsLinus Nielsen Feltzing1-99/+111
2002-06-30Killed a warningLinus Nielsen Feltzing1-0/+1
2002-06-30Now uses adc_read()Linus Nielsen Feltzing1-1/+2
2002-06-30Added usb_display_info()Linus Nielsen Feltzing1-3/+23
2002-06-30Even better USB supportLinus Nielsen Feltzing1-12/+134
2002-06-29Wrong polarity for player USB checkLinus Nielsen Feltzing1-3/+3
2002-06-29First versionLinus Nielsen Feltzing1-0/+125