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
/
core
/
java
/
android
/
hardware
/
usb
/
UsbDevice.java
Age
Commit message (
Expand
)
Author
2020-10-15
Add @Nullable annotation to the parameter of Object.equals() methods.
Roman Kalukiewicz
2020-01-06
Use new UnsupportedAppUsage annotation.
Artur Satayev
2020-01-06
Merge "Replace com.android.internal.util.Preconditions.checkNotNull with java...
TreeHugger Robot
2020-01-03
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2019-12-31
Replace com.android.internal.util.Preconditions.checkNotNull with
Daulet Zhanguzin
2019-10-18
Add video class-specific descriptors to UsbDescriptorParser framework.
Paul McLean
2019-10-04
Add "HasMidi" capability (attribute) to UsbDevice.
Paul McLean
2019-10-03
Adding additional prompt to UsbPermissionsDialg for audio devices.
Paul McLean
2019-02-28
All Parcelable CREATOR fields are @NonNull.
Jeff Sharkey
2018-09-07
Require permission to read USB device's serial number.
Philip P. Moltmann
2018-08-08
Add @UnsupportedAppUsage annotations
Mathew Inwood
2017-04-13
Docs: Fixes broken link in Javadoc. am: df0fd34d50 am: 506a8b39fb am: 4eff74f...
Dave Friedman
2017-04-10
Docs: Fixes broken link in Javadoc.
Dave Friedman
2016-10-17
Clarify which props of USB devices are optional
Philip P. Moltmann
2015-04-29
UsbDevice: Add support for retrieving version string for a USB device
Mike Lockwood
2015-01-09
Support for simultaneous USB Audio Devices connect/disconnect
Paul McLean
2014-02-27
Add support for USB devices with multiple configurations and alternate interf...
Mike Lockwood
2014-01-08
am 43bc1c07: am d9e708e3: am 12ec2e6d: am 99206593: am 9607d78f: Merge "Added...
Mike Lockwood
2013-11-20
Remove unused imports from frameworks/base.
John Spurlock
2012-11-29
Added missing USB device descriptor fields needed for intent filters
Robin Cutshaw
2011-12-22
docs: Add developer guide cross-references, Project ACRE, round 4
Joe Fernandez
2011-04-01
Improve Javadoc for USB Manager and MTP/PTP support.
Mike Lockwood
2011-03-11
UsbDevice: Move IO related methods to new UsbDeviceConnection class
Mike Lockwood
2011-03-09
Change UsbManager.requestPermission to only grant permission temporarily
Mike Lockwood
2011-03-01
Move USB framework support from android.hardware to android.hardware.usb package
Mike Lockwood