Re: USB Driver Questions

2004-03-10 Thread admin2
I figured it out. To dynamically load/unload the driver it has to be excluded from the kernel config. Only then will the kld* tools allow to manipulate the module. Chris On Tue, 9 Mar 2004 [EMAIL PROTECTED] wrote: How does one force the use of a particular driver for a USB device without

USB Driver Questions

2004-03-09 Thread admin2
How does one force the use of a particular driver for a USB device without removing the preferred driver from the kernel conf? For example, I have an HID compliant device that is handled by the uhid driver, however I wish to use the ugen driver temporarily for some testing. I created the