Chromium Code Reviews| Index: device/usb/usb_descriptors.cc |
| diff --git a/device/usb/usb_descriptors.cc b/device/usb/usb_descriptors.cc |
| index 645ee5631547d2b89ee0acdc7d75968532e8728d..dd4b94d931bce78c5666af5c1d675f5334aa793f 100644 |
| --- a/device/usb/usb_descriptors.cc |
| +++ b/device/usb/usb_descriptors.cc |
| @@ -41,7 +41,7 @@ const uint8_t kInterfaceDescriptorLength = 9; |
| const uint8_t kEndpointDescriptorLength = 7; |
| const uint8_t kInterfaceAssociationDescriptorLength = 8; |
| -const int kControlTransferTimeout = 60000; // 1 minute |
| +const int kControlTransferTimeout = 2000; // 2 seconds |
|
mcasas
2017/04/29 01:33:16
nit: consider encoding the units in the name, e.g.
|
| struct UsbInterfaceAssociationDescriptor { |
| UsbInterfaceAssociationDescriptor(uint8_t first_interface, |