Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 1996 11:20:48 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-usrsbin
Subject:   cvs commit:  src/usr.sbin/moused moused.c
Message-ID:  <199609101820.LAA03432@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

peter       96/09/10 11:20:47

  Modified:    usr.sbin/moused  moused.c
  Log:
  gut and overhaul moused, it was simply not working for me on any mouse
  I could find.  This change does the following:
    - s/usage()/break;/ in handling the -s switch.
    - use err/warn instead of fprintf(stderr, ... strerror()); exit(1);
    - implement Hitachi PUMA HitTablet support from the XFree86 code,
      whatever the hell that is. :-)
    - correctly implement baud rate setting, too much was cut from the
      XFree86 code, the critical parts were a sweep over all likely
      mouse powerup baud rates to switch it to the reqested rate.
    - logitech support was busted (at least on mine, which is autosensing
      and runs in either mmseries or logitech mode depending on the handshake
      code at startup.  Among other things, you talk to it at 1200, then
      switch to the target baud later.
  
  Some remaining problems..  samplerate setting is missing, but I've not
  found where this is meant to be set yet.  I presume this is resolution
  setting of some kind.
  
  Revision  Changes    Path
  1.4       +224 -48   src/usr.sbin/moused/moused.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609101820.LAA03432>