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

xserver-xorg-input-synaptics: Changes to 'refs/tags/v0.13.0'



Tag 'v0.13.0' created by Peter Osterlund <petero2@telia.com> at 2006-04-16 21:25 +0200

v0.13.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQBEQqg6DWzV1E4ZKtgRAuYoAJ9k1ZFPEd97bmx8s7mTcVIhGEQw2QCeKOwE
BdmxscWtUsOtFU5GdnFEcH8=
=NXST
-----END PGP SIGNATURE-----

Changes since v0.12.5:
Peter Osterlund:
      Added "Airis Diamond 630" to the compatibility list.
      Added "Acer Aspire 1353XC" to the compatibility list.
      Added "COMPAQ Presario 2510EA" to the compatibility list.
      Added back support for the TOP makefile variable.
      Added "COMPAQ Presario 1200" to the compatibility list.
      Added "Fujitsu-Siemens AMILO A 7600" to the compatibility
      Updated the FAQ.
      Added "HP Pavilion ZE4420us" to the compatibility list.
      Added "COMPAQ Presario 700EA" to the compatibility list.
      Added "SONY VAIO FX405" to the compatibility list.
      Added "Toshiba EX1/524CDET" to the compatibility list.
      Added "Acer TravelMate 330T" to the compatibility list.
      Added "HP Omnibook 6000" to the compatibility list.
      Added "COMPAQ EVO N1020v" to the compatibility list.
      Added "Acer Aspire 2000" to the compatibility list.
      Cosmetic change in the INSTALL file.
      Some changes to make supporting FreeBSD easier. From Arne
      Added "IBM ThinkPad R40" to the compatibility list.
      Shortened the code in SynapticsPreInit() by introducing a
      More preparations for FreeBSD support.
      Removed the unused reset retry loop.
      Added "DELL Latitude LS400" to the compatibility list.
      Fixed spelling error.
      Implemented a proper state machine for tap and drag
      Added "ECS A-530 Transmeta 5600" to the compatibility list.
      Moved scroll processing to a separate function.
      Moved pointer delta computations to a separate function.
      Small simplification in HandleTapProcessing().
      Spelling fixes.
      Spelling fix.
      Renamed the DBG macro in ps2comm.c to PS2DBG to avoid
      Some work on abstracting out the protocol differences from
      The PrintIdent() function doesn't need access to the whole
      Moved the QueryHardware function to the protocol specific
      Don't export private stuff from ps2comm.[ch].
      Replaced Success with TRUE/FALSE where possible.
      Moved reading of hardware state to the protocol specific
      Replaced Success with TRUE/FALSE in ps2comm.c.
      Small #include fix.
      Don't send the whole SynapticsPrivate struct to the
      Moved testprotokoll.c to the test directory.
      Added "ASUS A2500" to the compatibility list.
      Added "Packard Bell Easy Note E3259SE" to the compatibility
      Handle touchpads with a middle mouse button. Based on a 2.6
      Updated INSTALL file. From Olive <olivier.fambon@free.fr>.
      Reordered the requirements list in the INSTALL file so that
      Added "Medion MD9626" to the compatibility list.
      Fixed incorrect sort order in the compatibility list.
      Removed unnecessary forward declaration.
      Moved autodev handling to the protocol specific files.
      Don't call ps2comm functions directly from synaptics.c.
      Moved the CommData struct from synaptics.h to synproto.h so
      Updated Makefile dependencies.
      Renamed synapticshw to SynapticsHwInfo to avoid conflicts
      Removed unnecessary #includes and made some code formatting
      Renamed functions in ps2comm.c for better consistency.
      Reverted incorrect changes in change
      Added (untested) support for the FreeBSD psm mouse driver.
      Moved ps2_print_ident() forward declaration to ps2comm.h.
      Don't call PS2QueryHardware() from PSMReadHwState().
      Fixed inconsistent function name.
      Removed repeater from the shared memory segment. It's not
      Properly implement EventQueryHardware().
      If the evdev kernel module seems to be missing, say so in
      Fixed change 09085c9fb8f4e243e6bda78a019cd8a50c693dfc. If the device
      Added (untested) support for ALPS touchpads using the 2.4
      Removed obsolete comment from alps.patch and updated the
      Added "Toshiba Portege A100" to the compatibility list.
      Explain what packages to install on debian systems. From
      Added "SONY VAIO Z1" to the compatibility list.
      Always rebuild the tar.bz2 file. (Some dependencies were
      Added "HP Pavilion ZE4610us" to the compatibility list.
      Updated documentation to reflect the fact the ALPS support
      Changed version to 0.13.0.

---
 COMPATIBILITY        |   39 +
 INSTALL              |   30 -
 Makefile             |   74 +-
 NEWS                 |   21 
 README               |   23 
 README.alps          |   27 
 alps.patch           |   45 -
 alpscomm.c           |  187 ++++++
 alpscomm.h           |   27 
 docs/tapndrag.dia    | 1244 +++++++++++++++++++++++++++++++++++++++++++++
 eventcomm.c          |  239 ++++++++
 eventcomm.h          |   28 +
 freebsd_mouse.h      |   59 ++
 manpages/synclient.1 |    2 
 manpages/syndaemon.1 |    2 
 ps2comm.c            |  646 ++++++++++++++++++-----
 ps2comm.h            |   77 +-
 psmcomm.c            |  169 ++++++
 psmcomm.h            |    7 
 synaptics.c          | 1380 ++++++++++++++++++---------------------------------
 synaptics.h          |  139 ++---
 synaptics.spec       |    2 
 synclient.c          |   22 
 synproto.h           |   93 +++
 test/testprotocol.c  |   81 ++
 testprotokoll.c      |   81 --
 26 files changed, 3388 insertions(+), 1356 deletions(-)
---



Reply to: