aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/usb-msc.c
Commit message (Expand)AuthorAgeFilesLines
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-2/+2
* blockcmd: Convert cdb_is_read() to scsi_is_read()Kevin O'Connor2015-07-141-1/+1
* usb-msc: Handle USB drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-6/+8
* usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor2014-10-161-2/+2
* usb: Rename send_default_control() to usb_send_default_control()Kevin O'Connor2014-10-161-1/+1
* usb: Rename findEndPointDesc() to usb_find_desc()Kevin O'Connor2014-10-161-2/+2
* xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor2014-01-291-1/+4
* Remove unnecesary updates of the disk op->count field.Kevin O'Connor2013-12-271-1/+0
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-21/+21
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-1/+1
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-5/+5
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-0/+1
* Move code centered around specific hardware devices to src/hw/Kevin O'Connor2013-09-021-0/+215