summaryrefslogtreecommitdiffstats
path: root/chrome/browser/usb
Commit message (Expand)AuthorAgeFilesLines
* mac: Prepare for -Wunused-functions.thakis@chromium.org2013-11-071-0/+2
* Move IsRunningOnChromeOS to SysInfostevenjb@chromium.org2013-09-271-2/+2
* Fixes crashing in RequestUsbDevicesAccessikarienator@chromium.org2013-09-172-19/+13
* Fail gracefully when libusb_init failsikarienator@chromium.org2013-09-055-9/+29
* Graceful shutdown of UsbService.ikarienator@chromium.org2013-09-051-3/+9
* Introducing chrome.usb.getDevices/openDevice APIikarienator@chromium.org2013-09-054-128/+98
* Fix the horrible naming of UsbInterfaceDescriptor.ikarienator@chromium.org2013-08-266-71/+84
* Allow control transfers without claiming interface.ikarienator@chromium.org2013-08-122-11/+17
* Fixes leaking transfer objects due to improper USB handle closure. ikarienator@chromium.org2013-08-103-92/+301
* Introduce UsbDeviceikarienator@chromium.org2013-08-086-188/+345
* Recommit: Create a refcounted usb context wrapperikarienator@chromium.org2013-08-057-107/+264
* Revert 215274 "Recommit: Create a refcounted usb context wrapper"robertphillips@google.com2013-08-027-264/+107
* Recommit: Create a refcounted usb context wrapperikarienator@chromium.org2013-08-027-107/+264
* Revert 215174 "Create a refcounted usb context wrapper."nhiroki@chromium.org2013-08-027-264/+105
* Create a refcounted usb context wrapper.ikarienator@chromium.org2013-08-027-105/+264
* Make UsbService a singleton as only one instance can be created in a single p...pfeldman@chromium.org2013-07-265-75/+26
* Introduce UsbDeviceHandle::GetSerialikarienator@chromium.org2013-07-242-0/+38
* They will be restricted to FILE thread. No need for callback.ikarienator@chromium.org2013-07-242-38/+25
* Fix usb event handler.ikarienator@chromium.org2013-07-233-17/+59
* As a part of the refactor, rename UsbDevice to UsbDeviceHandle.ikarienator@chromium.org2013-07-235-64/+70
* Taking ownership of USB related librariesikarienator@chromium.org2013-07-041-0/+1
* USB: allow enumerating all devices.pfeldman@chromium.org2013-07-022-7/+26
* Added ability to define explicit interface access permission to chrome.usb.* ...zelidrag@chromium.org2013-06-052-0/+3
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-032-2/+5
* Supresses app permissions changed dialogs in kiosk mode.zelidrag@chromium.org2013-05-281-15/+22
* This adds a way to interrogate the USB interfaces. It will list out allkroot@google.com2013-05-244-24/+337
* Remove references to Profile from browser_context_keyed_service.phajdan.jr@chromium.org2013-05-223-7/+7
* Move ProfileKeyedService infrastructure to a componentphajdan.jr@chromium.org2013-05-203-3/+3
* [components] Switch {RefCounted}ProfileKeyedService to use BrowserContextphajdan.jr@chromium.org2013-04-262-2/+3
* USB Reset Device APIikarienator@chromium.org2013-04-232-0/+7
* Fix missing callback chaining in UsbService.gdk@chromium.org2013-02-132-6/+16
* Add validation to length, packets and packet_length parametersmeacer@chromium.org2013-02-131-4/+2
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.rsleevi@chromium.org2013-02-071-1/+1
* Correct the calling convention for the libusb callback.juanlang@google.com2013-02-041-9/+6
* Use generated shim headers for libusbphajdan.jr@chromium.org2013-01-083-3/+3
* [Coverity] Fix uninitialized scalar field.kmadhusu@chromium.org2012-11-171-1/+1
* Hook up the UsbService to the permission broker DBus client.gdk@chromium.org2012-11-142-5/+45
* Removing deprecated UsbService::FindDevice.gdk@chromium.org2012-11-082-30/+0
* Adding multi-device support and changing event delivery for USB API.gdk@chromium.org2012-10-262-3/+5
* Fix move.h's to use a concrete RValue carrier object rather than hacking a RV...ajwong@chromium.org2012-10-151-1/+0
* USB extension API: retrieve data from isochronous packet descriptors.leandrogracia@chromium.org2012-10-102-26/+75
* Adding setInterfaceAlternateSetting to the USB extension API.leandrogracia@chromium.org2012-10-052-0/+17
* Adding UsbService::FindDevices, refactoring UsbService.gdk@chromium.org2012-10-032-25/+146
* Adding {Claim,Release}Interface to UsbDevice.gdk@chromium.org2012-10-022-0/+24
* USB extension API: fix crash when receiving control messages with no data.leandrogracia@chromium.org2012-10-011-12/+23
* Padding control transfer payloads to one byte if they are zero-length.gdk@chromium.org2012-09-271-1/+5
* Fixing use of deprecated DISALLOW_EVIL_CONSTRUCTORSgdk@chromium.org2012-09-262-2/+2
* Changing USB API buffer ownership.gdk@chromium.org2012-09-252-12/+34
* Validate length of isochronous transfers before submitting.gdk@chromium.org2012-09-182-0/+7
* Adding tests for USB extension APIgdk@chromium.org2012-08-152-38/+44