History log of /frameworks/base/core/java/android/hardware/usb/UsbConfiguration.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
371a3b879ba82bbe5a4d914328a20659131d0220 26-Jan-2018 Philip P. Moltmann <moltmann@google.com> Dump usb as DualDump

This allows to dump the USB state as proto-buf. This in turn allows to
automatically process this data.

Test: adb shell dumpsys usb
incident_report usb
No automated test possible as no field is guaranteed to be set
Change-Id: Ifdf22bfaf9c78226c420b11c43278013ce69f849
/frameworks/base/core/java/android/hardware/usb/UsbConfiguration.java
f2d83edc2604983b03bd0c7dd92c2c5d1c1378dc 17-Oct-2016 Philip P. Moltmann <moltmann@google.com> Clarify which props of USB devices are optional

Test: Compiles, manually inspected object creation code, ran USB CTS
verifier tests
Fixes: 32209658
Change-Id: I738c0cea5a0f37484e986f0a01c8ed9c46b639ed
/frameworks/base/core/java/android/hardware/usb/UsbConfiguration.java
fa2b3fc6cd15a3b6bbfef87288b97354edb42307 20-May-2014 Mike Lockwood <lockwood@google.com> USB: Minor cleanup from API council review

Bug: 15089961
Change-Id: I8a22fad94d2a52d2270c89240b2a47bd1cef17b5
/frameworks/base/core/java/android/hardware/usb/UsbConfiguration.java
7531aa22355cf03f51def61ba67f1636bf85f408 13-Jan-2014 Mike Lockwood <lockwood@google.com> Add support for USB devices with multiple configurations and alternate interfaces

Added UsbConfiguration class, as well as accessors to UsbDevice to get configuration list
Added methods to UsbDeviceConnection to select configurations and alternate interfaces.

Also added accessors for USB descriptor name strings and fixed some memory leaks in the JNI code.

Bug: 12425052
Change-Id: Idb990f4d5c054a8cb997eb3f440f6da9f83bce05
/frameworks/base/core/java/android/hardware/usb/UsbConfiguration.java