Can't find example class driver code for USB DDK from 6.1.0

The USB help files indicated it would be in the “usb/class” directory but I
can’t even find that. I need the full path from the root. Does anybody
know where it is?

Paul Holmquist <paul.holmquist@guidant.com> wrote:
: The USB help files indicated it would be in the “usb/class” directory but I
: can’t even find that. I need the full path from the root. Does anybody
: know where it is?

Look under /usr/src/ddk-6.1.0/usb/src/hardware/class. The directory structure
changed after the docs were written. Those docs are on our long list of
things to update.


Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

find / -type d -name class

Paul Holmquist wrote:

The USB help files indicated it would be in the “usb/class” directory but I
can’t even find that. I need the full path from the root. Does anybody
know where it is?

I check and the installation left my usr/src directory empty. I tried to
reinstall the USB DDK but that didn’t work either. Is there a tar file or
some archive that I can download get the example source files?

“Steve Reid” <stever@qnx.com> wrote in message
news:9s8s3s$j7f$1@nntp.qnx.com

Paul Holmquist <> paul.holmquist@guidant.com> > wrote:
: The USB help files indicated it would be in the “usb/class” directory
but I
: can’t even find that. I need the full path from the root. Does anybody
: know where it is?

Look under /usr/src/ddk-6.1.0/usb/src/hardware/class. The directory
structure
changed after the docs were written. Those docs are on our long list of
things to update.


Steve Reid > stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

The installation from the 6.1.0 CD didn’t even create a usr/src directory!
There is a number of directories under /usr but not one has the name “src”.
I also tried the “find” utility but all it found was the DDK’s under the
package directory.

“Paul Holmquist” <paul.holmquist@guidant.com> wrote in message
news:9sch3n$fn$1@nntp.qnx.com

I check and the installation left my usr/src directory empty. I tried to
reinstall the USB DDK but that didn’t work either. Is there a tar file or
some archive that I can download get the example source files?

“Steve Reid” <> stever@qnx.com> > wrote in message
news:9s8s3s$j7f$> 1@nntp.qnx.com> …
Paul Holmquist <> paul.holmquist@guidant.com> > wrote:
: The USB help files indicated it would be in the “usb/class” directory
but I
: can’t even find that. I need the full path from the root. Does
anybody
: know where it is?

Look under /usr/src/ddk-6.1.0/usb/src/hardware/class. The directory
structure
changed after the docs were written. Those docs are on our long list of
things to update.


Steve Reid > stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems

The installation from the 6.1.0 CD didn’t even create a usr/src directory!
There is a number of directories under /usr but not one has the name “src”.
I also tried the “find” utility that was suggested but all it found was the
DDK’s under the package directory.

Thanks for the help!

“Dean Douthat” <ddouthat@faac.com> wrote in message
news:3BE7FA0A.F707F8EE@faac.com

find / -type d -name class

Paul Holmquist wrote:

The USB help files indicated it would be in the “usb/class” directory
but I
can’t even find that. I need the full path from the root. Does anybody
know where it is?

Dean Douthat wrote:

find / -type d -name class

Paul Holmquist wrote:


The USB help files indicated it would be in the “usb/class” directory but I
can’t even find that. I need the full path from the root. Does anybody
know where it is?


get-cvs-src is what you are looking for.