summaryrefslogtreecommitdiffstats
path: root/firmware/usb.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-17usb: increase the stack size.Solomon Peachy1-1/+1
2020-11-16FS13257: Fix inconsistent defaults in the USB mode selectionSolomon Peachy1-3/+4
2020-11-13ibasso: Hopefully hack usb into building again.Solomon Peachy1-7/+7
2020-11-13usb: Add ability to prompt user about what to do upon usb insertionSolomon Peachy1-16/+64
2020-11-02FuzePlus USB+screen dump overflows usbstackWilliam Wilgus1-1/+4
2020-07-24[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.Solomon Peachy1-6/+0
2020-07-24[1/4] Remove SH support and all archos targetsSolomon Peachy1-1/+1
2018-07-28Add cleaned-up xDuoo X3 supportSolomon Peachy1-1/+2
2017-10-26Fix a few missed things in 16454efc (and hopefully clear the red).Michael Sevakis1-0/+3
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis1-1/+0
2015-01-08usb: finally get rid of USE_ROCKBOX_USB in Sansa bootloader, use bootloader usbAmaury Pouly1-3/+1
2015-01-08usb: make usb_release_exclusive_storage privateAmaury Pouly1-0/+2
2015-01-08Clarify usb_powered() and fix some code.Amaury Pouly1-1/+1
2015-01-08Get rid of USE_ROCKBOX_USBAmaury Pouly1-15/+4
2013-05-22USB: Detect charging-only mode upon cable insert, not host detect.Michael Sevakis1-5/+15
2013-03-24Remove redundant assigment of variable to itselfBertrik Sikken1-1/+1
2012-12-07usb: add support for hardware handled SET ADDR/CONFIGAmaury Pouly1-0/+11
2012-05-20Undo f695681 (r30433). USB hardware must be initialized first.Jens Arnold1-2/+5
2012-01-07usb: fix another typoAmaury Pouly1-1/+1
2012-01-07usb: fix typo in DEBUGFAmaury Pouly1-1/+1
2012-01-04Move some variable declarations to inside #ifdef USB_FULL_INIT, to avoid warn...Frank Gevaerts1-3/+3
2012-01-04Reorganise USB initialisation to not depend on a specific enumeration sequenc...Frank Gevaerts1-77/+81
2011-12-31fix r31502: USBOTG_AS3525v2 doesn't exist anymoreRafaël Carré1-3/+2
2011-12-31usb-target.h: removeRafaël Carré1-1/+0
2011-12-15Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always...Michael Sevakis1-87/+64
2011-12-14Fix the real issue with AMS bootloader USB mode. A call to usb_enable was mis...Michael Sevakis1-6/+15
2011-11-20Fix typo in commentRafaël Carré1-1/+1
2011-11-17Simulate usb plugging on the sim better using sim_tasks.Thomas Martitz1-5/+3
2011-10-27usb: add forgotten break in usb switch, this could lead to unwanted code bein...Amaury Pouly1-1/+1
2011-10-08usb: only declare usb_mmc_countdown on target which don't use the usb stackAmaury Pouly1-1/+1
2011-09-14Remove obsolete USB_DETECT_BY_DRV define throughout.Michael Sevakis1-16/+11
2011-09-05usb: make sure device init happens *after* queue/thread creationAmaury Pouly1-2/+2
2011-08-15Add a 100ms delay before calling disk_mount_all(). Some players (especially s...Frank Gevaerts1-0/+1
2011-05-16The gigabeat S needs special casing so that you can still hold vol down to ac...Michael Giacomelli1-1/+1
2011-05-16Enter USB charging mode on devices that support it if any key is held down du...Michael Giacomelli1-5/+1
2011-03-05Change the thread api a bit.Thomas Martitz1-2/+2
2011-02-27iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann1-1/+1
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-1/+1
2011-01-29USB: Thread must remember that a host has been detected since the POWERED sta...Michael Sevakis1-2/+14
2011-01-28Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks.Michael Sevakis1-2/+3
2011-01-18Fix colors from r29084. Had some things in the wrong preprocessor blocks.Michael Sevakis1-40/+40
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis1-272/+325
2011-01-17One change in r29068 wasn't right. Clarify comments on why it's the way it is...Michael Sevakis1-4/+5
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis1-7/+12
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis1-1/+1
2010-11-28Accept FS#11774 by Michael Hohmuth (with some own modifications to #ifdef con...Frank Gevaerts1-0/+2
2010-10-25Really fix yellow: Rename BMP_LINESIZE and BMP_BPP to get rid of the macro na...Michael Sparmann1-1/+1
2010-10-25Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann1-3/+2
2010-10-24AMSv2: fix bootloader build with USB enabledRafaël Carré1-1/+2
2010-06-18as3525: bootloader USB modeRafaël Carré1-1/+2