summaryrefslogtreecommitdiffstats
path: root/services/usb
Commit message (Expand)AuthorAgeFilesLines
* Fix a bad merge.Jeff Brown2015-07-091-0/+1
* Merge "Clean up USB Manager and fix ADB." into mnc-devJeff Brown2015-07-092-195/+232
|\
| * Clean up USB Manager and fix ADB.Jeff Brown2015-07-092-195/+232
* | Merge "Prevent accidental unlocking of USB data transfer." into mnc-devZoltan Szatmary-Ban2015-07-081-0/+7
|\ \ | |/ |/|
| * Prevent accidental unlocking of USB data transfer.Zoltan Szatmary-Ban2015-07-071-0/+7
* | UsbDeviceManager: Add back support for persistent propertyAjay Dudani2015-07-071-6/+18
|/
* Merge "remove setLatestEventInfo from USB" into mnc-devChris Wren2015-06-151-28/+30
|\
| * remove setLatestEventInfo from USBChris Wren2015-06-121-28/+30
* | UsbDeviceManager: Modify default function handlingNick Kralevich2015-06-121-3/+3
|/
* Fix USB access control when adb is disabled.Nick Kralevich2015-06-102-3/+49
* UsbMidiDevice: Only keep ALSA devices open when device is in useMike Lockwood2015-06-081-59/+170
* Merge "UsbDeviceManager: Don't unnecessarily touch properties" into mnc-devNick Kralevich2015-06-031-3/+16
|\
| * UsbDeviceManager: Don't unnecessarily touch propertiesNick Kralevich2015-06-021-3/+16
* | usb debugging: show alert to secondary userXiaohui Chen2015-06-031-16/+29
|/
* Turning off logging in ALSA device connection routines.Paul McLean2015-05-191-1/+1
* Pass charset to XmlPullParser.setInput instead of nullWojciech Staszkiewicz2015-05-141-3/+4
* Modify how USB connections are handled.Nick Kralevich2015-05-132-130/+47
* UsbManager / UsbService / UsbDeviceManager: delete unused codeNick Kralevich2015-05-102-23/+0
* MidiDeviceInfo: Add version string propertyMike Lockwood2015-04-291-0/+2
* UsbDevice: Add support for retrieving version string for a USB deviceMike Lockwood2015-04-291-2/+5
* UsbAlsaManager: Fix NPE when running in emulatorMike Lockwood2015-04-241-2/+4
* Add user visible name for USB peripheral MIDI deviceMike Lockwood2015-04-101-1/+3
* Add support for flushing MIDI all scheduled MIDI events on a portMike Lockwood2015-04-091-28/+38
* Add event scheduling support to USB MIDI Manager codeMike Lockwood2015-03-311-17/+43
* Move MIDI utilities for internal use to com.android.internal.midi packageMike Lockwood2015-03-301-1/+0
* Make the MIDI Manager optional, enabled by "android.software.midi" featureMike Lockwood2015-03-271-1/+8
* Merge "UsbDeviceManager: delete obsolete code"Nick Kralevich2015-03-261-12/+0
|\
| * UsbDeviceManager: delete obsolete codeNick Kralevich2015-03-251-12/+0
* | MIDI Manager: remove USB peripheral MIDI device when USB is disconnectedMike Lockwood2015-03-253-14/+19
|/
* Replace usages of deprecated Resources.getColor() and getColorStateList()Alan Viverette2015-03-181-2/+2
* Merge "Add MidiManager to public API"Mike Lockwood2015-03-141-3/+2
|\
| * Add MidiManager to public APIMike Lockwood2015-03-131-3/+2
* | Merge "MidiDeviceInfo meta-data improvements:"Mike Lockwood2015-03-132-5/+15
|\ \ | |/
| * MidiDeviceInfo meta-data improvements:Mike Lockwood2015-03-122-5/+15
* | AudioService: Write base stream volume changes to the event log.John Spurlock2015-03-121-2/+2
|/
* Merge "MidiManager: Add MIDI device status notifications"Mike Lockwood2015-03-111-1/+1
|\
| * MidiManager: Add MIDI device status notificationsMike Lockwood2015-03-111-1/+1
* | Merge "Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()"Mike Lockwood2015-03-111-1/+1
|\ \ | |/
| * Add MidiReceiver.send() and MidiReceiver.getMaxMessageSize()Mike Lockwood2015-03-111-1/+1
* | Handle simultaneous connect of devices with the same "type" (as in USB)Paul McLean2015-03-101-28/+23
|/
* Make MidiSender and MidiReceiver abstract classes, rename MidiReceiver.post()...Mike Lockwood2015-03-041-2/+2
* Eliminate MidiPort base class for MidiInputPort and MidiOutputPortMike Lockwood2015-03-041-2/+3
* Merge "MidiManager: Virtual MIDI devices are now implemented as Services"Mike Lockwood2015-03-051-30/+39
|\
| * MidiManager: Virtual MIDI devices are now implemented as ServicesMike Lockwood2015-03-041-30/+39
* | Fix a regression in UsbDebuggingManagerAmith Yamasani2015-03-041-1/+1
* | Merge "Remove unused imports in frameworks/base."John Spurlock2015-03-025-9/+0
|\ \ | |/ |/|
| * Remove unused imports in frameworks/base.John Spurlock2015-02-285-9/+0
* | Merge "Avoid NPE when quickly toggling USB debugging state"Amith Yamasani2015-03-021-69/+123
|\ \ | |/ |/|
| * Avoid NPE when quickly toggling USB debugging stateAmith Yamasani2015-03-021-69/+123
* | Move ALSA utilities to com.android.internal.alsa packageMike Lockwood2015-02-261-2/+2