HomeSort by relevance Sort by last modified time
    Searched full:port_path (Results 1 - 1 of 1) sorted by null

  /external/libusb/examples/
xusb.c 800 uint8_t bus, port_path[8]; local
824 r = libusb_get_port_numbers(dev, port_path, sizeof(port_path));
828 printf(" port path: %d", port_path[0]);
830 printf("->%d", port_path[i]);
    [all...]

Completed in 104 milliseconds