summaryrefslogtreecommitdiff
path: root/hw/usb/dev-mtp.c
AgeCommit message (Expand)Author
2016-01-08usb-mtp: fix call to trace functionBandan Das
2016-01-08usb-mtp: use safe variant when cleaning events listBandan Das
2015-12-15usb-mtp: add support for basic mtp eventsBandan Das
2015-12-15usb-mtp: Add support for inotify based file monitoringBandan Das
2015-12-15usb-mtp: free objects on a mtp resetBandan Das
2015-12-15usb-mtp: use a list for keeping track of childrenBandan Das
2015-11-06usb: Use g_new() & friends where that makes obvious senseMarkus Armbruster
2015-05-08usb-mtp: fix segmentation faultGonglei
2015-05-08usb: usb-mtp QOMifyGonglei
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