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

Unified Diff: tools/usb_gadget/usb_constants.py

Issue 436213005: usb_gadget: Switch to official Google product IDs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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_impl.cc ('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 333f03abf23861af5ad6daafbef5bea77b67d134..f79454a8c0054747edad6996506c7f7a0508bde5 100644
--- a/tools/usb_gadget/usb_constants.py
+++ b/tools/usb_gadget/usb_constants.py
@@ -162,8 +162,7 @@ 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
- GOOGLE_HID_ECHO_GADGET = 0x2003
+ GOOGLE_TEST_GADGET = 0x58F0
+ GOOGLE_KEYBOARD_GADGET = 0x58F1
+ GOOGLE_MOUSE_GADGET = 0x58F2
+ GOOGLE_HID_ECHO_GADGET = 0x58F3
« no previous file with comments | « device/test/usb_test_gadget_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698