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

Unified Diff: tools/usb_gadget/usb_constants.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/hid_echo_gadget.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/usb_gadget/usb_constants.py
diff --git a/tools/usb_gadget/usb_constants.py b/tools/usb_gadget/usb_constants.py
index b0d1e388fce74ea4db473e16e4a424bca9f098d3..333f03abf23861af5ad6daafbef5bea77b67d134 100644
--- a/tools/usb_gadget/usb_constants.py
+++ b/tools/usb_gadget/usb_constants.py
@@ -166,3 +166,4 @@ class ProductID(object):
GOOGLE_TEST_GADGET = 0x2000
GOOGLE_KEYBOARD_GADGET = 0x2001
GOOGLE_MOUSE_GADGET = 0x2002
+ GOOGLE_HID_ECHO_GADGET = 0x2003
« no previous file with comments | « tools/usb_gadget/hid_echo_gadget.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698