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

Unified Diff: tools/usb_gadget/__main__.py

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 | « tools/usb_gadget.gyp ('k') | tools/usb_gadget/hid_echo_gadget.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/usb_gadget/__main__.py
diff --git a/tools/usb_gadget/__main__.py b/tools/usb_gadget/__main__.py
index f45a51b08133e3149be9e868c89243f7ba7e6125..e82dd6dbbdfb0dabe375f2cd34566dc76eeb54b5 100644
--- a/tools/usb_gadget/__main__.py
+++ b/tools/usb_gadget/__main__.py
@@ -9,6 +9,7 @@ import argparse
import netifaces
from tornado import ioloop
+import hid_echo_gadget
import keyboard_gadget
import linux_gadgetfs
import mouse_gadget
@@ -48,6 +49,7 @@ def main():
server.chip = linux_gadgetfs.LinuxGadgetfs(server.hardware)
server.SwitchGadget(server.default)
+ hid_echo_gadget.RegisterHandlers()
keyboard_gadget.RegisterHandlers()
mouse_gadget.RegisterHandlers()
« no previous file with comments | « tools/usb_gadget.gyp ('k') | tools/usb_gadget/hid_echo_gadget.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698