summaryrefslogtreecommitdiffstats
path: root/firmware/usb.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-2/+2
2008-03-22Set usb_state to USB_POWERED on plugin for software usb device. Otherwise, th...Frank Gevaerts1-0/+3
2008-03-21fix H10 not rebooting on usb connect. Apologies to H10 users who enjoyed thei...Frank Gevaerts1-10/+9
2008-03-21move an #endif to its proper place. This should not actually change anythingFrank Gevaerts1-1/+1
2008-03-20move boosting for usb around a bit, so the cpu is boosted for the entire dura...Frank Gevaerts1-0/+5
2008-03-10remember to test a bit more when doing larger changes...Frank Gevaerts1-0/+4
2008-03-10make the usb storage driver handle hotswap correctly, and exit the usb screen...Frank Gevaerts1-9/+35
2008-03-06reorganise the usb stack to provide a clean separation between core and class...Frank Gevaerts1-4/+4
2008-03-02implement logf over usb-serial. Needs USB_SERIAL defined in usb_core.h to wor...Frank Gevaerts1-2/+0
2008-03-02don't do small cleanups just before going to sleep...Frank Gevaerts1-0/+2
2008-03-02small cleanupFrank Gevaerts1-6/+8
2008-03-02Make it not reboot when plugged into a wall charger with USE_ROCKBOX_USB diab...Frank Gevaerts1-4/+0
2008-03-02Only show the usb screen once a real usb connection is established. In case o...Frank Gevaerts1-10/+49
2008-02-28HAVE_POWER isn't defined for any target. It should be HAVE_USB_POWER.Barry Wardell1-1/+1
2008-02-27check for HAVE_POWER outside all uses of USBPOWER_BUTTONFrank Gevaerts1-0/+2
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts1-7/+117
2007-11-22New USB stackBjörn Stenberg1-2/+4
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis1-1/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-6/+6
2007-09-28Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis1-1/+0
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman1-41/+10
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-2/+2
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold1-77/+1
2007-04-10Remove unused code (already moved to target tree).Barry Wardell1-11/+0
2007-04-03It's not necessary (anymore?) to map lcd_icon() to sim_lcd_icon() for the sim...Jens Arnold1-3/+0
2007-03-26Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen1-0/+2
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold1-1/+1
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2007-02-18CONFIG_CHARGINGJonathan Gordon1-1/+1
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin1-0/+38
2007-01-02iPod USB code has already been moved to the target tree so it's not used here...Barry Wardell1-8/+0
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis1-6/+6
2006-11-22Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...Daniel Ankers1-0/+3
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-39/+0
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon1-41/+0
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell1-57/+3
2006-09-20Detect charger connected on H10. No need to sleep(HZ) when powering off.Barry Wardell1-0/+3
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-2/+3
2006-08-12update the gigabeat code and move to target_treeMarcoen Hirschberg1-0/+5
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