Re: [linux-usb-devel] About Basics of Linux USB Device Driver

2002-11-22 Thread David Rio
On Thu, 21 Nov 2002, Rajendra Kumar wrote: Hi All, I am new to USB Device Drivers. I am theoratically aware of USB architecture and Linux USB Subsystem. Now I want to write USB Device Driver (i.e. Client Driver) for my USB Device. Can anyone give me right startup for this? I am looking for

[linux-usb-devel] About Basics of Linux USB Device Driver

2002-11-21 Thread Rajendra Kumar
Hi All, I am new to USB Device Drivers. I am theoratically aware of USB architecture and Linux USB Subsystem. Now I want to write USB Device Driver (i.e. Client Driver) for my USB Device. Can anyone give me right startup for this? I am looking for one sample driver and information about how

Re: [linux-usb-devel] About Basics of Linux USB Device Driver

2002-11-21 Thread shino korah
Use usb-skelton.c, It's there in your kernel source code. --- Rajendra Kumar [EMAIL PROTECTED] wrote: Hi All, I am new to USB Device Drivers. I am theoratically aware of USB architecture and Linux USB Subsystem. Now I want to write USB Device Driver (i.e. Client Driver) for my USB Device.