| Index: device/usb/usb_device_filter.cc
|
| diff --git a/device/usb/usb_device_filter.cc b/device/usb/usb_device_filter.cc
|
| index b52a4a3edc9af7af8603b80288d8181ce942441a..796b514e2348d8853143f135fc707c9f3ebc9868 100644
|
| --- a/device/usb/usb_device_filter.cc
|
| +++ b/device/usb/usb_device_filter.cc
|
| @@ -68,7 +68,7 @@ bool UsbDeviceFilter::Matches(scoped_refptr<UsbDevice> device) const {
|
| }
|
|
|
| if (interface_class_set_) {
|
| - const UsbConfigDescriptor* config = device->GetConfiguration();
|
| + const UsbConfigDescriptor* config = device->GetActiveConfiguration();
|
| if (!config) {
|
| return false;
|
| }
|
|
|