FreeBSD USB driver Documents?

View: New views
3 Messages — Rating Filter:   Alert me  

FreeBSD USB driver Documents?

by vishalu93 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am trying to understand FreeBSD USB driver stack. The code is not commented and hence it is difficult/time consuming to understand the code. Are there any documents available describing different functions of USB driver.

Re: FreeBSD USB driver Documents?

by Hans Petter Selasky :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tuesday 11 August 2009 16:15:21 vishalu93 wrote:
> I am trying to understand FreeBSD USB driver stack. The code is not
> commented and hence it is difficult/time consuming to understand the code.
> Are there any documents available describing different functions of USB
> driver.

There is /usr/src/tools/kerneldoc/

man 3 usb
man 4 usb
man libusb

Else look at already existing drivers. No books from O'reilly available yet
:-)

--HPS
_______________________________________________
freebsd-usb@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscribe@..."

Re: FreeBSD USB driver Documents?

by vishalu93 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am using FreeBSD version 6.0. Are there any documentation available for that version?


Hans Petter Selasky wrote:
On Tuesday 11 August 2009 16:15:21 vishalu93 wrote:
> I am trying to understand FreeBSD USB driver stack. The code is not
> commented and hence it is difficult/time consuming to understand the code.
> Are there any documents available describing different functions of USB
> driver.

There is /usr/src/tools/kerneldoc/

man 3 usb
man 4 usb
man libusb

Else look at already existing drivers. No books from O'reilly available yet
:-)

--HPS
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org"