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 |