| Index: device/test/usb_test_gadget_impl.cc
|
| diff --git a/device/test/usb_test_gadget_impl.cc b/device/test/usb_test_gadget_impl.cc
|
| index 65d37aa7338fad95c29e2ab0cf2aa62fde6898eb..6667b25311d76d88bba95991c684f427809167c8 100644
|
| --- a/device/test/usb_test_gadget_impl.cc
|
| +++ b/device/test/usb_test_gadget_impl.cc
|
| @@ -61,6 +61,7 @@ static const struct UsbTestGadgetConfiguration kConfigurations[] = {
|
| { UsbTestGadget::DEFAULT, "/unconfigure", 0x2000 },
|
| { UsbTestGadget::KEYBOARD, "/keyboard/configure", 0x2001 },
|
| { UsbTestGadget::MOUSE, "/mouse/configure", 0x2002 },
|
| + { UsbTestGadget::HID_ECHO, "/hid_echo/configure", 0x2003 },
|
| };
|
|
|
| class UsbTestGadgetImpl : public UsbTestGadget {
|
|
|