| 11 | * USB 3.0 support |
| 12 | * XHCI implementation |
| 13 | Haiku has already some support for UHCI, OHCI and EHCI. |
| 14 | |
| 15 | Requirements: acquiring a PCI-e USB 3.0 board (30$). |
| 16 | |
| 17 | * USB Video (UVC) |
| 18 | This driver will support higher end webcams and other devices. This should be designed with portability to other OSes, which encourages the re-use of coding efforts for both Haiku and non-Haiku operating systems. |
| 19 | |
| 20 | Requirements: owning an UVC webcam. |
| 21 | |
| 22 | * AV/1394 support |
| 23 | |
| 24 | Our Firewire stack supports DV receiving, but not controlling the A/V device (ie play/stop). This requires to modify the Firewire stack for FCP frame support. See AV/C Digital Interface Command Set General Specification for reference. |
| 25 | |
| 26 | Skill set: kernel development, API design, general C/C++, userland development |
| 27 | |
| 28 | Requirements: a DV camera, a machine with a Firewire port. |