Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2415)

Unified Diff: device/usb/usb_descriptors.h

Issue 1697863003: Revert of Parse USB interface association descriptors. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | device/usb/usb_descriptors.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/usb/usb_descriptors.h
diff --git a/device/usb/usb_descriptors.h b/device/usb/usb_descriptors.h
index a1414154ff757eea25b14b20b967a2b3ded761d3..c99a6def7bf9e3e37c1849517e572bc692a895fe 100644
--- a/device/usb/usb_descriptors.h
+++ b/device/usb/usb_descriptors.h
@@ -85,8 +85,6 @@
uint8_t interface_protocol;
std::vector<UsbEndpointDescriptor> endpoints;
std::vector<uint8_t> extra_data;
- // First interface of the function to which this interface belongs.
- uint8_t first_interface;
};
struct UsbConfigDescriptor {
@@ -96,10 +94,6 @@
uint16_t maximum_power);
UsbConfigDescriptor() = delete;
~UsbConfigDescriptor();
-
- // Scans through |extra_data| for interface association descriptors and
- // populates |first_interface| for each interface in this configuration.
- void AssignFirstInterfaceNumbers();
uint8_t configuration_value;
bool self_powered;
« no previous file with comments | « no previous file | device/usb/usb_descriptors.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698