最終更新:2017-05-30 (火) 18:49:30 (2522d)  

usb_get_driver_np
Top / usb_get_driver_np

Get driver name bound to interface

  • int usb_get_driver_np(usb_dev_handle *dev, int interface, char *name, int namelen);

Description

  • This function will obtain the name of the driver bound to the interface specified by the parameter interface and place it into the buffer named name limited to namelen characters.
  • Returns 0 on success or < 0 on error.
  • Implemented on Linux only.