index
:
frameworks_av.git
replicant-4.2
replicant-6.0
frameworks/av
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
media
/
mtp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGE
Steve Block
2012-01-04
2
-13
/
+13
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
4
-17
/
+17
*
MTP: Add support for restricting PTP to only certain subdirectories of the st...
Mike Lockwood
2011-12-02
1
-4
/
+7
*
MTP: Don't attempt to read more than 16K at a time from the MTP driver
Mike Lockwood
2011-12-01
1
-2
/
+4
*
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
Steve Block
2011-10-26
5
-39
/
+39
*
MtpServer: Pass 0xFFFFFFFF for file size when receiving files >= 4GB in size
Mike Lockwood
2011-10-13
1
-1
/
+6
*
MTP: Use a single packet for the data phase
Mike Lockwood
2011-07-17
3
-80
/
+66
*
MTP: Clean up MtpServer initialization and threading:
Mike Lockwood
2011-07-13
1
-0
/
+2
*
Remove the simulator target from all makefiles.
Jeff Brown
2011-07-11
1
-4
/
+0
*
MTP: Return error if user tries to copy a file >= 4GB to a FAT32 file system
Mike Lockwood
2011-07-11
3
-2
/
+14
*
MTP: Add support for PTP variant of GetDeviceInfo result.
Mike Lockwood
2011-06-21
2
-4
/
+19
*
MTP: Fix some problems with GetObjectHandles and GetNumObjects commands
Mike Lockwood
2011-06-17
1
-6
/
+2
*
MTP: Have GetStorageInfo command return correct storage type for removable st...
Mike Lockwood
2011-05-16
2
-4
/
+8
*
DO NOT MERGE MTP: Implement GetThumb command
Mike Lockwood
2011-05-03
5
-1
/
+34
*
DO NOT MERGE MTP: Fix file descriptor leak in file editing extensions
Mike Lockwood
2011-05-03
2
-24
/
+29
*
DO NOT MERGE MTP: Add extended operations to support in-place editing of files
Mike Lockwood
2011-05-03
5
-8
/
+268
*
DO NOT MERGE MTP and media provider support for multiple storage devices:
Mike Lockwood
2011-05-03
4
-8
/
+9
*
MtpDevice: Handle zero length packets in readResponse()
Mike Lockwood
2011-03-14
1
-0
/
+4
*
MTP host: Fix problems reading large data packets
Mike Lockwood
2011-03-12
1
-3
/
+3
*
MTP: Add support for dynamically adding and removing storage units
Mike Lockwood
2011-02-22
5
-25
/
+95
*
MTP host: disable some test code
Mike Lockwood
2011-02-15
1
-2
/
+6
*
MTP host: Use usb_device_bulk_transfer for synchronous transfers
Mike Lockwood
2011-02-14
1
-6
/
+7
*
Fix some memory leaks found in static analysis
Kenny Root
2011-02-02
1
-14
/
+40
*
MTP: Use ro.product.manufacturer system property value for MTP manufacturer name
Mike Lockwood
2011-01-31
1
-2
/
+3
*
Add support for synchronous bulk USB transfers
Mike Lockwood
2011-01-27
1
-5
/
+5
*
am bd65c065: am a13732e1: Merge "MTP: Fix month off by one error in date pars...
Mike Lockwood
2011-01-26
1
-2
/
+4
|
\
|
*
MTP: Fix month off by one error in date parsing and formatting code
Mike Lockwood
2011-01-26
1
-2
/
+4
*
|
Merge "New APIs for MTP and PTP host support"
Mike Lockwood
2011-01-22
5
-332
/
+223
|
\
\
|
|
/
|
/
|
|
*
New APIs for MTP and PTP host support
Mike Lockwood
2011-01-22
5
-332
/
+223
*
|
Remove MTP related log spam
Mike Lockwood
2011-01-21
2
-16
/
+16
|
/
*
MTP: Fix problems with modification dates for folders and non-media files
Mike Lockwood
2011-01-18
2
-10
/
+4
*
Remove support for obsolete PTP content provider
Mike Lockwood
2011-01-06
3
-541
/
+0
*
MTP: changes to use new usb_request support in libusbhost
Mike Lockwood
2011-01-06
13
-91
/
+127
*
Change libusbhost and libmtp from static to shared libraries
Mike Lockwood
2010-12-29
1
-1
/
+3
*
MTP: check for replacing existing files via the database instead of the file ...
Mike Lockwood
2010-12-13
1
-4
/
+0
*
MTP: Add support for reserve storage setting to avoid low storage situations.
Mike Lockwood
2010-12-12
4
-9
/
+16
*
MTP host: Handle receiving a response packet instead of data packet.
Mike Lockwood
2010-12-09
4
-3
/
+32
*
MTP: Improve argument checking in SendObjectInfo
Mike Lockwood
2010-12-08
3
-8
/
+21
*
MTP: Support format argument in host GetObjectPropDesc command
Mike Lockwood
2010-12-07
2
-3
/
+4
*
MTP: Read property code before calling isDeviceProperty in MtpProperty::read()
Mike Lockwood
2010-12-07
1
-2
/
+1
*
MTP: Improve MtpProperty logging support
Mike Lockwood
2010-12-07
4
-8
/
+130
*
MTP: Host support for GetObjectPropsSupported and GetObjectPropDesc
Mike Lockwood
2010-12-07
2
-0
/
+38
*
MTP: Use correct return type for getSupportedObjectProperties
Mike Lockwood
2010-12-07
1
-1
/
+1
*
Revert "MTP: Remove static library build for linux host."
Mike Lockwood
2010-12-07
1
-0
/
+29
*
MTP: Add support for multiple properties in GetObjectPropList command
Mike Lockwood
2010-12-02
3
-5
/
+5
*
MTP: Make sure buffer is big enough before reading the data packet
Mike Lockwood
2010-11-30
1
-0
/
+1
*
MTP: Fix typo in MtpServer::doGetObjectPropList
Mike Lockwood
2010-11-23
1
-1
/
+1
*
MTP: Implement GetPartialObject command
Mike Lockwood
2010-11-23
3
-3
/
+46
*
MTP: Use DateTime form in GetObjectPropDesc for date/time properties.
Mike Lockwood
2010-11-23
2
-0
/
+6
*
Rename MtpCursor to PtpCursor
Mike Lockwood
2010-11-23
3
-30
/
+30
[next]