[linux-usb-devel] A question about USB program interface

2003-09-17 Thread zhihua Li
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 My problem is as follows. 1. What is the interface of the applica

Re: [linux-usb-devel] A question about USB program interface

2003-09-18 Thread Daniel Drake
I'm in a similar situation myself. Except that I've never written code for the kernel before starting on some USB things. Greg KH (the main USB maintainer) has written some quite detailed docs on both the USB code system in general and also a guide on writing USB device drivers. Just "make htmldo

Re: [linux-usb-devel] A question about USB program interface

2003-09-18 Thread Greg KH
On Thu, Sep 18, 2003 at 01:18:50AM +, 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

Re: [linux-usb-devel] A question about USB program interface

2003-09-19 Thread zhihua Li
On Thu, Sep 18, 2003 at 01:18:50AM +, 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

Re: [linux-usb-devel] A question about USB program interface

2003-09-20 Thread Greg KH
On Fri, Sep 19, 2003 at 04:57:42AM +, zhihua Li wrote: > > >On Thu, Sep 18, 2003 at 01:18:50AM +, 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