aboutsummaryrefslogtreecommitdiff
path: root/src/hw/usb-uas.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24scsi: Add fields for specifying target and lun of SCSI devicesHelge Deller1-1/+1
2017-09-27block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor1-1/+1
2017-05-02usb-uas: enumerate luns with REPORT LUNSRoman Kagan1-16/+29
2015-07-14usb-uas: Handle USB drives directly via 'struct disk_op_s' requestsKevin O'Connor1-2/+4
2014-10-16usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor1-4/+4
2014-01-29xhci: Run the XHCI driver entirely in 32bit mode.Kevin O'Connor1-1/+4
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor1-9/+9
2013-09-19uas: add (temporary) superspeed stopgapGerd Hoffmann1-0/+4
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor1-1/+1
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+2
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor1-5/+5
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor1-0/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor1-0/+1
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor1-0/+264