centos man page for usb_register_device_driver

Query: usb_register_device_driver

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

USB_REGISTER_DEVICE_(9) 					   USB Core APIs					   USB_REGISTER_DEVICE_(9)

NAME
usb_register_device_driver - register a USB device (not interface) driver
SYNOPSIS
int usb_register_device_driver(struct usb_device_driver * new_udriver, struct module * owner);
ARGUMENTS
new_udriver USB operations for the device driver owner module owner of this driver.
DESCRIPTION
Registers a USB device driver with the USB core. The list of unattached devices will be rescanned whenever a new driver is added, allowing the new driver to attach to any recognized devices.
RETURN
A negative error code on failure and 0 on success.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 USB_REGISTER_DEVICE_(9)
Related Man Pages
ucycom(4) - debian
struct_usb_device_driver(9) - suse
ehci(4) - freebsd
ucycom(4) - freebsd
umct(4) - linux
Similar Topics in the Unix Linux Community
How to increment version inside a file?
Tar Command
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq