summaryrefslogtreecommitdiffstats
path: root/media/mtp
Commit message (Expand)AuthorAgeFilesLines
* MTP: Use a single packet for the data phaseMike Lockwood2011-07-173-80/+66
* MTP: Clean up MtpServer initialization and threading:Mike Lockwood2011-07-131-0/+2
* Remove the simulator target from all makefiles.Jeff Brown2011-07-111-4/+0
* MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file systemMike Lockwood2011-07-113-2/+14
* MTP: Add support for PTP variant of GetDeviceInfo result.Mike Lockwood2011-06-212-4/+19
* MTP: Fix some problems with GetObjectHandles and GetNumObjects commandsMike Lockwood2011-06-171-6/+2
* MTP: Have GetStorageInfo command return correct storage type for removable st...Mike Lockwood2011-05-162-4/+8
* DO NOT MERGE MTP: Implement GetThumb commandMike Lockwood2011-05-035-1/+34
* DO NOT MERGE MTP: Fix file descriptor leak in file editing extensionsMike Lockwood2011-05-032-24/+29
* 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