|
|
Include USB device version in chrome.usb.Device fields.
This field is sometimes necessary to determine the protocol supported by
a device as it may change from one version of a device with the same
vendor and product ID pair to the next.
While plumbing this through //device/usb this patch also adds a number
of other device descriptor fields that are exposed through the Mojo
interface but weren't actually hooked up.
BUG= 598825
TBR=yurys@chromium.org
Committed: https://crrev.com/a8a7407bab1e16cf519cb84eb73eb3c030f87528
Cr-Commit-Position: refs/heads/master@{#385617}
Total comments: 1
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+127 lines, -21 lines) |
Patch |
 |
M |
chrome/browser/devtools/device/usb/android_usb_browsertest.cc
|
View
|
1
|
1 chunk |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/usb/android/java/src/org/chromium/device/usb/ChromeUsbDevice.java
|
View
|
1
2
3
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/usb/mock_usb_device.cc
|
View
|
1
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/usb/mojo/type_converters.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/usb/usb_device.h
|
View
|
|
3 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
device/usb/usb_device.cc
|
View
|
|
2 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
device/usb/usb_device_android.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
device/usb/usb_device_android.cc
|
View
|
1
2
3
|
3 chunks |
+21 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/usb/usb_device_impl.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
device/usb/usb_device_impl.cc
|
View
|
|
1 chunk |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
device/usb/usb_service_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/api/usb/usb_guid_map.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/common/api/usb.idl
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
extensions/test/data/api_test/usb/device_handling/test.js
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 27 (14 generated)
|