summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack
AgeCommit message (Expand)AuthorFilesLines
2010-06-22usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ...Tobias Diedrich1-4/+14
2010-06-05remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...Frank Gevaerts1-1/+0
2010-06-05New USB charging system, part 2 - "Force" charging modeTorne Wuff1-5/+28
2010-06-05New USB charging system, part 1 - API rework and user-visible setting updateTorne Wuff1-4/+38
2010-05-19revert part of r26176 to avoid large static allocationRafaël Carré1-1/+1
2010-05-19as3525: don't use IRAM for usb, and avoid usb storage using uncached addresse...Rafaël Carré1-1/+1
2010-04-13Enforce the 80-char limit to make everyone happy.Amaury Pouly1-5/+10
2010-04-13- Forget a cosmetic change.Amaury Pouly1-2/+2
2010-04-13Attempt to have a consistent coding convention in usb_core.cAmaury Pouly1-137/+124
2010-04-08Make usb storage wait for new commands in parallel with sending out the CSW a...Frank Gevaerts1-19/+40
2010-04-03Add IO priority handling. Currently all IO has equal priority, except the dir...Frank Gevaerts1-4/+4
2010-03-27Remove unnecessary (and incorrect) acks after stalling the control endpointFrank Gevaerts1-10/+0
2010-03-25Commit a HID fix by gevaerts that prevent the HID driver to call usb_drv_send...Amaury Pouly1-0/+14
2010-03-11Even more Nano2G FTL speedup. Now 8% faster than disk mode, 10% slower than t...Michael Sparmann1-0/+8
2010-03-08- Fix the control_handler selection in usb_core when a request in sent to an ...Amaury Pouly1-19/+38
2010-01-25don't start waiting for the new command in send_csw(). Although on the USB le...Frank Gevaerts1-3/+3
2010-01-16Fix a compilation warning (simulator build on 64-bit host).Amaury Pouly1-1/+1
2010-01-11Fix a bug in usbserial that would allow to send messages on EP_CONTROL betwee...Amaury Pouly1-1/+0
2010-01-09Make a few global variables static instead of global where possibleBertrik Sikken1-2/+2
2010-01-03Fix even more tabsAndree Buschmann2-10/+10
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken1-1/+1
2009-11-15use the EP_DIR() macro to go from USB_DIR_* to a 0 or 1 valueFrank Gevaerts1-2/+2
2009-11-15Don't use the same completion_event for both directions. This could cause pro...Frank Gevaerts1-3/+3
2009-11-03Comment out LOGF_ENABLE defines everywhere, replace evil commentsJeffrey Goode5-5/+5
2009-10-20iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...Michael Sparmann1-0/+6
2009-10-19Change control handling to start expecting host packets before sending data t...Frank Gevaerts3-35/+33
2009-10-13USB: Use explicit casting when setting wTotalLength field in descriptorTomer Shalev1-1/+1
2009-10-04Fix yellowTomer Shalev1-1/+0
2009-10-01get rid of one hardcoded 512. SECTOR_SIZE is still there. It should probably ...Frank Gevaerts1-1/+1
2009-09-30Commit "FS#10468 - USB HID: Show keypad mode on screen"Tomer Shalev3-76/+311
2009-08-19Add const to usb_serial_send() buffer.Frank Gevaerts2-2/+2
2009-08-12Limit usb_serial packets to 32 bytes. It's unclear why this is needed, but us...Frank Gevaerts1-0/+3
2009-08-11Move yearday_to_daymonth() to usb_storage.c. It's the only user, this functio...Frank Gevaerts1-0/+25
2009-08-11Consolidate day of week calculationFrank Gevaerts1-10/+12
2009-08-11Fix "statement with no effect" warningFrank Gevaerts1-1/+0
2009-08-11Add support for setting the clock using a special SCSI command. This is the s...Frank Gevaerts1-2/+40
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken1-2/+2
2009-07-23Remove USB storage defines from USB coreMaurus Cuelenaere1-3/+0
2009-07-18Flyspray: FS#10326Frank Gevaerts3-446/+1026
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts1-23/+22
2009-06-26ignore write data if the length doesn't match what we expect. This avoids the...Frank Gevaerts1-0/+1
2009-05-24always call the class driver init function. This is needed because they are c...Frank Gevaerts1-1/+1
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts5-24/+8
2009-05-23Fix #ifdef nesting to allow USB_HID to be built without USB_CHARGING_ONLY (FS...Frank Gevaerts1-1/+1
2009-05-20Don't force double-buffering for sd devices. They apparently are not faster w...Frank Gevaerts1-1/+7
2009-05-19Use different read and write buffer sizes. Due to interaction between common ...Frank Gevaerts1-20/+26
2009-05-18Speed up USB storage by being a bit smarter in ordering transfer setupsFrank Gevaerts1-5/+12
2009-05-16Add usb_hid_usage_tables.h for HID to actually compileFrank Gevaerts1-0/+394
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts7-154/+265
2009-05-11fix send_command_result() size checking for the SCSI_REQUEST_SENSE case (than...Frank Gevaerts1-1/+2