#include "usb-private.h"#include "usb-mouse.h"Functions | |
| void | mouUSBRead (DevicePtr pDev, MOTIONPROC motion, ENQUEUEPROC enqueue, CHECKPROC checkspecial, BLOCK block) | 
| void | mouUSBInit (DevicePtr pDev) | 
| int | mouUSBOn (DevicePtr pDev) | 
| void | mouUSBGetInfo (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.  |