usb_make_path (9) Linux Manual Page
usb_make_path – returns stable device path in the usb tree Synopsis int usb_make_path(struct usb_device *dev, char *buf, size_t size); Arguments dev the device whose path is being constructed buf where to put the string size how big is “buf”? Return Length of the string (> 0) or negative if size was too small. Note This…
