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

Unified Diff: device/test/usb_test_gadget_impl.cc

Issue 423473008: [usb_gadget p13] Replace LUFA with UsbTestGadget in HidConnection tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 | « device/test/usb_test_gadget.h ('k') | tools/usb_gadget.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « device/test/usb_test_gadget.h ('k') | tools/usb_gadget.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698