On Fri, Sep 19, 2003 at 04:57:42AM +0000, zhihua Li wrote:
> 
> >On Thu, Sep 18, 2003 at 01:18:50AM +0000, zhihua Li wrote:
> >> Hi,
> >> I am really a freshman of Linux USB. If my question looks like silly,
> >> please do not laugh at me.
> >>
> >> Now I am trying to make my USB device can work on Linux, SO
> >> 1. I will develop a USB driver
> >> 2. An application to function my device
> >
> >First, what kind of device is this?
> 
> The device is character device. I only use Bulk transfer to transfer my 
> data from appication to device.
> 
> Any suggestion? :)

Hm, you didn't answer what kind of device this is (serial to usb, usb
camera, usb lcd display, etc.)

If you're just using bulk transfers, use libusb/usbfs to talk to the
device, no kernel driver needed.

Good luck,

greg k-h


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to