Subject: Lkm & usb
To: None <tech-kern@netbsd.org>
From: Vincent <10.50@free.fr>
List: tech-kern
Date: 05/06/2004 21:04:19
Hi there,

I'm always in the process of developing my new USB camera driver. I
decided to embed it in a LKM to help testing and debugging.

However, if I can load the lkm driver okay, the system seems not to be
aware of it, that is, when I switch the camera on, it stills attaches it
to ugen rather than ucams.

Wherefore, I'd have liked to know if there is a special function to call
inside lkmload ( ) to have the driver registered and/or attached to
usb*. Or if I still should declare to config a fake driver to be
replaced by the LKM at load time.

Thanks a lot !
Vincent