index
:
Project-1CE/frameworks_base
lineage-18.1
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
services
/
java
/
com
/
android
/
server
/
usb
/
UsbService.java
Age
Commit message (
Expand
)
Author
2013-12-19
Move some system services to separate directories
Amith Yamasani
2013-01-28
UsbDebuggingManager: Add interface to clear secure adb keys
Benoit Goby
2012-11-12
Useful annotations for code documentation.
Jeff Sharkey
2012-10-02
Make USB services multi-user aware.
Jeff Sharkey
2012-08-20
Add UsbDebuggingManager and UsbDebuggingActivity
Benoit Goby
2012-04-26
UsbService: Add support for accessory initiating USB audio support
Mike Lockwood
2011-06-22
Combine UsbManager.setPrimaryFunction and setDefaultFunction
Mike Lockwood
2011-06-17
USB: Support for new USB gadget drivers
Mike Lockwood
2011-05-31
UsbService: Refactor USB host and device support into two separate classes
Mike Lockwood
2011-03-29
UsbService: Make USB disconnect handling for accessory mode more robust
Mike Lockwood
2011-03-19
UsbService: Handle the case where a USB accessory connects as the device is b...
Mike Lockwood
2011-03-09
UsbService: Don't require permissions for UsbManager.getCurrentAccessory()
Mike Lockwood
2011-03-09
Change UsbManager.requestPermission to only grant permission temporarily
Mike Lockwood
2011-03-08
USB: Add API and dialog for apps to request permissions for USB devices and a...
Mike Lockwood
2011-03-02
UsbService: Make sure the USB accessory function is disabled when we disconnect
Mike Lockwood
2011-03-01
Fix UsbDeviceSettingsManager locking.
Mike Lockwood
2011-03-01
Move USB framework support from android.hardware to android.hardware.usb package
Mike Lockwood
2011-02-28
Add platform features for USB host and USB accessory support.
Mike Lockwood
2011-02-28
UsbManager: Enhancements for managing USB devices and accessories
Mike Lockwood