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

Unified Diff: tools/usb_gadget/usb_constants.py

Issue 418773002: [usb_gadget p07] HTTP management server. (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/server.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 4d7cff0563d405599aafd08683d3193283658be2..b0d1e388fce74ea4db473e16e4a424bca9f098d3 100644
--- a/tools/usb_gadget/usb_constants.py
+++ b/tools/usb_gadget/usb_constants.py
@@ -163,5 +163,6 @@ class VendorID(object):
class ProductID(object):
# TODO(reillyg): Get officially assigned IDs for these devices.
+ GOOGLE_TEST_GADGET = 0x2000
GOOGLE_KEYBOARD_GADGET = 0x2001
GOOGLE_MOUSE_GADGET = 0x2002
« no previous file with comments | « tools/usb_gadget/server.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698