[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1853 - branches/debconf-overhaul/debian



Author: branden
Date: 2004-09-22 16:32:32 -0500 (Wed, 22 Sep 2004)
New Revision: 1853

Modified:
   branches/debconf-overhaul/debian/CHANGESETS
   branches/debconf-overhaul/debian/TODO
   branches/debconf-overhaul/debian/xserver-xfree86.config.in
Log:
In configure_mouse(), if an ADB, Amiga, or Atari mouse port is selected,
restrict the available protocol choices to BusMouse and make that the
default protocol.


Modified: branches/debconf-overhaul/debian/CHANGESETS
===================================================================
--- branches/debconf-overhaul/debian/CHANGESETS	2004-09-22 18:26:46 UTC (rev 1852)
+++ branches/debconf-overhaul/debian/CHANGESETS	2004-09-22 21:32:32 UTC (rev 1853)
@@ -94,6 +94,11 @@
   "Class " when the -n option is used.  Ah, the joys of using
   human-readable standard output as an interface.  Thanks to Bill
   Allombert for pointing out the new -X option.
++ Update configure_mouse() to support /dev/{adb,amiga,atari}mouse, and select
+  appropriate defaults on various m68k sub-architectures based on the contents
+  of /dev/hardware.
++ Update configure_mouse() to default to ADB mice on OldWorld PowerMacs, and USB
+  mice on NewWorld PowerMacs.
 + Make extensive stylistic cleanups:
   - Identify more "global" variables at top of script.
   - Add comment headers to every function (where not already present)

Modified: branches/debconf-overhaul/debian/TODO
===================================================================
--- branches/debconf-overhaul/debian/TODO	2004-09-22 18:26:46 UTC (rev 1852)
+++ branches/debconf-overhaul/debian/TODO	2004-09-22 21:32:32 UTC (rev 1853)
@@ -29,7 +29,5 @@
   + #259080: xserver-xfree86: [debconf] specialized mouse defaults for Hurd [BR]
   + #261777: Problems handling multiple detected video cards; see what can be
     done about this [BR]
-  + Use /proc/hardware on m68k architecture to set a reasonable default mouse
-    port.  See <URL: http://lists.debian.org/debian-68k/2004/08/msg00392.html>.
 
 # vim:set ai et sts=4 sw=4 tw=80:

Modified: branches/debconf-overhaul/debian/xserver-xfree86.config.in
===================================================================
--- branches/debconf-overhaul/debian/xserver-xfree86.config.in	2004-09-22 18:26:46 UTC (rev 1852)
+++ branches/debconf-overhaul/debian/xserver-xfree86.config.in	2004-09-22 21:32:32 UTC (rev 1853)
@@ -1291,7 +1291,7 @@
       mouse_protocol_choices="ImPS/2"
       default_protocol="ImPS/2"
       ;;
-    *atibm|*atixl|*sunmouse)
+    *adbmouse|*amigamouse|*atarimouse|*atibm|*atixl|*sunmouse)
       mouse_protocol_choices="BusMouse"
       default_protocol="BusMouse"
       ;;



Reply to: