Searched refs:usbPath (Results 1 – 1 of 1) sorted by relevance
269 char usbPath[64 + 1]; /* device's physical usb path */ member1735 usb_make_path(usbdev, aiptek->features.usbPath, in aiptek_probe()1736 sizeof(aiptek->features.usbPath)); in aiptek_probe()1737 strlcat(aiptek->features.usbPath, "/input0", in aiptek_probe()1738 sizeof(aiptek->features.usbPath)); in aiptek_probe()1744 inputdev->phys = aiptek->features.usbPath; in aiptek_probe()