lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 15f3c3f was 39f780e, checked in by Vojtech Horky <vojtechhorky@…>, 14 years ago |
Fix mainpage title
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Line | |
---|
1 | /**
|
---|
2 | @mainpage USB support for HelenOS
|
---|
3 |
|
---|
4 | This is reference manual for USB subsystem for HelenOS.
|
---|
5 |
|
---|
6 | HelenOS is a microkernel operating system where most of the functionality
|
---|
7 | is provided by userspace tasks rather than system calls.
|
---|
8 | This includes file system service, networking and also device drivers.
|
---|
9 |
|
---|
10 | USB is a standard for communication between host computers and computer
|
---|
11 | peripherals.
|
---|
12 | The advantage of USB over other kinds of connection between a computer
|
---|
13 | and a peripheral is its flexibility.
|
---|
14 | USB supports plugging and unplugging of devices without need to turn
|
---|
15 | off any of the components.
|
---|
16 | The data flow model is designed to accommodate together peripherals
|
---|
17 | with different transfer characteristics.
|
---|
18 |
|
---|
19 | Adding support for USB devices to HelenOS shall improve the usability
|
---|
20 | of the system in general even if the support concerns only USB 1.1 and
|
---|
21 | the only peripheral drivers are for keyboards and mice.
|
---|
22 |
|
---|
23 | This reference documentation can be found also on-line at homepage
|
---|
24 | of HelenOS USB project at http://helenos-usb.sourceforge.net/
|
---|
25 |
|
---|
26 | */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.