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 |