#include "usb-private.h"#include "dmxinputinit.h"#include "usb-other.h"| Functions | |
| void | othUSBRead (DevicePtr pDev, MOTIONPROC motion, ENQUEUEPROC enqueue, CHECKPROC checkspecial, BLOCK block) | 
| void | othUSBInit (DevicePtr pDev) | 
| int | othUSBOn (DevicePtr pDev) | 
| void | othUSBGetInfo (DevicePtr pDev, DMXLocalInitInfoPtr info) | 
| 
 | ||||||||||||
| Fill the info structure with information needed to initialize pDev. | 
| 
 | 
| Initialize pDev using usbInit. | 
| 
 | 
| Turn pDev on (i.e., take input from pDev). | 
| 
 | ||||||||||||||||||||||||
| Read the USB device using usbRead. |