Initial code release
authorZhang Qiang <qiang.z.zhang@intel.com>
Fri, 18 May 2012 11:55:26 +0000 (19:55 +0800)
committerZhang Qiang <qiang.z.zhang@intel.com>
Sat, 19 May 2012 06:08:21 +0000 (14:08 +0800)
commit24dedd7b730471ce7600595fb3dee46670e15e18
tree2b30362a96e5bcb514d13545f04eca53f591c2a9
parentf63e4601eaa8175e989ec6cb0e9aed36229954d0
Initial code release
52 files changed:
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
conf/11-x11-synaptics.fdi [new file with mode: 0644]
conf/50-synaptics.conf [new file with mode: 0644]
conf/Makefile.am [new file with mode: 0644]
conf/Makefile.in [new file with mode: 0644]
config.guess [new file with mode: 0755]
config.h.in [new file with mode: 0644]
config.sub [new file with mode: 0755]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
depcomp [new file with mode: 0755]
include/Makefile.am [new file with mode: 0644]
include/Makefile.in [new file with mode: 0644]
include/synaptics-properties.h [new file with mode: 0644]
include/synaptics.h [new file with mode: 0644]
install-sh [new file with mode: 0755]
ltmain.sh [new file with mode: 0755]
man/Makefile.am [new file with mode: 0644]
man/Makefile.in [new file with mode: 0644]
man/synaptics.man [new file with mode: 0644]
man/synclient.man [new file with mode: 0644]
man/syndaemon.man [new file with mode: 0644]
missing [new file with mode: 0755]
packaging/51-synaptics-quirks.conf [new file with mode: 0644]
packaging/66-xorg-synaptics.rules [new file with mode: 0644]
packaging/Enabe-tap-whatever-left-button-exists.patch [new file with mode: 0644]
packaging/TimeBackwardSetting.patch [new file with mode: 0644]
packaging/xorg-x11-drv-synaptics.spec [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/Makefile.in [new file with mode: 0644]
src/alpscomm.c [new file with mode: 0644]
src/alpscomm.h [new file with mode: 0644]
src/eventcomm.c [new file with mode: 0644]
src/eventcomm.h [new file with mode: 0644]
src/properties.c [new file with mode: 0644]
src/ps2comm.c [new file with mode: 0644]
src/ps2comm.h [new file with mode: 0644]
src/psmcomm.c [new file with mode: 0644]
src/synaptics.c [new file with mode: 0644]
src/synapticsstr.h [new file with mode: 0644]
src/synproto.h [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/synclient.c [new file with mode: 0644]
tools/syndaemon.c [new file with mode: 0644]
xorg-synaptics.pc.in [new file with mode: 0644]