Next: Reference
Up: The Linux USB Subsystem
Previous: Compatibility Wrappers
  Contents
  Index
A sample device driver is the dabusb driver which is part of the latest kernel
tree. The driver covers these topics:
- Supporting multiple devices
- Claiming an interface
- Setting configuration and alternate settings
- Submitting control and bulk URBs
- Reading an isochronous data stream
- Allowing hot unplug
You can find further information and updates on [3], [2]
Now some code fragments will follow to show how to actually program
different transfers.
Detlef Fliegl
2001-01-08