Re: How to replace usb_register_dev() in a PCI driver



I have found the needed functions:
class_create(), class_destroy(),
class_device_create(), class_device_destroy()
.