81071f5e8a
- Add the beginnings of the documentation for the USB module - Fix some mistakes here and there - Almost finished the support kit. Tried to update everything to the standards git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20724 a95241bf-73f2-0310-859d-f6bbb57e9c96
18 lines
325 B
Plaintext
18 lines
325 B
Plaintext
/*
|
|
* Copyright 2007, Haiku, Inc. All Rights Reserved.
|
|
* Distributed under the terms of the MIT License.
|
|
*
|
|
* Documentation by:
|
|
* Niels Sascha Reedijk <niels.reedijk@gmail.com>
|
|
*/
|
|
|
|
/*!
|
|
\page usb_modules Writing drivers for USB devices
|
|
|
|
This page will describe how the Haiku USB stack is structured.
|
|
*/
|
|
|
|
|
|
|
|
|
|
|