|
version 1.1.2.51, 1998/07/19 13:21:54
|
version 1.2, 1998/07/25 16:55:20
|
|
|
|
| /* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86str.h,v 1.1.2.50 1998/07/18 17:53:27 dawes Exp $ */ |
/* $XFree86: xc/programs/Xserver/hw/xfree86/common/xf86str.h,v 1.1.2.51 1998/07/19 13:21:54 dawes Exp $ */ |
| | |
| /* | /* |
| * Copyright (c) 1997 by The XFree86 Project, Inc. | * Copyright (c) 1997 by The XFree86 Project, Inc. |
|
|
|
| PROT_LOGIMAN, /* MouseMan / TrackMan */ | PROT_LOGIMAN, /* MouseMan / TrackMan */ |
| PROT_PS2, /* PS/2 mouse */ | PROT_PS2, /* PS/2 mouse */ |
| PROT_MMHIT, /* MM_HitTab */ | PROT_MMHIT, /* MM_HitTab */ |
| PROT_GLIDEPOINT, /* ALPS GlidePoint */ |
PROT_GLIDEPOINT, /* ALPS serial GlidePoint */ |
| PROT_MSINTELLIMOUSE, /* Microsoft IntelliMouse */ |
PROT_IMSERIAL, /* Microsoft serial IntelliMouse */ |
| |
PROT_THINKING, /* Kensington serial ThinkingMouse */ |
| |
PROT_IMPS2, /* Microsoft PS/2 IntelliMouse */ |
| |
PROT_THINKINGPS2, /* Kensington PS/2 ThinkingMouse */ |
| |
PROT_MMANPLUSPS2, /* Logitech PS/2 MouseMan+ */ |
| |
PROT_GLIDEPOINTPS2, /* ALPS PS/2 GlidePoint */ |
| |
PROT_NETPS2, /* Genius PS/2 NetMouse */ |
| |
PROT_NETSCROLLPS2, /* Genius PS/2 NetScroll */ |
| |
PROT_SYSMOUSE, /* SysMouse */ |
| |
PROT_AUTO, /* automatic */ |
| NUM_PROTOCOLS /* MUST BE LAST */ | NUM_PROTOCOLS /* MUST BE LAST */ |
| } MouseProtocol; | } MouseProtocol; |
| | |