summaryrefslogtreecommitdiff
path: root/media/mtp
AgeCommit message (Expand)Author
2012-09-11am ed757e97: am 290ac693: Merge "Stop building the unused host libmtp static ...Elliott Hughes
2012-09-11Stop building the unused host libmtp static library.Elliott Hughes
2012-06-26Add mode when open(O_CREAT) is used.Nick Kralevich
2012-06-13Add NOTICE and MODULE_LICENSE_APACH2 to libs build under /frameworks/av/James Dong
2012-01-13media/mtp: Add missing LOCAL_C_INCLUDESDavid 'Digit' Turner
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block
2012-01-04Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-12-02MTP: Add support for restricting PTP to only certain subdirectories of the st...Mike Lockwood
2011-12-01MTP: Don't attempt to read more than 16K at a time from the MTP driverMike Lockwood
2011-10-26Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGESteve Block
2011-10-13MtpServer: Pass 0xFFFFFFFF for file size when receiving files >= 4GB in sizeMike Lockwood
2011-07-17MTP: Use a single packet for the data phaseMike Lockwood
2011-07-13MTP: Clean up MtpServer initialization and threading:Mike Lockwood
2011-07-11Remove the simulator target from all makefiles.Jeff Brown
2011-07-11MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file systemMike Lockwood
2011-06-21MTP: Add support for PTP variant of GetDeviceInfo result.Mike Lockwood
2011-06-17MTP: Fix some problems with GetObjectHandles and GetNumObjects commandsMike Lockwood
2011-05-16MTP: Have GetStorageInfo command return correct storage type for removable st...Mike Lockwood
2011-05-03DO NOT MERGE MTP: Implement GetThumb commandMike Lockwood
2011-05-03DO NOT MERGE MTP: Fix file descriptor leak in file editing extensionsMike Lockwood
2011-05-03DO NOT MERGE MTP: Add extended operations to support in-place editing of filesMike Lockwood
2011-05-03DO NOT MERGE MTP and media provider support for multiple storage devices:Mike Lockwood
2011-03-14MtpDevice: Handle zero length packets in readResponse()Mike Lockwood
2011-03-12MTP host: Fix problems reading large data packetsMike Lockwood
2011-02-22MTP: Add support for dynamically adding and removing storage unitsMike Lockwood
2011-02-15MTP host: disable some test codeMike Lockwood
2011-02-14MTP host: Use usb_device_bulk_transfer for synchronous transfersMike Lockwood
2011-02-02Fix some memory leaks found in static analysisKenny Root
2011-01-31MTP: Use ro.product.manufacturer system property value for MTP manufacturer nameMike Lockwood
2011-01-27Add support for synchronous bulk USB transfersMike Lockwood
2011-01-26am bd65c065: am a13732e1: Merge "MTP: Fix month off by one error in date pars...Mike Lockwood
2011-01-26MTP: Fix month off by one error in date parsing and formatting codeMike Lockwood
2011-01-22Merge "New APIs for MTP and PTP host support"Mike Lockwood
2011-01-22New APIs for MTP and PTP host supportMike Lockwood
2011-01-21Remove MTP related log spamMike Lockwood
2011-01-18MTP: Fix problems with modification dates for folders and non-media filesMike Lockwood
2011-01-06Remove support for obsolete PTP content providerMike Lockwood
2011-01-06MTP: changes to use new usb_request support in libusbhostMike Lockwood
2010-12-29Change libusbhost and libmtp from static to shared librariesMike Lockwood
2010-12-13MTP: check for replacing existing files via the database instead of the file ...Mike Lockwood
2010-12-12MTP: Add support for reserve storage setting to avoid low storage situations.Mike Lockwood
2010-12-09MTP host: Handle receiving a response packet instead of data packet.Mike Lockwood
2010-12-08MTP: Improve argument checking in SendObjectInfoMike Lockwood
2010-12-07MTP: Support format argument in host GetObjectPropDesc commandMike Lockwood
2010-12-07MTP: Read property code before calling isDeviceProperty in MtpProperty::read()Mike Lockwood
2010-12-07MTP: Improve MtpProperty logging supportMike Lockwood
2010-12-07MTP: Host support for GetObjectPropsSupported and GetObjectPropDescMike Lockwood
2010-12-07MTP: Use correct return type for getSupportedObjectPropertiesMike Lockwood
2010-12-07Revert "MTP: Remove static library build for linux host."Mike Lockwood