Searched refs:usbPath (Results 1 – 1 of 1) sorted by relevance
237 char usbPath[64 + 1]; /* device's physical usb path */ member1708 usb_make_path(usbdev, aiptek->features.usbPath, in aiptek_probe()1709 sizeof(aiptek->features.usbPath)); in aiptek_probe()1710 strlcat(aiptek->features.usbPath, "/input0", in aiptek_probe()1711 sizeof(aiptek->features.usbPath)); in aiptek_probe()1717 inputdev->phys = aiptek->features.usbPath; in aiptek_probe()