On Mon, Apr 15, 2002 at 04:46:45PM +0800, roger_ji wrote:
> Dear Sir/Madam,
> Which tool can I use to develop USB device driver in LINUX ?

C is the best tool for this, if you need a kernel driver.  People have
written userspace USB drivers in C++, C or Java.  Other languages are
possible, as the userspace interface is pretty simple.

> Could you provide me the USB device driver examples?

Have you not looked at the USB drivers in the kernel tree?  There's also
a usb-skeleton.c driver just to show an example of how to write a kernel
USB driver.

Hope this helps,

greg k-h

_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to