cvs commit: src/sys/dev/atkbdc psm.c

Philip Paeps philip at FreeBSD.org
Sun Jun 1 13:45:14 UTC 2008


philip      2008-06-01 13:45:14 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/atkbdc       psm.c 
  Log:
  SVN rev 179474 on 2008-06-01 13:44:51Z by philip
  
  Try to detect a Synaptics touchpad before IntelliMouse.  Some touchpads will
  pretend to be IntelliMouse (which have a few more features than generic mice)
  causing the IntelliMouse probe to work and the Synaptics code never to be
  called.
  
  This should not break "real" IntelliMouse because the Synaptics detection code
  is fairly specific.
  
  PR:             kern/120833
  Submitted by:   Eygene Ryabinkin <rea-fbsd -at- codelabs.ru>
  MFC after:      1 week
  
  Revision  Changes    Path
  1.97      +2 -2      src/sys/dev/atkbdc/psm.c


More information about the cvs-all mailing list