> We are starting a project, of which the ultimate goal is to develop a
> driver for both Linux and OSX. Due to the lack of experience in OSX
> driver development, we'll start off doing the Linux version first.
>
> The USB driver is an Application-level driver used to control a USB 2.0
> video camera.
IMO, the best driver is no driver.
If you really have a need that can be satisfied with application-level stuff,
do it with application code and not kernel code. Libusb provides a layer of
abstraction that should let you have identical code under both Linux and OSX.
Reference http://libusb.sf.net
Of course, sometimes you have to do a "real" driver...
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/usb/email@hidden
This email sent to email@hidden