summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-20Disable usage of USB serial descriptor when no unique one is availableMaurus Cuelenaere1-9/+2
2009-04-19Add preliminary HID driver. It doesn't do anything yet, but that should chang...Frank Gevaerts3-2/+351
2009-04-19reorganise usb_core.c a bit, to make the code more readable and more maintain...Frank Gevaerts1-242/+277
2009-04-19simplify and cleanup usb_serial.c (FS#10149 by Tomer Shalev)Frank Gevaerts1-36/+28
2009-04-18USB related Cosmetics, whitespace and readability fixes (FS#10147 by Tomer Sh...Frank Gevaerts4-146/+128
2009-04-18Allow class drivers to reuse the core data buffer for control transfers. This...Frank Gevaerts6-10/+14
2009-04-18Add a PACK_DESCRIPTOR macro to make the class drivers a bit more readable (FS...Frank Gevaerts4-24/+23
2009-04-18Fix some whitespace issues (including tabs that slipped in somehow) (FS#10144...Frank Gevaerts1-8/+8
2009-04-11Fix unintentional usage of relatively unknown C features (FS#10119, found by ...Frank Gevaerts1-1/+2
2009-04-05Revert r20617 for nowMaurus Cuelenaere1-1/+1
2009-04-04Don't leave LOGF_ENABLE enabled...Maurus Cuelenaere1-1/+1
2009-04-04Use the audio buffer in USB storage for ISP1583-having targetsMaurus Cuelenaere1-3/+3
2009-03-29Commit FS#10015 - Use chained transfer descriptor to speed up USB transfers o...Frank Gevaerts1-4/+5
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2009-03-11Don't swamp the system with broadcast messages that nobody is listening to ye...Frank Gevaerts1-0/+2
2009-03-08Allow the user to leave MSC mode by pressing the USB POWER button (the one th...Frank Gevaerts1-5/+16
2009-02-28send the USB broadcast events at a less busy timeFrank Gevaerts1-2/+13
2009-02-28Also broadcast transfer information for use by fancy USB screensFrank Gevaerts1-0/+3
2009-02-28Leave "usb mode" when all LUNs are ejected againFrank Gevaerts2-24/+8
2009-02-28Adds the possibility to show nice "do not disconnect" screens/icons on the US...Frank Gevaerts1-2/+15
2009-02-24remove SERIALIZE_WRITES. The reason for it (the SD bug) is gone, so there's n...Frank Gevaerts1-17/+0