From bc18786a3d7b058bd2579ba1381e278a17fed40c Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 28 Apr 2010 14:37:15 +0000 Subject: Removed files not in the git repository --- xorg-server/hw/dmx/doc/html/usb-common_8h.html | 225 ------------------------- 1 file changed, 225 deletions(-) delete mode 100644 xorg-server/hw/dmx/doc/html/usb-common_8h.html (limited to 'xorg-server/hw/dmx/doc/html/usb-common_8h.html') diff --git a/xorg-server/hw/dmx/doc/html/usb-common_8h.html b/xorg-server/hw/dmx/doc/html/usb-common_8h.html deleted file mode 100644 index 6fb3ff95e..000000000 --- a/xorg-server/hw/dmx/doc/html/usb-common_8h.html +++ /dev/null @@ -1,225 +0,0 @@ - - - - - File Index - - - - - -
-

usb-common.h File Reference

-

Go to the source code of this file.

- - - - - - - - - -

Enumerations

enum  usbType { usbMouse, -usbKeyboard, -usbOther - }

Functions

pointer usbCreatePrivate (DeviceIntPtr pDevice)
void usbDestroyPrivate (pointer priv)
void usbRead (DevicePtr pDev, dmxMotionProcPtr motion, dmxEnqueueProcPtr enqueue, int minButton, DMXBlockType block)
void usbInit (DevicePtr pDev, usbType type)
void usbOff (DevicePtr pDev)
-

Detailed Description

-

Interface to common USB support.

-
See also:
usb-common.c
-
-usb-mouse.c
-
-usb-keyboard.c
-
-usb-other.c
-

Enumeration Type Documentation

- -
-
- - - - -
enum usbType
-
-
-
Enumerator:
- - - -
usbMouse  -
usbKeyboard  -
usbOther  -
-
-
- -
-
-

Function Documentation

- -
-
- - - - - - - - - -
pointer usbCreatePrivate (DeviceIntPtr  pDevice ) 
-
-
-

Create a private structure for use within this file.

- -

References _myPrivate::fd, and _myPrivate::pDevice.

- -
-
- -
-
- - - - - - - - - -
void usbDestroyPrivate (pointer  priv ) 
-
-
-

Destroy a private structure.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - -
void usbInit (DevicePtr  pDev,
usbType  type 
)
-
-
-

Initialized pDev as a usbMouse, usbKeyboard, or usbOther device.

- -

References FATAL1, GETPRIV, O_NONBLOCK, test_bit, test_bits, usbKeyboard, usbMouse, usbOther, and usbPrint().

- -

Referenced by kbdUSBInit(), mouUSBInit(), and othUSBInit().

- -
-
- -
-
- - - - - - - - - -
void usbOff (DevicePtr  pDev ) 
-
-
-

Turn pDev off (i.e., stop taking input from pDev).

- -

References GETPRIV.

- -
-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void usbRead (DevicePtr  pDev,
dmxMotionProcPtr  motion,
dmxEnqueueProcPtr  enqueue,
int  minButton,
DMXBlockType  block 
)
-
-
- -
-
-
-
-
- - Generated June 29, 2004 for Distributed Multihead X by - doxygen - 1.3.4. - - - - - -- cgit v1.2.3