Query: usb_register_driver
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
USB_REGISTER_DRIVER(9) USB Core APIs USB_REGISTER_DRIVER(9)NAMEusb_register_driver - register a USB interface driverSYNOPSISint usb_register_driver(struct usb_driver * new_driver, struct module * owner, const char * mod_name);ARGUMENTSnew_driver USB operations for the interface driver owner module owner of this driver. mod_name module name stringDESCRIPTIONRegisters a USB interface driver with the USB core. The list of unattached interfaces will be rescanned whenever a new driver is added, allowing the new driver to attach to any recognized interfaces.RETURNA negative error code on failure and 0 on success.NOTEif you want your driver to use the USB major number, you must call usb_register_dev to enable that functionality. This function no longer takes care of that.COPYRIGHTKernel Hackers Manual 3.10 June 2014 USB_REGISTER_DRIVER(9)
Related Man Pages |
---|
struct_usb_device_driver(9) - centos |
uftdi(4) - debian |
uftdi(4) - centos |
uftdi(4) - linux |
uftdi(4) - plan9 |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
Tar Command |
Docker learning Phase-I |
Controlling user input |