1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
|
***************************************************************
CHECKED-IN =====> tpconfig.c [Wed Jul 8 15:23:37 1998]
Initial revision by C. Scott Ananian
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Fri Nov 27 08:20:07 1998]
Changed to work with modern Synaptic touchpads which contain
newer firmware (that have a single mode byte). Also added
detection of newer touchpad info ('Super' 'Ultrathin',
'Widepad','Stamppad','Submini','Multiswich').
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Sat Feb 13 22:30:02 1999]
Modified to work with newer 2.2.x kernel.
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Tue Feb 16 17:53:17 1999]
Changed check for 2.2.1 kernel in is_touchpad().
***************************************************************
***************************************************************
CHECKED-IN =====> synaptics.c [Thu Sep 28 08:37:47 2000]
Initial revision
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Thu Sep 28 08:38:18 2000]
Exatracted synaptics code into synaptics.c. Added support for
ALPS Glidepad/Stickpointer
***************************************************************
***************************************************************
CHECKED-IN =====> utils.c [Thu Sep 28 08:44:30 2000]
Initial revision
***************************************************************
***************************************************************
CHECKED-IN =====> ALPS.c [Thu Sep 28 08:44:51 2000]
Initial revision
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.h [Thu Sep 28 13:51:01 2000]
Initial revision
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Fri Sep 29 15:17:50 2000]
Changed ALPS_GLIDEPOINT to ALPS_GLIDEPAD.
***************************************************************
***************************************************************
CHECKED-IN =====> ALPS.c [Fri Sep 29 15:18:24 2000]
Added in code for ALPS_GLIDEPAD (single pad, no stick).
***************************************************************
***************************************************************
CHECKED-IN =====> utils.c [Mon Oct 23 11:28:01 2000]
Removed extraneuos code.
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Mon Oct 23 11:28:20 2000]
Fixed tcflush call.
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Tue Oct 31 15:19:49 2000]
Add support for Linux kernel patch to grab the mouse device.
***************************************************************
***************************************************************
CHECKED-IN =====> utils.c [Tue Oct 31 15:20:04 2000]
Add convenient byte-level I/O.
***************************************************************
***************************************************************
CHECKED-IN =====> ALPS.c [Tue Oct 31 17:43:12 2000]
ACK now AUX_ACK.
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Tue Oct 31 18:03:22 2000]
Move copyright into --help screen. Move variable declarations from .h
file to .c file.
***************************************************************
***************************************************************
CHECKED-IN =====> utils.c [Tue Oct 31 18:04:24 2000]
Simplify byte-level I/O. Fix alignment bug in copyright output.
***************************************************************
***************************************************************
CHECKED-IN =====> synaptics.c [Tue Oct 31 18:07:49 2000]
Extern declarations for utilities are now in .h file.
***************************************************************
***************************************************************
CHECKED-IN =====> synaptics.c [Tue Oct 31 18:17:40 2000]
Fix error in usage message. Add comments back to option switch.
***************************************************************
***************************************************************
CHECKED-IN =====> synaptics.c [Tue Oct 31 18:29:00 2000]
Fix bug: was calling show_tap_mode in two places that should have been
calling show_packet_mode.
Fix bug: disallow -m for single_mode_byte pads.
Adjust usage message to show options appropriate for this pad.
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Tue Oct 31 18:38:12 2000]
Implement --sleep option to control sleep mode.
***************************************************************
***************************************************************
CHECKED-IN =====> synaptics.c [Tue Oct 31 18:38:15 2000]
Implement --sleep option to control sleep mode.
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Tue Oct 31 18:57:53 2000]
Use symbolic value for DEBUG_LEVEL.
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Tue Oct 31 19:29:45 2000]
Unpatched kernel signals ENOTTY for ioctl.
***************************************************************
***************************************************************
CHECKED-IN =====> utils.c [Wed Nov 15 09:30:00 2000]
Changed last modified message
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Wed Nov 15 09:37:59 2000]
Added back in copyright call().
***************************************************************
***************************************************************
CHECKED-IN =====> utils.c [Wed Nov 15 09:41:49 2000]
Added to time out message about kernel patch.
***************************************************************
***************************************************************
CHECKED-IN =====> utils.c [Mon Apr 23 15:37:31 2001]
Changed version string.
***************************************************************
***************************************************************
CHECKED-IN =====> synaptics.c [Mon Apr 23 15:38:01 2001]
Chanegd if(b1=AUX_ACK) to while(b1=AUX_ACK) to get
around kernel ack problem.
***************************************************************
***************************************************************
CHECKED-IN =====> synaptics.c [Fri Feb 22 14:31:42 2002]
Added for Mode 4 and Mode 4 options .. -M
***************************************************************
***************************************************************
CHECKED-IN =====> tpconfig.c [Fri Feb 22 14:33:18 2002]
Aded for Mode 3 and Mode 4 options.
***************************************************************
***************************************************************
CHECKED-IN =====> utils.c [Fri Feb 22 14:35:48 2002]
Changed version number in message
***************************************************************
|