Man Page: usb_register_device_driver
Operating Environment: suse
Section: 9
USB_REGISTER_DEVICE_(9) USB Core APIs USB_REGISTER_DEVICE_(9)NAMEusb_register_device_driver - register a USB device (not interface) driverSYNOPSISint usb_register_device_driver(struct usb_device_driver * new_udriver, struct module * owner);ARGUMENTSnew_udriver USB operations for the device driver owner module owner of this driver.DESCRIPTIONRegisters 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. Returns a negative error code on failure and 0 on success.COPYRIGHTKernel Hackers Manual 2.6. July 2010 USB_REGISTER_DEVICE_(9)
| Related Man Pages |
|---|
| ehci(4) - freebsd |
| snd_uaudio(4) - freebsd |
| umct(4) - centos |
| umct(4) - minix |
| umct(4) - plan9 |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Is UNIX an open source OS ? |
| Migrating to UNIX |
| A (ksh) Library For and From UNIX.com |
| 32 bit process addressing more than 4GB |