diff options
author | Keith Packard <keithp@keithp.com> | 2003-07-07 19:13:03 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-07-07 19:13:03 +0000 |
commit | 283a7f32c449b1970e5a484351f8396a8afd99da (patch) | |
tree | ab6df42d57b9d8dfd49203a18e607f90ff925935 /hw/kdrive/ts300 | |
parent | 804b89284665f19e2c92a07fadc72c25fbb3f5d9 (diff) |
Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add
-rawcoord option to not transform mice on rotate, fix mtrr to use
power-of-two size, add a few vesa options
Diffstat (limited to 'hw/kdrive/ts300')
-rw-r--r-- | hw/kdrive/ts300/Imakefile | 2 | ||||
-rw-r--r-- | hw/kdrive/ts300/ts300.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hw/kdrive/ts300/Imakefile b/hw/kdrive/ts300/Imakefile index 9374585a7..329b4825b 100644 --- a/hw/kdrive/ts300/Imakefile +++ b/hw/kdrive/ts300/Imakefile @@ -1,5 +1,5 @@ XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $ -XCOMM $XFree86: xc/programs/Xserver/hw/nvfb/Imakefile,v 3.8 1996/12/23 06:30:19 dawes Exp $ +XCOMM $RCSId: xc/programs/Xserver/hw/nvfb/Imakefile,v 3.8 1996/12/23 06:30:19 dawes Exp $ KDRIVE=.. #include "../Kdrive.tmpl" diff --git a/hw/kdrive/ts300/ts300.c b/hw/kdrive/ts300/ts300.c index 394a14979..891a17239 100644 --- a/hw/kdrive/ts300/ts300.c +++ b/hw/kdrive/ts300/ts300.c @@ -21,7 +21,7 @@ * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * PERFORMANCE OF THIS SOFTWARE. */ -/* $XFree86: xc/programs/Xserver/hw/kdrive/ts300/ts300.c,v 1.3 2000/02/23 20:30:14 dawes Exp $ */ +/* $RCSId: xc/programs/Xserver/hw/kdrive/ts300/ts300.c,v 1.3 2000/02/23 20:30:14 dawes Exp $ */ #include "kdrive.h" |