Age | Commit message (Expand) | Author | Files | Lines |
2022-02-12 | buflib: add a common dummy callbacks struct & use it | Aidan MacDonald | 1 | -4/+3 |
2021-10-16 | usb: ensure RX buffers are a multiple of the packet size | Aidan MacDonald | 1 | -1/+1 |
2021-10-16 | usb: remove dead code in usb_storage driver | Aidan MacDonald | 1 | -11/+0 |
2021-10-16 | usb: port usb_storage control request handling to new API | Aidan MacDonald | 1 | -3/+2 |
2021-10-16 | usb: add request data argument to all control request handlers | Aidan MacDonald | 1 | -1/+3 |
2021-09-20 | usb: rename usb_drv_recv() to usb_recv_recv_nonblocking() | Aidan MacDonald | 1 | -5/+5 |
2021-07-23 | usb_storage: Fix a memset in SCSI_INQUIRY that overflowed its buffer | Solomon Peachy | 1 | -1/+1 |
2021-04-26 | Nuke all TCC77x targets: iAudio 7, Sansa C100, M200(v1-3), Logik DAX | Solomon Peachy | 1 | -2/+2 |
2018-07-30 | Workaround for usb_storage_init_connection() panic | Cástor Muñoz | 1 | -0/+1 |
2017-03-12 | Do some housekeeping with fat.h and SECTOR_SIZE | Michael Sevakis | 1 | -5/+1 |
2015-02-16 | Revert "usb_storage: make it a bit more correct" | Amaury Pouly | 1 | -1/+0 |
2014-08-30 | Rewrite filesystem code (WIP) | Michael Sevakis | 1 | -4/+1 |
2014-01-11 | Don't use core_alloc_maximum() in usb_storage. | Frank Gevaerts | 1 | -6/+5 |
2014-01-05 | Check that core_alloc_maximum() returned something useful, and panic if not | Frank Gevaerts | 1 | -0/+5 |
2013-12-23 | playback,talk: Share audiobuffer via core_alloc_maximum(). | Thomas Martitz | 1 | -5/+12 |
2013-08-17 | Cleanup MV/MD macros a little. | Michael Sevakis | 1 | -4/+4 |
2013-08-12 | Fix response length calculation for SCSI_REPORT_LUNS | Bertrik Sikken | 1 | -1/+2 |
2013-07-24 | usb stack: add more verbose debug logf()s | Marcin Bukat | 1 | -0/+1 |
2013-07-24 | usb_storage: make it a bit more correct | Amaury Pouly | 1 | -0/+1 |
2013-05-17 | FS#12854 - ipod-time-sync sets wrong dayrbutil/mkamsboot/mkamsboot.c | Boris Gjenero | 1 | -1/+1 |
2012-05-07 | fix a mistake of 803408f18 spotted by n1s | Rafaël Carré | 1 | -1/+1 |
2012-05-07 | simplify yearday_to_daymonth() | Rafaël Carré | 1 | -20/+9 |
2012-05-07 | simplify copy_padded | Rafaël Carré | 1 | -11/+7 |
2011-12-31 | usb-target.h: remove | Rafaël Carré | 1 | -3/+0 |
2011-12-31 | The AMSv1 driver limitation that disallows 64K transfers is a USB core limita... | Frank Gevaerts | 1 | -2/+2 |
2011-12-29 | usb PACK_DATA: use a static inline to enable type checking | Rafaël Carré | 1 | -3/+3 |
2011-12-17 | Commit to certain names for cache coherency APIs and discard the aliases. | Michael Sevakis | 1 | -1/+1 |
2011-12-16 | Remove USB time sync code when there's no RTC. | Boris Gjenero | 1 | -0/+17 |
2011-12-15 | Oops, fixed the wrong line | Amaury Pouly | 1 | -2/+2 |
2011-12-15 | Remove two useless variable and hopefully finally fix red | Amaury Pouly | 1 | -1/+1 |
2011-12-15 | Add support for for per-drive logical sector size. This allows targets to hav... | Amaury Pouly | 1 | -1/+1 |
2011-12-14 | FS#12378 : Remove various unused code, and comment out some unused code and d... | Boris Gjenero | 1 | -18/+0 |
2011-10-21 | Use array index 'i' only -after- bounds check | Thomas Jarosch | 1 | -2/+2 |
2011-09-09 | Add "USB Hide Internal Drive" option for multidrive devices with software usb. | Frank Gevaerts | 1 | -10/+15 |
2011-02-27 | iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and... | Michael Sparmann | 1 | -2/+5 |
2011-01-15 | Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei... | Michael Sevakis | 1 | -2/+2 |
2011-01-05 | Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr... | Michael Sevakis | 1 | -36/+23 |
2010-12-04 | Handle disk errors properly in USB storage driver. Fixes FS#10873 | Frank Gevaerts | 1 | -10/+14 |
2010-10-02 | Fix outdated comment | Frank Gevaerts | 1 | -1/+1 |
2010-06-22 | usb_storage seems to be working now, enable USE_ROCKBOX_USB on C200v2, other ... | Tobias Diedrich | 1 | -4/+14 |
2010-06-05 | remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots... | Frank Gevaerts | 1 | -1/+0 |
2010-05-19 | revert part of r26176 to avoid large static allocation | Rafaël Carré | 1 | -1/+1 |
2010-05-19 | as3525: don't use IRAM for usb, and avoid usb storage using uncached addresse... | Rafaël Carré | 1 | -1/+1 |
2010-04-08 | Make usb storage wait for new commands in parallel with sending out the CSW a... | Frank Gevaerts | 1 | -19/+40 |
2010-04-03 | Add IO priority handling. Currently all IO has equal priority, except the dir... | Frank Gevaerts | 1 | -4/+4 |
2010-03-11 | Even more Nano2G FTL speedup. Now 8% faster than disk mode, 10% slower than t... | Michael Sparmann | 1 | -0/+8 |
2010-01-25 | don't start waiting for the new command in send_csw(). Although on the USB le... | Frank Gevaerts | 1 | -3/+3 |
2010-01-03 | Fix even more tabs | Andree Buschmann | 1 | -1/+1 |
2010-01-02 | Simplify some boolean expressions that compare directly against 'true' | Bertrik Sikken | 1 | -1/+1 |
2009-11-03 | Comment out LOGF_ENABLE defines everywhere, replace evil comments | Jeffrey Goode | 1 | -1/+1 |