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