HomeSort by relevance Sort by last modified time
    Searched refs:Usb (Results 1 - 2 of 2) sorted by null

  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 19 #include <Usb.h>
63 usb.ctrlReq(addr, 0,
73 usb.ctrlReq(addr, 0,
100 usb.ctrlReq(addr, 0,
106 while (usb.getUsbTaskState() != USB_DETACHED_SUBSTATE_WAIT_FOR_DEVICE) {
108 usb.Task();
121 err = usb.getConfDescr(addr, 0, 4, 0, (char *)descBuff);
135 err = usb.getConfDescr(addr, 0, len, 0, (char *)descBuff);
212 epRecord[0] = *(usb.getDevTableEntry(0,0));
213 usb.setDevTableEntry(1, epRecord)
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 2 # List of USB ID's
4 # Maintained by Stephen J. Gowdy <linux.usb.ids@gmail.com>
6 # http://www.linux-usb.org/usb-ids.html
10 # http://www.linux-usb.org/usb.ids
32 0006 Generic USB Joystick
47 bc06 OCZ ATV USB 2.0 Flash Drive
48 bc08 OCZ Rally2/ATV USB 2.0 Flash Drive
50 ac02 ATV Turbo / Rally2 Dual Channel USB 2.0 Flash Driv
    [all...]

Completed in 4191 milliseconds