On Mon, Apr 08, 2002 at 10:55:36AM -0700, David Brownell wrote:
>
> In the 2.5 kernel there's also kerneldoc; /usr/src/linux/README
> summarizes how to make it. The APIs visible to drivers have
> changed a small amount in 2.5, but in most cases those docs
> still reflect the behvior of 2.4.curre
> > Are there any further documentations ?
> > ...
>
> http://usb.cs.tum.edu/usbdoc/ is the best text documentation.
>
> The sources would be better documentation :)
And I usually give a disclaimer about that cs.tum.edu guide:
it's not exactly current, and sometimes describes "usb-uhci"
specifi
On Sun, Apr 07, 2002, Dominik Kuhlen <[EMAIL PROTECTED]> wrote:
> I'm new to Kernel- and USB programming.
>
> My digital camera does some USB Spec violation (eg : Request type 0x04
> (reserved for future use)), so I'm not sure if its a good idea to write a
> driver.
>
> The next question is ho