Searched refs:usbPath (Results 1 – 1 of 1) sorted by relevance
282 char usbPath[64 + 1]; /* device's physical usb path */ member1765 usb_make_path(usbdev, aiptek->features.usbPath, in aiptek_probe()1766 sizeof(aiptek->features.usbPath)); in aiptek_probe()1767 strlcat(aiptek->features.usbPath, "/input0", in aiptek_probe()1768 sizeof(aiptek->features.usbPath)); in aiptek_probe()1774 inputdev->phys = aiptek->features.usbPath; in aiptek_probe()