f476c1f288
Wed Mar 17 2004 Bill Nottingham <notting@redhat.com> 1.20.1-44 - include inputattach - if configured mouse has IMOUSETYPE, use inputattach Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Thu Feb 26 2004 Adrian Havill <havill@redhat.com> 1.20.1-43 - add event device (for 2.6 kernel) superpatch-- includes all patches up to release 38; thanks to Dmitry Torokhov - change default mouse device over to /dev/input/mice - set mouse type to Intellimouse Explorer (exps2), which is what the 2.6 kernel exports by default Sat Feb 14 2004 Florian La Roche <Florian.LaRoche@redhat.de> - already add shared lib symlinks at install time - fix subscript #114289 Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com> - rebuilt Tue Nov 18 2003 Adrian Havill <havill@redhat.com> 1.20.1-39 - re-add the $OPTIONS that gets pulled in from /etc/sysconfig/gpm to the init.d script (#110248)
12 lines
445 B
Diff
12 lines
445 B
Diff
--- gpm-1.20.1/src/mice.c.lr 2004-02-15 09:19:48.000000000 +0100
|
|
+++ gpm-1.20.1/src/mice.c 2004-02-15 09:22:18.000000000 +0100
|
|
@@ -2112,7 +2112,7 @@
|
|
for (i=0; i<4; i++)
|
|
if (gunze_calib[i] & ~1023) calibok = 0;
|
|
if (gunze_calib[0] == gunze_calib[2]) calibok = 0;
|
|
- if (gunze_calib[1] == gunze_calib[4]) calibok = 0;
|
|
+ if (gunze_calib[1] == gunze_calib[3]) calibok = 0;
|
|
fclose(f);
|
|
}
|
|
if (!calibok) {
|