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

xserver-xorg-input-synaptics: Changes to 'refs/tags/xfree86-driver-synaptics-0.15.0+git20080820-1'



Tag 'xfree86-driver-synaptics-0.15.0+git20080820-1' created by Mattia Dongili <malattia@linux.it> at 2008-08-27 15:41 +0000

Tagging upload of xfree86-driver-synaptics 0.15.0+git20080820-1 to experimental.

Changes since xfree86-driver-synaptics-0.14.7-git20070706-2.2:
Adam Jackson (7):
      Add synaptics-0.14.6-alps.patch from Fedora
      Add synaptics-0.14.6-tap-to-click.patch from Fedora
      Remove some #ifdef XFREE_4_0_3
      Pick some changes from "Make the driver actually load under the new name."
      Unpleasant hack to make input hotplug DSCTTRT.
      Add synaptics-0.14.6-alps.patch from Fedora
      Add synaptics-0.14.6-tap-to-click.patch from Fedora

Christian Schmitt (1):
      Add support for Apple touchpads to the fdi file

Christoph Brill (32):
      Start reorganizing the source tree
      Start adding a ChangeLog file
      Drop old include files from the monolithic XFree86 server.
      Drop the alps support patch for the linux kernel.
      Rename the "manpages" directory to "man".
      Start moving out the docs to an appropriate directory.
      Drop a patch for the Linux 2.4.3 kernel.
      Drop now useless files.
      Move the current documents to the docs folder.
      Drop the spec file for rpm packagers.
      Add the autogen.sh from xf86-input-evdev.
      Add the build system from xf86-input-evdev.
      Rename LICENSE to COPYING.
      Add .gitignore
      Add the automake files from xf86-input-evdev.
      Initial version that passes "make distcheck".
      Revert "On Linux 2.6, the evdev interface provides support for requesting the"
      Change the license to MIT
      Add minor change from synaptics-0.14.6-newx.patch
      testing the official hosting at freedesktop.org
      Drop old buildsystem entirely
      Start cleaning up the documentation
      Merge commit 'origin/fedora-patches'
      Remove some more of the xf86*-wrapper stuff.
      Build the manpages for the synclient and syndaemon
      Finally change the GPL headers to MIT ones
      Build eventcomm on Linux systems only.
      Build psmcomm on *BSD systems only.
      Take other *BSDs into account, too.
      Filter out .libs and .deps everywhere
      Add .fdi file from gentoo (also used by pld)
      Fix "make distcheck"

Dmitry Torokhov (1):
      Fix crash on kernels with extended keymap space

Matt Domsch (4):
      Add synaptics-0.14.6-poll-delay.patch from Fedora
      Add synaptics-0.14.6-poll-200ms.patch from Fedora
      Add synaptics-0.14.6-poll-delay.patch from Fedora
      Add synaptics-0.14.6-poll-200ms.patch from Fedora

Mattia Dongili (13):
      Add 03-escape-dashes-in-manpages.patch from Debian
      Add 02-scandir-dev-input.patch from Debian
      Merge branch 'upstream' into debian-experimental
      Remove patches merged upstream
      Update debian/rules for the autotoolized build (taken from evdev)
      Refresh patches to apply cleanly to the current code.
      Autoreconf
      Use a better release number for the debian package
      Autoreconf to get rid of the properties.c dependencies
      Install fixes
      Prepare to upload to experimental
      Update debian/copyright to reflect the recent GPL->MIT re-licensing
      Set proper permissions on the fdi files (lintian)

Mildred Ki'lya (1):
      Add support for reporting multiple fingers as different buttons

Peter Hutterer (8):
      Plug memory leak - free synaptics private data.
      Fix typo - xf86shmget is now shmget.
      Move synclient and syndaemon into a /tools/ directory.
      Pull in libX11 through PKG_CHECK_MODULES for syndaemon.
      Use axis ranges reported by the hardware, if possible.
      Move synaptics.h into include/, create synapticsstr.h for private structs.
      Shut up compiler warning, HandleClickWithFingers should be a void.
      Fill up version info correctly.

---
 .gitignore                                                       |   25 
 COMPATIBILITY                                                    |  309 
 COPYING                                                          |   37 
 ChangeLog                                                        |   21 
 FILES                                                            |   13 
 INSTALL                                                          |   56 
 INSTALL.DE                                                       |  103 
 INSTALL.FR                                                       |  105 
 LICENSE                                                          |  280 
 Makefile                                                         |  177 
 Makefile.am                                                      |   22 
 Makefile.in                                                      |  673 
 NEWS                                                             |    9 
 README                                                           |  104 
 README.alps                                                      |   77 
 TODO                                                             |    1 
 Xincludes/README.xincludes                                       |    1 
 Xincludes/usr/X11R6/include/X11/Xalloca.h                        |  138 
 Xincludes/usr/X11R6/include/X11/Xdefs.h                          |  110 
 Xincludes/usr/X11R6/include/X11/Xfuncproto.h                     |   80 
 Xincludes/usr/X11R6/include/X11/Xfuncs.h                         |   92 
 Xincludes/usr/X11R6/include/X11/extensions/XI.h                  |  275 
 Xincludes/usr/X11R6/include/X11/extensions/XIproto.h             | 1530 
 Xincludes/usr/X11R6/lib/Server/include/XIstubs.h                 |  101 
 Xincludes/usr/X11R6/lib/Server/include/bstore.h                  |   23 
 Xincludes/usr/X11R6/lib/Server/include/bstorestr.h               |   75 
 Xincludes/usr/X11R6/lib/Server/include/colormap.h                |  235 
 Xincludes/usr/X11R6/lib/Server/include/cursor.h                  |  156 
 Xincludes/usr/X11R6/lib/Server/include/dix.h                     | 1096 
 Xincludes/usr/X11R6/lib/Server/include/dixstruct.h               |  267 
 Xincludes/usr/X11R6/lib/Server/include/gc.h                      |  232 
 Xincludes/usr/X11R6/lib/Server/include/globals.h                 |   52 
 Xincludes/usr/X11R6/lib/Server/include/input.h                   |  535 
 Xincludes/usr/X11R6/lib/Server/include/inputstr.h                |  317 
 Xincludes/usr/X11R6/lib/Server/include/mipointer.h               |  162 
 Xincludes/usr/X11R6/lib/Server/include/misc.h                    |  282 
 Xincludes/usr/X11R6/lib/Server/include/miscstruct.h              |   73 
 Xincludes/usr/X11R6/lib/Server/include/opaque.h                  |   81 
 Xincludes/usr/X11R6/lib/Server/include/os.h                      |  856 
 Xincludes/usr/X11R6/lib/Server/include/pixmap.h                  |  123 
 Xincludes/usr/X11R6/lib/Server/include/pixmapstr.h               |   83 
 Xincludes/usr/X11R6/lib/Server/include/property.h                |   83 
 Xincludes/usr/X11R6/lib/Server/include/propertyst.h              |   76 
 Xincludes/usr/X11R6/lib/Server/include/region.h                  |   53 
 Xincludes/usr/X11R6/lib/Server/include/regionstr.h               |  437 
 Xincludes/usr/X11R6/lib/Server/include/resource.h                |  326 
 Xincludes/usr/X11R6/lib/Server/include/screenint.h               |  170 
 Xincludes/usr/X11R6/lib/Server/include/scrnintstr.h              |  996 
 Xincludes/usr/X11R6/lib/Server/include/validate.h                |   42 
 Xincludes/usr/X11R6/lib/Server/include/window.h                  |  362 
 Xincludes/usr/X11R6/lib/Server/include/xf86.h                    |  389 
 Xincludes/usr/X11R6/lib/Server/include/xf86Module.h              |  197 
 Xincludes/usr/X11R6/lib/Server/include/xf86Opt.h                 |   82 
 Xincludes/usr/X11R6/lib/Server/include/xf86Version.h             |   31 
 Xincludes/usr/X11R6/lib/Server/include/xf86Xinput.h              |  191 
 Xincludes/usr/X11R6/lib/Server/include/xf86_OSproc.h             |  266 
 Xincludes/usr/X11R6/lib/Server/include/xf86_ansic.h              |  342 
 Xincludes/usr/X11R6/lib/Server/include/xf86_libc.h               |  658 
 Xincludes/usr/X11R6/lib/Server/include/xf86str.h                 |  994 
 Xincludes/usr/X11R6/lib/Server/include/xisb.h                    |   64 
 Xincludes/usr/X11R6/lib64                                        |    1 
 aclocal.m4                                                       | 8256 +++
 alps.patch                                                       |  561 
 alpscomm.c                                                       |  253 
 alpscomm.h                                                       |   27 
 autogen.sh                                                       |   12 
 config.guess                                                     | 1526 
 config.h.in                                                      |   72 
 config.sub                                                       | 1658 
 configure                                                        |22913 ++++++++++
 configure.ac                                                     |  125 
 debian/changelog                                                 |   13 
 debian/copyright                                                 |   47 
 debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch |   10 
 debian/patches/02-scandir-dev-input.patch                        |  113 
 debian/patches/03-escape-dashes-in-manpages.patch                |   13 
 debian/patches/04-delibcwrap.patch                               |  159 
 debian/patches/series                                            |    3 
 debian/rules                                                     |   90 
 debian/xserver-xorg-input-synaptics.dirs                         |    2 
 debian/xserver-xorg-input-synaptics.docs                         |    8 
 debian/xserver-xorg-input-synaptics.install                      |    3 
 debian/xserver-xorg-input-synaptics.manpages                     |    2 
 depcomp                                                          |  589 
 docs/README.alps                                                 |   77 
 docs/trouble-shooting.txt                                        |  152 
 eventcomm.c                                                      |  318 
 eventcomm.h                                                      |   28 
 fdi/11-x11-synaptics.fdi                                         |   16 
 fdi/Makefile.am                                                  |   21 
 fdi/Makefile.in                                                  |  363 
 freebsd_mouse.h                                                  |   55 
 include/Makefile.am                                              |   21 
 include/Makefile.in                                              |  363 
 include/synaptics.h                                              |  155 
 install-sh                                                       |  519 
 linux_input.h                                                    |   82 
 ltmain.sh                                                        | 6964 +++
 man/Makefile.am                                                  |   68 
 man/Makefile.in                                                  |  476 
 man/synaptics.man                                                |  614 
 man/synclient.man                                                |  137 
 man/syndaemon.man                                                |   68 
 manpages/synaptics.5                                             |  587 
 manpages/synclient.1                                             |  135 
 manpages/syndaemon.1                                             |   66 
 missing                                                          |  367 
 pc_keyb.c.diff.2.4.3                                             |   57 
 ps2comm.c                                                        |  751 
 ps2comm.h                                                        |   82 
 psmcomm.c                                                        |  171 
 psmcomm.h                                                        |    8 
 script/usbhid                                                    |   43 
 script/usbmouse                                                  |   18 
 src/Makefile.am                                                  |   47 
 src/Makefile.in                                                  |  534 
 src/alpscomm.c                                                   |  266 
 src/alpscomm.h                                                   |   33 
 src/eventcomm.c                                                  |  365 
 src/eventcomm.h                                                  |   36 
 src/ps2comm.c                                                    |  762 
 src/ps2comm.h                                                    |  103 
 src/psmcomm.c                                                    |  181 
 src/psmcomm.h                                                    |   29 
 src/synaptics.c                                                  | 2026 
 src/synapticsstr.h                                               |  142 
 src/synproto.h                                                   |  111 
 synaptics.c                                                      | 2018 
 synaptics.h                                                      |  253 
 synaptics.spec                                                   |   59 
 synclient.c                                                      |  353 
 syndaemon.c                                                      |  320 
 synproto.h                                                       |   95 
 tools/Makefile.am                                                |   31 
 tools/Makefile.in                                                |  514 
 tools/synclient.c                                                |  367 
 tools/syndaemon.c                                                |  336 
 trouble-shooting.txt                                             |  152 
 138 files changed, 52354 insertions(+), 20763 deletions(-)
---


Reply to: