Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2009 13:44:45 +0200
From:      Hans Petter Selasky <hselasky@c2i.net>
To:        freebsd-hackers@freebsd.org
Cc:        "Rodrigo OSORIO \(ros\)" <rodrigo@bebik.net>
Subject:   Re: improve my USB knowledge
Message-ID:  <200905251344.46530.hselasky@c2i.net>
In-Reply-To: <20090525083845.GA95406@hodja.bebik.net>
References:  <20090525083845.GA95406@hodja.bebik.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 25 May 2009, Rodrigo OSORIO (ros) wrote:
> Hi fellow hackers,
>
> This weekend I try to increase my knowledge about USB devices - I start
> from 0 - playing with one of this funny low cost USB gadgets.
> I read few articles about writing USB drivers, specially the Linux USB
> development guide, and I want to know if there is others (BSD related)
> articles or documents I can/must read.  FYI, I work with the new USB stack
> in 8-CURRENT.
>

Hi,

Maybe a good starting point would be usbconfig utility and the do_request 
command, which allows you to control your gadget through the control 
endpoint.

Else there is the manpages:

man libusb
man usb

--HPS



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905251344.46530.hselasky>