summaryrefslogtreecommitdiff
path: root/hw/usb/dev-mtp.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15usb: don't use 'Yoda conditions'Gonglei1-2/+2
2014-07-23usb: mtp: tag root property as experimentalGerd Hoffmann1-1/+1
2014-07-11mtp: linux guest detection fix.Gerd Hoffmann1-0/+4
2014-05-26usb-mtp: handle usb_mtp_get_object failureGerd Hoffmann1-2/+7
2014-05-26usb-mtp: handle lseek failureGerd Hoffmann1-1/+4
2014-05-26usb-mtp: use bool to track MTPObject init statusGerd Hoffmann1-6/+8
2014-05-05usb: mtp: reply INCOMPLETE_TRANSFER on read errorsGerd Hoffmann1-1/+3
2014-05-05usb: mtp: fix possible buffer overflowGerd Hoffmann1-0/+8
2014-05-05usb: mtp: drop data-out hexdumpGerd Hoffmann1-2/+1
2014-05-05usb: mtp: avoid empty description stringGerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix error path memory leakGerd Hoffmann1-0/+2
2014-05-05usb: mtp: fix serial (must be exact 32 chars)Gerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix version (is decimal not bcd)Gerd Hoffmann1-1/+1
2014-05-05usb: mtp: fix usb_mtp_add_u64Gerd Hoffmann1-2/+2
2014-05-05usb: mtp: replace debug printfs with trace pointsGerd Hoffmann1-4/+4
2014-04-23usb: mtp filesharingGerd Hoffmann1-0/+1103