1. 4641fc3 Log call to setPortRoles by Badhri Jagan Sridharan · 7 years ago
  2. ec68b46 Merge "Annotate @SystemApi with required permissions." into oc-dev am: c1406978a4 by Jeff Sharkey · 7 years ago
  3. d86b8fe Annotate @SystemApi with required permissions. by Jeff Sharkey · 7 years ago
  4. e00742f Merge "Fix some issues found by new doclava linter." into oc-dev am: a00c7c0a99 by Jeff Sharkey · 7 years ago
  5. 0f3f60b Fix some issues found by new doclava linter. by Jeff Sharkey · 7 years ago
  6. 9b5ee82 Do not declare USB support in the Emulator by Jim Kaye · 7 years ago
  7. d9291d5 Merge "Modify UsbDeviceManager stack to allow MtpServer to use FunctionFS drivers." am: 1975240f17 am: 830874dbe7 am: 88672d7d29 by Jerry Zhang · 8 years ago
  8. bb598ee Modify UsbDeviceManager stack to allow MtpServer to use FunctionFS drivers. by Jerry Zhang · 8 years ago
  9. 5cbd151 Refactored setCurrentFunction and setUsbDataUnlocked into single method. by Jerry Zhang · 8 years ago
  10. 935372b Refactored setCurrentFunction and setUsbDataUnlocked into single method. by Jerry Zhang · 8 years ago
  11. 7a396be Refactored setCurrentFunction and setUsbDataUnlocked into single method. by Jerry Zhang · 8 years ago
  12. 5201f1e Do not access MTP devices when disabled. by Philip P. Moltmann · 8 years ago
  13. ec3cbb2 Do not access MTP devices when disabled. by Philip P. Moltmann · 8 years ago
  14. badbbae allow external USB host management by Keun-young Park · 9 years ago
  15. d6be96c Merge \\"docs: fixed broken link in UsbManager javadocs\\" into nyc-dev am: 162a6fad72 by Mark Lu · 8 years ago
  16. 3e15a43 Merge \"docs: fixed broken link in UsbManager javadocs\" into nyc-dev by Mark Lu · 8 years ago
  17. 8b73990 docs: fixed broken link in UsbManager javadocs by Mark Lu · 8 years ago
  18. 244259a Adding grantPermission for packageName by Johan T. Halseth · 8 years ago
  19. 618fa6f Add USB_HOST_CONNECTED extra to ACTION_USB_STATE sticky intent. by Daichi Hirono · 8 years ago
  20. f888056 When system server goes down, crash apps more. by Jeff Sharkey · 8 years ago
  21. 4751880 Grant USB device permission by using system permission. by Daichi Hirono · 9 years ago
  22. 48b9a7c Broadcast ACTION_USB_STATE only if necessary. by Yasuhiro Matsuda · 9 years ago
  23. 1a008c1 UsbDeviceManager: fix b/21429947 regression (try #2) by Nick Kralevich · 9 years ago
  24. 76c4c66 Add USB port manager. by Jeff Brown · 9 years ago
  25. 460a146 Clean up USB Manager and fix ADB. by Jeff Brown · 9 years ago
  26. 6740190 Fix USB access control when adb is disabled. by Nick Kralevich · 9 years ago
  27. fcf10f7 Modify how USB connections are handled. by Nick Kralevich · 9 years ago
  28. d9c7f24 UsbManager / UsbService / UsbDeviceManager: delete unused code by Nick Kralevich · 9 years ago
  29. 2a57bc7 MidiManager: Add USB peripheral MIDI support by Mike Lockwood · 10 years ago
  30. 1567a43 Fix typo in UsbManager javadoc. by mike wakerly · 12 years ago
  31. 9d5a4be Add Intents to notify when USB audio devices or accessories are attached by Mike Lockwood · 12 years ago
  32. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  33. e51099f UsbManager: add getDefaultFunction() by Mike Lockwood · 13 years ago
  34. 875c24b UsbManager: document that passing null setCurrentFunction restores default function by Mike Lockwood · 13 years ago
  35. f59717d Combine UsbManager.setPrimaryFunction and setDefaultFunction by Mike Lockwood · 13 years ago
  36. 02e4569 USB: Support for new USB gadget drivers by Mike Lockwood · 13 years ago
  37. 9eb014a UsbManager: Clean up extras for ACTION_USB_STATE broadcast by Mike Lockwood · 13 years ago
  38. 11dd5ae Improve Javadoc for USB Manager and MTP/PTP support. by Mike Lockwood · 13 years ago
  39. 62cfeeb USB: minor cleanup work by Mike Lockwood · 13 years ago
  40. a75075e1 UsbManager: Hide APIs not needed for USB host or accessory support. by Mike Lockwood · 13 years ago
  41. acc29cc UsbDevice: Move IO related methods to new UsbDeviceConnection class by Mike Lockwood · 13 years ago
  42. 980f043 UsbManager: Fix broken Javadoc links by Mike Lockwood · 13 years ago
  43. c6f23e8 Change UsbManager.requestPermission to only grant permission temporarily by Mike Lockwood · 13 years ago
  44. 3a68b83 USB: Add API and dialog for apps to request permissions for USB devices and accessories by Mike Lockwood · 13 years ago
  45. c4308f0 Move USB framework support from android.hardware to android.hardware.usb package by Mike Lockwood · 13 years ago[Renamed (95%) from core/java/android/hardware/UsbManager.java]
  46. 02eb874 UsbManager: Enhancements for managing USB devices and accessories by Mike Lockwood · 13 years ago
  47. 188d00b UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts by Mike Lockwood · 13 years ago
  48. 9182d3c UsbManager: New APIs for USB accessories by Mike Lockwood · 13 years ago
  49. e7d511e New APIs for USB host support: by Mike Lockwood · 14 years ago
  50. 264f6cd Temporarily remove UsbManager support for USB host. by Mike Lockwood · 14 years ago
  51. d07c9d5 UsbManager: Add methods to convert between USB device names and IDs by Mike Lockwood · 14 years ago
  52. b92df0f Clean up USB notifications: by Mike Lockwood · 14 years ago
  53. 770126a Rename android.hardware.Usb to UsbManager and UsbObserver to UsbService by Mike Lockwood · 14 years ago[Renamed (99%) from core/java/android/hardware/Usb.java]
  54. 08bff3b USB: Add functions for querying if a USB function is supported and enabled. by Mike Lockwood · 14 years ago
  55. da39f0e Send Intents when PTP compatible devices are connected/disconnected to USB by Mike Lockwood · 14 years ago
  56. 709981e Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state by Mike Lockwood · 14 years ago
  57. 2423607 Add a new UEventObserver subclass to broadcast an Intent whe USB state changes. by Mike Lockwood · 14 years ago