1. 4751880 Grant USB device permission by using system permission. by Daichi Hirono · 9 years ago
  2. 48b9a7c Broadcast ACTION_USB_STATE only if necessary. by Yasuhiro Matsuda · 9 years ago
  3. 1a008c1 UsbDeviceManager: fix b/21429947 regression (try #2) by Nick Kralevich · 9 years ago
  4. 76c4c66 Add USB port manager. by Jeff Brown · 9 years ago
  5. 460a146 Clean up USB Manager and fix ADB. by Jeff Brown · 9 years ago
  6. 6740190 Fix USB access control when adb is disabled. by Nick Kralevich · 9 years ago
  7. fcf10f7 Modify how USB connections are handled. by Nick Kralevich · 9 years ago
  8. d9c7f24 UsbManager / UsbService / UsbDeviceManager: delete unused code by Nick Kralevich · 9 years ago
  9. 2a57bc7 MidiManager: Add USB peripheral MIDI support by Mike Lockwood · 10 years ago
  10. 1567a43 Fix typo in UsbManager javadoc. by mike wakerly · 12 years ago
  11. 9d5a4be Add Intents to notify when USB audio devices or accessories are attached by Mike Lockwood · 12 years ago
  12. 3aef8e1d docs: Add developer guide cross-references, Project ACRE, round 4 by Joe Fernandez · 13 years ago
  13. e51099f UsbManager: add getDefaultFunction() by Mike Lockwood · 13 years ago
  14. 875c24b UsbManager: document that passing null setCurrentFunction restores default function by Mike Lockwood · 13 years ago
  15. f59717d Combine UsbManager.setPrimaryFunction and setDefaultFunction by Mike Lockwood · 13 years ago
  16. 02e4569 USB: Support for new USB gadget drivers by Mike Lockwood · 13 years ago
  17. 9eb014a UsbManager: Clean up extras for ACTION_USB_STATE broadcast by Mike Lockwood · 13 years ago
  18. 11dd5ae Improve Javadoc for USB Manager and MTP/PTP support. by Mike Lockwood · 13 years ago
  19. 62cfeeb USB: minor cleanup work by Mike Lockwood · 13 years ago
  20. a75075e1 UsbManager: Hide APIs not needed for USB host or accessory support. by Mike Lockwood · 13 years ago
  21. acc29cc UsbDevice: Move IO related methods to new UsbDeviceConnection class by Mike Lockwood · 13 years ago
  22. 980f043 UsbManager: Fix broken Javadoc links by Mike Lockwood · 13 years ago
  23. c6f23e8 Change UsbManager.requestPermission to only grant permission temporarily by Mike Lockwood · 13 years ago
  24. 3a68b83 USB: Add API and dialog for apps to request permissions for USB devices and accessories by Mike Lockwood · 13 years ago
  25. 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]
  26. 02eb874 UsbManager: Enhancements for managing USB devices and accessories by Mike Lockwood · 13 years ago
  27. 188d00b UsbManager: Remove redundant Intent extras from USB device and accessory broadcasts by Mike Lockwood · 13 years ago
  28. 9182d3c UsbManager: New APIs for USB accessories by Mike Lockwood · 13 years ago
  29. e7d511e New APIs for USB host support: by Mike Lockwood · 14 years ago
  30. 264f6cd Temporarily remove UsbManager support for USB host. by Mike Lockwood · 14 years ago
  31. d07c9d5 UsbManager: Add methods to convert between USB device names and IDs by Mike Lockwood · 14 years ago
  32. b92df0f Clean up USB notifications: by Mike Lockwood · 14 years ago
  33. 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]
  34. 08bff3b USB: Add functions for querying if a USB function is supported and enabled. by Mike Lockwood · 14 years ago
  35. da39f0e Send Intents when PTP compatible devices are connected/disconnected to USB by Mike Lockwood · 14 years ago
  36. 709981e Add new Usb.ACTION_USB_STATE sticky broadcast for monitoring USB connect state by Mike Lockwood · 14 years ago
  37. 2423607 Add a new UEventObserver subclass to broadcast an Intent whe USB state changes. by Mike Lockwood · 14 years ago