aboutsummaryrefslogtreecommitdiffstats
path: root/src/hw/usb-uas.c
Commit message (Expand)AuthorAgeFilesLines
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-271-1/+1
* usb-uas: enumerate luns with REPORT LUNSRoman Kagan2017-05-021-16/+29
* usb-uas: Handle USB drives directly via 'struct disk_op_s' requestsKevin O'Connor2015-07-141-2/+4
* usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor2014-10-161-4/+4
* xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor2014-01-291-1/+4
* Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor2013-10-261-9/+9
* uas: add (temporary) superspeed stopgapGerd Hoffmann2013-09-191-0/+4
* 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/+264