Go to the source code of this file.
Functions | |
| pointer | ps2LinuxCreatePrivate (DeviceIntPtr pMouse) | 
| void | ps2LinuxDestroyPrivate (pointer priv) | 
| void | ps2LinuxInit (DevicePtr pDev) | 
| void | ps2LinuxGetInfo (DevicePtr pDev, DMXLocalInitInfoPtr info) | 
| int | ps2LinuxOn (DevicePtr pDev) | 
| void | ps2LinuxOff (DevicePtr pDev) | 
| void | ps2LinuxVTPreSwitch (pointer p) | 
| void | ps2LinuxVTPostSwitch (pointer p) | 
      
  | 
  
| 
 Create a private structure for use within this file.  | 
  
      
  | 
  
| 
 Destroy a private structure.  | 
  
      
  | 
  ||||||||||||
| 
 Fill the info structure with information needed to initialize pDev.  | 
  
      
  | 
  
| 
 Initialize pDev.  | 
  
      
  | 
  
| 
 Turn pDev off (i.e., stop taking input from pDev).  | 
  
      
  | 
  
| 
 Turn pDev on (i.e., take input from pDev).  | 
  
      
  | 
  
| 
 Currently unused hook called after returning from a VT switch.  | 
  
      
  | 
  
| 
 Currently unused hook called prior to an VT switch.  |