summaryrefslogtreecommitdiffstats
path: root/firmware/usbstack
AgeCommit message (Expand)AuthorFilesLines
2018-07-30Workaround for usb_storage_init_connection() panicCástor Muñoz1-0/+1
2017-03-12Do some housekeeping with fat.h and SECTOR_SIZEMichael Sevakis1-5/+1
2016-08-04usb_serial: fix send buffer alignmentCástor Muñoz1-16/+11
2016-08-02Introduce new USB driver for Synopsys DesignWare USB OTG core.Cástor Muñoz1-0/+11
2015-02-16Revert "usb_storage: make it a bit more correct"Amaury Pouly1-1/+0
2014-08-30Rewrite filesystem code (WIP)Michael Sevakis1-4/+1
2014-02-10Coding style fix for bde5394Marcin Bukat1-3/+4
2014-02-09Return a valid USB string descriptor for index 0xEE.Frank Gevaerts1-0/+7
2014-01-11Don't use core_alloc_maximum() in usb_storage.Frank Gevaerts1-6/+5
2014-01-05Make sure usb class driver disconnect() functions are called properly.Frank Gevaerts1-8/+20
2014-01-05Check that core_alloc_maximum() returned something useful, and panic if notFrank Gevaerts1-0/+5
2013-12-23playback,talk: Share audiobuffer via core_alloc_maximum().Thomas Martitz1-5/+12
2013-08-17Cleanup MV/MD macros a little.Michael Sevakis1-4/+4
2013-08-12Fix response length calculation for SCSI_REPORT_LUNSBertrik Sikken1-1/+2
2013-07-24usb stack: add more verbose debug logf()sMarcin Bukat2-2/+7
2013-07-24usb_storage: make it a bit more correctAmaury Pouly1-0/+1
2013-07-24usb_core: rework handling of clear featureAmaury Pouly1-3/+13
2013-06-24imx233: fix ocotop/debug and usb-core for stmp3600Amaury Pouly1-1/+2
2013-06-16imx233: rewrite ocotp using new register headersAmaury Pouly1-1/+1
2013-05-17FS#12854 - ipod-time-sync sets wrong dayrbutil/mkamsboot/mkamsboot.cBoris Gjenero1-1/+1
2012-12-07usb: add support for hardware handled SET ADDR/CONFIGAmaury Pouly1-17/+53
2012-05-31Fill USB serial number descriptor on imx233 targets.Amaury Pouly1-0/+27
2012-05-07fix a mistake of 803408f18 spotted by n1sRafaël Carré1-1/+1
2012-05-07missing constRafaël Carré1-1/+1
2012-05-07simplify yearday_to_daymonth()Rafaël Carré1-20/+9
2012-05-07simplify copy_paddedRafaël Carré1-11/+7
2012-01-04Reorganise USB initialisation to not depend on a specific enumeration sequenc...Frank Gevaerts1-5/+0
2011-12-31usb-target.h: removeRafaël Carré1-3/+0
2011-12-31usb_core: Fix typo in commentMichael Sparmann1-1/+1
2011-12-31The AMSv1 driver limitation that disallows 64K transfers is a USB core limita...Frank Gevaerts1-2/+2
2011-12-29usb PACK_DATA: use a static inline to enable type checkingRafaël Carré5-16/+16
2011-12-29usb_hid: fix r31457Rafaël Carré1-4/+4
2011-12-28USB HID: cosmetics / simplificationsRafaël Carré1-113/+68
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-1/+1
2011-12-16Remove USB time sync code when there's no RTC.Boris Gjenero1-0/+17
2011-12-15Oops, fixed the wrong lineAmaury Pouly1-2/+2
2011-12-15Remove two useless variable and hopefully finally fix redAmaury Pouly1-1/+1
2011-12-15Add support for for per-drive logical sector size. This allows targets to hav...Amaury Pouly1-1/+1
2011-12-14FS#12378 : Remove various unused code, and comment out some unused code and d...Boris Gjenero1-18/+0
2011-10-21Use array index 'i' only -after- bounds checkThomas Jarosch1-2/+2
2011-09-09Add "USB Hide Internal Drive" option for multidrive devices with software usb.Frank Gevaerts1-10/+15
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken1-4/+4
2011-02-27iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and...Michael Sparmann1-2/+5
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis1-0/+5
2011-01-15Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...Michael Sevakis1-2/+2
2011-01-05Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr...Michael Sevakis1-36/+23
2010-12-04Handle disk errors properly in USB storage driver. Fixes FS#10873Frank Gevaerts1-10/+14
2010-10-02Fix outdated commentFrank Gevaerts1-1/+1
2010-09-20usb: remove unused variable and correctly stall on unhandled control requestsAmaury Pouly1-2/+8
2010-09-06Fix set_serial_descriptor() for targets with as3543Rafaël Carré1-4/+4