Commit Graph

119 Commits

Author SHA1 Message Date
Alan Coopersmith
06f0a7da7d Update Sun license notices to current X.Org standard form
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2010-01-15 14:51:59 -08:00
Gaetan Nadon
4d38e6ba6a Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-23 09:25:05 -05:00
Gaetan Nadon
5dc7270bcc INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-10-28 14:41:41 -04:00
Gaetan Nadon
56efaa1d58 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
Add missing INSTALL file. Use standard GNU file on building tarball
README may have been updated
Remove AUTHORS file as it is empty and no content available yet.
Remove NEWS file as it is empty and no content available yet.
2009-10-28 14:09:09 -04:00
Gaetan Nadon
8f89812dd9 Several driver modules do not have a ChangeLog target in Makefile.am #23814
The git generated ChangeLog replaces the hand written one.
Update configure.ac to xorg-macros level 1.3.
Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
Update Makefile.am to add ChangeLog target if missing
Remove ChangeLog from EXTRA_DIST or *CLEAN variables
This is a pre-req for the INSTALL_CMD
2009-10-26 12:54:20 -04:00
Gaetan Nadon
d229780bcb .gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-10-22 12:55:26 -04:00
Gaetan Nadon
b062202556 .gitignore: use common defaults with custom section # 24239
Using common defaults will reduce errors and maintenance.
Only the very small or inexistent custom section need periodic maintenance
when the structure of the component changes. Do not edit defaults.
2009-10-22 12:34:16 -04:00
Gaetan Nadon
f78c894fd1 Makefile.am: do not include autogen.sh in distribution #24183
This is a private build script that should not be distributed
2009-09-27 16:30:48 -04:00
Peter Hutterer
1377264aaf void 1.3.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
xf86-input-void-1.3.0
2009-09-11 11:36:23 +10:00
Peter Hutterer
1f8f6431bf Require xorg-macros 1.3 and XORG_DEFAULT_OPTIONS.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-10 11:25:33 +10:00
Peter Hutterer
6b476f2e22 Don't pass an empty RMLVO to InitKeyboardDeviceStruct.
Passing in NULL is ok, an empty one isn't.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-07 17:06:45 +10:00
Peter Hutterer
6bc27d6b56 Remove some unused variables from configure. 2009-09-07 14:52:11 +10:00
Peter Hutterer
df567ec35b man: void is only necessary for server < 1.4
1.4 and input hotplug introduced virtual core devices.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-09-07 14:49:15 +10:00
Peter Hutterer
a2ce16486c Remove RCS tags, some useless comments, empty AUTHORS from man. 2009-09-07 14:48:05 +10:00
Peter Hutterer
7d62e4c5d4 void doesn't require randrproto or inputproto.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-08 15:35:32 +10:00
Peter Hutterer
e1e98ad7d6 Remove long-obsolete chunks from configure.ac.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-08 15:35:27 +10:00
Peter Hutterer
f8bd425aef Replace changelog command with CHANGELOG_CMD from m4 macros.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-08 15:08:28 +10:00
Peter Hutterer
fb5ef37927 Remove obsolete chunk, focus/key class is added by InitKeyboardDeviceStruct.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-19 08:42:24 +10:00
Peter Hutterer
1c549f65bd Adjust for ABI_XINPUT_VERSION >= 7 2009-06-19 08:42:24 +10:00
Peter Hutterer
c1932081e5 void 1.2.0
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
xf86-input-void-1.2.0
2009-02-25 08:53:04 +10:00
Paulo Cesar Pereira de Andrade
2154cf5b31 Janitor: update for ABI_XINPUT_VERSION >= 5
This driver should be seen as the simplest possible input
driver, and somewhat as a skeleton/model for newer ones.
  Having it at least compiling with current xorg sdk is a plus.

Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-02-15 09:19:18 +10:00
Alan Coopersmith
48295279ac Add README with pointers to mailing list, bugzilla & git repos 2009-01-29 14:54:32 -08:00
Alan Coopersmith
2d53d8bf89 Remove xorgconfig & xorgcfg from See Also list in man page 2009-01-09 16:24:27 -08:00
Peter Hutterer
2ad046c73f Check for XINPUT ABI 3. 2008-05-26 22:24:22 +09:30
Matthieu Herrb
b57f5e54c8 Makefile.am: nuke RCS Id 2008-03-08 23:18:51 +01:00
Alan Coopersmith
4e43b6206b Version bump: 1.1.1 xf86-input-void-1.1.1 2007-09-07 12:36:56 -07:00
Alan Coopersmith
1d64a7f636 Clear compiler & sparse warnings
void.c:41:9: warning: preprocessor token NEED_XF86_TYPES redefined
/usr/X11R7/include/xorg/xorg-server.h:69:9: this was the original definition
void.c:298:35: warning: Using plain integer as NULL pointer
2007-09-07 09:48:34 -07:00
Alan Coopersmith
3b25347c21 Fill in COPYING file with licenses & copyrights from source files 2007-09-07 09:42:30 -07:00
Alan Coopersmith
0faf80c838 Replace static ChangeLog with dist-hook to generate from git log 2007-09-07 09:36:14 -07:00
James Cloos
fde354a19e Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-input-void 2007-09-03 06:06:06 -04:00
James Cloos
4df595e80d Add *~ to .gitignore to skip patch/emacs droppings 2007-09-03 05:52:26 -04:00
Alan Coopersmith
d29387397c Add *~ to .gitignore to skip over patch/emacs droppings 2007-08-28 17:41:54 -07:00
Alan Coopersmith
b5dc10b2ce Don't fill in motion_history_proc for new input ABI 2007-08-28 17:41:08 -07:00
James Cloos
464a489e9a Rename .cvsignore to .gitignore 2007-08-23 19:25:43 -04:00
Brice Goglin
1552640781 Use PACKAGE_VERSION_MAJOR/MINOR/PATCHLEVEL in xf86VoidVersionRec 2007-08-06 22:13:21 +02:00
Adam Jackson
d1faf50483 Unlibcwrap. Bump server version requirement. Bump to 1.1.0. XORG-7_1 xf86-video-impact-0_2_0 void-1_1_0 2006-04-07 18:18:17 +00:00
Kevin E Martin
8fd770b835 Update package version for X11R7 release. XORG-7_0 2005-12-21 02:29:59 +00:00
Adam Jackson
429c09c23d Stub COPYING files 2005-12-19 16:25:52 +00:00
Kevin E Martin
c1cad39b67 Update package version number for final X11R7 release candidate. XORG-6_99_99_904 2005-12-15 00:24:16 +00:00
Kevin E Martin
d9baa5df34 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. MODULAR_COPY 2005-12-06 22:48:33 +00:00
Kevin E Martin
ff1ec8d783 Update package version number for X11R7 RC3 release. XORG-6_99_99_903 2005-12-03 05:49:32 +00:00
Kevin E Martin
2fe342f459 Remove extraneous AC_MSG_RESULT. 2005-12-02 02:16:07 +00:00
Adam Jackson
11ff1a1c71 Only build dlloader modules by default. 2005-11-29 23:29:57 +00:00
Alan Coopersmith
cefe695dd7 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-28 22:04:08 +00:00
Eric Anholt
1612ace03a Add .cvsignores for drivers. 2005-11-21 10:49:09 +00:00
Kevin E Martin
9532f922ef Update package version number for X11R7 RC2 release. XORG-6_99_99_902 2005-11-09 21:15:13 +00:00
Kevin E Martin
0ac4a936a4 Update pkgcheck depedencies to work with separate build roots. 2005-11-01 15:08:51 +00:00
Kevin E Martin
643abf4985 Update package version number for RC1 release. XORG-6_99_99_901 2005-10-19 02:48:02 +00:00
Alan Coopersmith
54d8c33f28 Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make
2005-10-18 00:01:52 +00:00
Adam Jackson
7ea73adfdf More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly
2005-10-17 22:57:31 +00:00