summaryrefslogtreecommitdiffstats
path: root/tools/usb_gadget
Commit message (Expand)AuthorAgeFilesLines
* Add a GN target to build the USB gadget Python package.reillyg2016-02-041-0/+39
* usb_gadget: Define a string descriptor type and use it.reillyg2015-07-222-5/+31
* usb_gadget: Add support for Microsoft OS 2.0 Descriptors.reillyg2015-07-169-34/+325
* usb_gadget: Add Microsoft OS Descriptor support.reillyg2015-07-144-2/+99
* usb_gadget: Properly support custom HID endpoint addresses.reillyg2015-07-091-3/+5
* usb_gadget: Add infrastructure for creating a composite devices.reillyg2015-07-0612-226/+682
* usb_gadget: Fix endpoint names for the MUSB gadget controller.reillyg2015-07-061-20/+20
* Write the packaged USB gadget app in binary mode.reillyg2014-12-151-2/+2
* Add a Windows INF file for the non-standard USB gadget devices.reillyg2014-12-151-0/+64
* Move tools/usb_gadget.gyp to tools/usb_gadget/usb_gadget.gyp.reillyg2014-09-061-0/+52
* USB interrupt and bulk transfer tests using an echo gadget.reillyg2014-09-043-0/+220
* usb_gadget: Switch to official Google product IDs.reillyg@chromium.org2014-08-051-5/+4
* [usb_gadget p13] Replace LUFA with UsbTestGadget in HidConnection tests.reillyg@chromium.org2014-08-043-0/+108
* [usb_gadget p10] Web handlers for the keyboard and mouse gadgets.reillyg@chromium.org2014-07-294-1/+86
* [usb_gadget p09] Software updates over HTTP.reillyg@chromium.org2014-07-253-1/+104
* [usb_gadget p08] Package the USB gadget framework for easy distribution.reillyg@chromium.org2014-07-252-0/+87
* [usb_gadget p07] HTTP management server.reillyg@chromium.org2014-07-245-0/+176
* [usb_gadget p05] Add a HID mouse gadget.reillyg@chromium.org2014-07-244-37/+172
* [usb_gadget p04] Add a HID keyboard gadget.reillyg@chromium.org2014-07-244-41/+231
* This module provides a class to bind an instance of gadget.Gadget to thereillyg@chromium.org2014-07-241-0/+302
* [usb_gadget p01] Functions for encoding HID descriptors.reillyg@chromium.org2014-07-245-5/+432
* [usb_gadget p03] Base USB HID gadget implementation.reillyg@chromium.org2014-07-242-0/+622
* [usb_gadget p02] Basic USB device implementation.reillyg@chromium.org2014-07-242-0/+717
* [usb_gadget p00] Classes for encoding USB descriptors.reillyg@chromium.org2014-07-234-0/+755