summaryrefslogtreecommitdiffstats
path: root/media/mtp
Commit message (Expand)AuthorAgeFilesLines
...
* DO NOT MERGE MTP: Add extended operations to support in-place editing of filesMike Lockwood2011-05-035-8/+268
* DO NOT MERGE MTP and media provider support for multiple storage devices:Mike Lockwood2011-05-034-8/+9
* MtpDevice: Handle zero length packets in readResponse()Mike Lockwood2011-03-141-0/+4
* MTP host: Fix problems reading large data packetsMike Lockwood2011-03-121-3/+3
* MTP: Add support for dynamically adding and removing storage unitsMike Lockwood2011-02-225-25/+95
* MTP host: disable some test codeMike Lockwood2011-02-151-2/+6
* MTP host: Use usb_device_bulk_transfer for synchronous transfersMike Lockwood2011-02-141-6/+7
* Fix some memory leaks found in static analysisKenny Root2011-02-021-14/+40
* MTP: Use ro.product.manufacturer system property value for MTP manufacturer nameMike Lockwood2011-01-311-2/+3
* Add support for synchronous bulk USB transfersMike Lockwood2011-01-271-5/+5
* am bd65c065: am a13732e1: Merge "MTP: Fix month off by one error in date pars...Mike Lockwood2011-01-261-2/+4
|\
| * MTP: Fix month off by one error in date parsing and formatting codeMike Lockwood2011-01-261-2/+4
* | Merge "New APIs for MTP and PTP host support"Mike Lockwood2011-01-225-332/+223
|\ \ | |/ |/|
| * New APIs for MTP and PTP host supportMike Lockwood2011-01-225-332/+223
* | Remove MTP related log spamMike Lockwood2011-01-212-16/+16
|/
* MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood2011-01-182-10/+4
* Remove support for obsolete PTP content providerMike Lockwood2011-01-063-541/+0
* MTP: changes to use new usb_request support in libusbhostMike Lockwood2011-01-0613-91/+127
* Change libusbhost and libmtp from static to shared librariesMike Lockwood2010-12-291-1/+3
* MTP: check for replacing existing files via the database instead of the file ...Mike Lockwood2010-12-131-4/+0
* MTP: Add support for reserve storage setting to avoid low storage situations.Mike Lockwood2010-12-124-9/+16
* MTP host: Handle receiving a response packet instead of data packet.Mike Lockwood2010-12-094-3/+32
* MTP: Improve argument checking in SendObjectInfoMike Lockwood2010-12-083-8/+21
* MTP: Support format argument in host GetObjectPropDesc commandMike Lockwood2010-12-072-3/+4
* MTP: Read property code before calling isDeviceProperty in MtpProperty::read()Mike Lockwood2010-12-071-2/+1
* MTP: Improve MtpProperty logging supportMike Lockwood2010-12-074-8/+130
* MTP: Host support for GetObjectPropsSupported and GetObjectPropDescMike Lockwood2010-12-072-0/+38
* MTP: Use correct return type for getSupportedObjectPropertiesMike Lockwood2010-12-071-1/+1
* Revert "MTP: Remove static library build for linux host."Mike Lockwood2010-12-071-0/+29
* MTP: Add support for multiple properties in GetObjectPropList commandMike Lockwood2010-12-023-5/+5
* MTP: Make sure buffer is big enough before reading the data packetMike Lockwood2010-11-301-0/+1
* MTP: Fix typo in MtpServer::doGetObjectPropListMike Lockwood2010-11-231-1/+1
* MTP: Implement GetPartialObject commandMike Lockwood2010-11-233-3/+46
* MTP: Use DateTime form in GetObjectPropDesc for date/time properties.Mike Lockwood2010-11-232-0/+6
* Rename MtpCursor to PtpCursorMike Lockwood2010-11-233-30/+30
* MTP: Remove static library build for linux host.Mike Lockwood2010-11-231-29/+0
* PTP: Fix permissions problems with files imported via PTPMike Lockwood2010-11-192-3/+11
* PTP: Improve performance and reliability of file importingMike Lockwood2010-11-194-96/+93
* MTP: Fixes to allow file transfers > 4 gigabytesMike Lockwood2010-11-172-1/+10
* MTP: Set correct format for abstract audio playlistsMike Lockwood2010-11-171-0/+2
* MTP: Partial implementation of the GetObjectPropList commandMike Lockwood2010-11-156-3/+45
* MTP: Add missing call to closedir() in recursive delete codeMike Lockwood2010-11-111-0/+1
* MTP: Don't dump data packets twice in debug output.Mike Lockwood2010-11-102-2/+0
* Add support for range and enum forms in MTP ObjectPropDescsMike Lockwood2010-11-102-0/+92
* MTP: Include size of 12 byte header in packet size for GetObject data packetMike Lockwood2010-10-111-1/+3
* MtpCursor: Fix long to int truncation bugMike Lockwood2010-09-282-3/+2
* MTP: Fix some warningsMike Lockwood2010-09-251-1/+1
* MTP: Include current property value in GetDevicePropDescMike Lockwood2010-09-255-46/+105
* MTP: Fix reading and writing device property descriptorsMike Lockwood2010-09-251-4/+14
* MTP: Reenable GetObjectPropValue and SetObjectPropValueMike Lockwood2010-09-231-2/+2