index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
device
/
usb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace base::str[n]casecmp with helper functions.
brettw
2015-07-10
1
-3
/
+2
*
Add test for UsbDeviceHandle::SetInterfaceAlternateSetting.
reillyg
2015-07-06
1
-2
/
+30
*
Temporarily re-enable requesting USB interfaces with RequestPathAccess.
reillyg
2015-06-29
4
-0
/
+48
*
Open USB devices through the permission broker's OpenPath method.
reillyg
2015-06-24
4
-12
/
+41
*
Better track in progress USB enumerations on Windows.
reillyg
2015-06-17
2
-31
/
+35
*
Return after posting success or failure in EnumerateUdevDevice.
reillyg
2015-06-17
1
-0
/
+3
*
Fetch USB device strings asynchronously to avoid libusb race conditions.
reillyg
2015-06-15
6
-329
/
+380
*
Reland: Introduce the devices Mojo app
rockot
2015-06-11
17
-2400
/
+1
*
Revert of Introduce the devices Mojo app (patchset #5 id:160001 of https://co...
kjellander
2015-06-11
7
-127
/
+131
*
Introduce the devices Mojo app
rockot
2015-06-11
7
-131
/
+127
*
Invoke RequestPathAccess implicitly in UsbDevice::Open.
reillyg
2015-06-04
4
-22
/
+30
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
Fill out the USB Device mojo interface
rockot
2015-06-03
12
-84
/
+1569
*
Replace UsbDevice's unique_id with a GUID string
rockot
2015-06-01
14
-67
/
+51
*
Reland: Build a basic Mojo service framework for device/usb
rockot
2015-05-28
16
-0
/
+912
*
Revert of Build a basic Mojo service framework for device/usb (patchset #4 id...
rockot
2015-05-28
16
-906
/
+0
*
Build a basic Mojo service framework for device/usb
rockot
2015-05-28
16
-0
/
+906
*
Remove thread check from the UsbDeviceHandle destructor.
reillyg
2015-05-22
2
-30
/
+13
*
Avoid a race between libusb_submit_transfer and libusb_free_transfer.
reillyg
2015-05-14
1
-1
/
+5
*
Extract //device/usb mocks so that they can be shared.
reillyg
2015-05-14
9
-21
/
+287
*
Add a manifest property declaring USB printers supported by an app.
reillyg
2015-05-07
2
-3
/
+4
*
Populate device node in UsbDeviceImpl on Chrome OS.
reillyg
2015-04-22
3
-1
/
+6
*
Move device/usb classes from the FILE thread to UI thread.
reillyg
2015-04-16
15
-950
/
+1319
*
Check USB device path access when prompting users to select a device.
reillyg
2015-04-07
7
-44
/
+73
*
Detect devices with WinUSB.sys loaded before triggering enumeration.
reillyg
2015-04-03
2
-11
/
+131
*
Apply gn format with 'sources' sorting to src/
scottmg
2015-02-28
1
-3
/
+3
*
Log device/usb messages to chrome://device-log.
reillyg
2015-02-23
6
-45
/
+63
*
Add device dependency GN's header checker found.
brettw
2015-02-21
1
-0
/
+1
*
Add more targets to GN check.
brettw
2015-02-20
1
-0
/
+3
*
Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...
rdevlin.cronin
2015-02-20
1
-3
/
+0
*
Add more targets to "gn check"
brettw
2015-02-19
1
-0
/
+3
*
Add a UsbService::Observer function for cleanup actions.
reillyg
2015-02-06
2
-0
/
+8
*
Remove iterator typedefs for USB descriptor types.
reillyg
2015-01-23
1
-4
/
+0
*
Fix Android USB debugging through DevTools.
reillyg
2015-01-23
1
-2
/
+7
*
Add browser tests for USB device add/remove events.
reillyg
2015-01-22
6
-148
/
+198
*
Update {virtual,override,final} to follow C++11 style in device.
dcheng
2015-01-16
1
-1
/
+1
*
Mark UsbServiceImpl::UIThreadHelper as final.
reillyg
2015-01-13
1
-1
/
+2
*
UsbDeviceHandleImpl must hold a scoped_refptr to UsbDeviceImpl.
reillyg
2015-01-10
2
-4
/
+4
*
Add support for sending a USB SET_CONFIGURATION request.
reillyg
2015-01-08
8
-124
/
+134
*
Use DeviceMonitorWin to observe "UsbDevice" class devices.
reillyg
2015-01-08
1
-1
/
+68
*
Add onDeviceAdded and onDeviceRemoved events to chrome.usb.
reillyg
2015-01-07
3
-11
/
+18
*
Add an Observer interface to UsbService for device add/remove.
reillyg
2015-01-06
4
-46
/
+73
*
Use USB hotplug events from libusb when possible.
reillyg
2015-01-05
1
-31
/
+138
*
Resolve two USB transfer handling regressions.
reillyg
2014-12-24
1
-5
/
+9
*
Enable USB gadget tests on OS X.
reillyg
2014-12-13
1
-14
/
+14
*
Fix WeakPtrFactory member ordering in device
anujk.sharma
2014-12-12
2
-3
/
+3
*
Fix USB build dependency
dnicoara
2014-12-10
1
-0
/
+1
*
gn format // (the rest, except mojo)
scottmg
2014-12-03
1
-4
/
+10
*
Chrome OS to use RequestPathAccess instead of RequestUsbAccess.
hshi
2014-12-02
2
-3
/
+13
*
Track libusb_transfer lifetime in a separate class.
reillyg
2014-12-01
2
-267
/
+390
[next]