Author: branden Date: 2004-11-11 21:52:26 -0500 (Thu, 11 Nov 2004) New Revision: 2024
Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in Log: Have Q40/Q60 m68k machines default to using the serial port for the mouse. Thanks to Richard Zidlicky for the information! Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in =================================================================== --- branches/debconf-overhaul/debian/xserver-xfree86.config.in 2004-11-12 02:50:56 UTC (rev 2023) +++ branches/debconf-overhaul/debian/xserver-xfree86.config.in 2004-11-12 02:52:26 UTC (rev 2024) @@ -1231,8 +1231,7 @@ "configuration" ;; Q40*) # Q40/Q60 - trace "$func(): no good defaults known for Q40/Q60 mouse" - "configuration" + default_port="/dev/ttyS0" ;; *) trace "$func(): unrecognized m68k subarchitecture \"$subarch\""