First page
Back
Continue
Last page
Overview
Graphics
Driver (un)registration
When the driver is loaded or unloaded, it must register or unregister itself from the USB core
Done using
usb_register()
and
usb_deregister()
, provided by the USB core.