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

Unified Diff: tools/usb_gadget/usb_constants.py

Issue 418603003: [usb_gadget p05] Add a HID mouse gadget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a copy-paste error. 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/mouse_gadget_test.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 106b37c08d92c43a45aa643e18ab3ab8efc41d15..4d7cff0563d405599aafd08683d3193283658be2 100644
--- a/tools/usb_gadget/usb_constants.py
+++ b/tools/usb_gadget/usb_constants.py
@@ -164,3 +164,4 @@ class VendorID(object):
class ProductID(object):
# TODO(reillyg): Get officially assigned IDs for these devices.
GOOGLE_KEYBOARD_GADGET = 0x2001
+ GOOGLE_MOUSE_GADGET = 0x2002
« no previous file with comments | « tools/usb_gadget/mouse_gadget_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698