usb_deregister(9) suse man page | unix.com

Man Page: usb_deregister

Operating Environment: suse

Section: 9

USB_DEREGISTER(9)						   USB Core APIs						 USB_DEREGISTER(9)

NAME
usb_deregister - unregister a USB interface driver
SYNOPSIS
void usb_deregister(struct usb_driver * driver);
ARGUMENTS
driver USB operations of the interface driver to unregister
CONTEXT
must be able to sleep
DESCRIPTION
Unlinks the specified driver from the internal USB driver list.
NOTE
If you called usb_register_dev, you still need to call usb_deregister_dev to clean up your driver's allocated minor numbers, this * call will no longer do it for you.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 USB_DEREGISTER(9)
Related Man Pages
ehci(4) - netbsd
usb_queue_reset_device(9) - suse
ehci(4) - minix
uftdi(4) - minix
uftdi(4) - v7
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Change directory error
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Update kernel Linux without reboot?!