summaryrefslogtreecommitdiff
path: root/services/java/com/android/server/usb/UsbService.java
AgeCommit message (Expand)Author
2013-12-19Move some system services to separate directoriesAmith Yamasani
2013-01-28UsbDebuggingManager: Add interface to clear secure adb keysBenoit Goby
2012-11-12Useful annotations for code documentation.Jeff Sharkey
2012-10-02Make USB services multi-user aware.Jeff Sharkey
2012-08-20Add UsbDebuggingManager and UsbDebuggingActivityBenoit Goby
2012-04-26UsbService: Add support for accessory initiating USB audio supportMike Lockwood
2011-06-22Combine UsbManager.setPrimaryFunction and setDefaultFunctionMike Lockwood
2011-06-17USB: Support for new USB gadget driversMike Lockwood
2011-05-31UsbService: Refactor USB host and device support into two separate classesMike Lockwood
2011-03-29UsbService: Make USB disconnect handling for accessory mode more robustMike Lockwood
2011-03-19UsbService: Handle the case where a USB accessory connects as the device is b...Mike Lockwood
2011-03-09UsbService: Don't require permissions for UsbManager.getCurrentAccessory()Mike Lockwood
2011-03-09Change UsbManager.requestPermission to only grant permission temporarilyMike Lockwood
2011-03-08USB: Add API and dialog for apps to request permissions for USB devices and a...Mike Lockwood
2011-03-02UsbService: Make sure the USB accessory function is disabled when we disconnectMike Lockwood
2011-03-01Fix UsbDeviceSettingsManager locking.Mike Lockwood
2011-03-01Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood
2011-02-28Add platform features for USB host and USB accessory support.Mike Lockwood
2011-02-28UsbManager: Enhancements for managing USB devices and accessoriesMike Lockwood