Commit Graph

14 Commits

Author SHA1 Message Date
Zephaniah E. Hull
090d43acf3 Update the .gitignore files to remove some more noise. 2006-07-11 16:47:15 -04:00
Zephaniah E. Hull
1b9a9599a4 Rename .cvsignore to .gitignore. 2006-07-11 16:44:43 -04:00
Zephaniah E. Hull
e9c60da89a Tweak credits and references.
Change the longs to unsigned longs in the bitfields.
Cleanup our includes.
Stop pulling in asm/types.h and asm/bitops.h.
Conditionally define the stuff that used to come from the above, including
    our own test_bit, set_bit and clear_bit.
Change the longs to unsigned longs in the bitfields.
Change the longs to unsigned longs in the bitfields.
Use the bitop defines in evdev.h properly.
Change the longs to unsigned longs in the bitfields.
Change the longs to unsigned longs in the bitfields.
Use the bitop defines in evdev.h properly.
Change the longs to unsigned longs in the bitfields.
Use the bitop defines in evdev.h properly.
Add HPPA/HPPA64 entries. (Thanks to Fabio M. Di Nitto
    <fabbione@ubuntu.com>)
2006-05-14 11:55:50 +00:00
Zephaniah E. Hull
a3149dc44a Update to include all the new device matching options. 2006-03-16 13:05:04 +00:00
Zephaniah E. Hull
e7d4e6b11e Bugzilla #5696 <https://bugs.freedesktop.org/show_bug.cgi?id=5696> Slightly
updated version of the patch listed. Basicly a rewrite of the driver,
    with a few pieces of the old. XKB support, proper device matching,
    basic absolute pointer support. Lots more, will require some user
    config changes.
2006-02-14 14:57:37 +00:00
gravity
edbe44da9a Add evdev manpage 2006-01-09 05:19:26 +00:00
Kevin E Martin
b82e57a082 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 2005-12-06 22:48:29 +00:00
Alan Coopersmith
a8ca6bc2d4 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:06 +00:00
Eric Anholt
753e3320af Add .cvsignores for drivers. 2005-11-21 10:49:03 +00:00
Kevin E Martin
b543623997 Do the following to make the drivers pass distcheck:
- Only define EXTRA_DIST when there are actually man pages to be processed
- Add missing man pages to keyboard and ati drivers EXTRA_DIST
2005-10-18 15:46:36 +00:00
Alan Coopersmith
efcacda000 Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
substitutions to work better with BSD make
2005-10-18 00:01:51 +00:00
Adam Jackson
1d4cfdd373 More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
of indirectly
2005-10-17 22:57:27 +00:00
Alan Coopersmith
ae0f105709 Use sed & cpp to substitute variables in driver man pages 2005-10-17 00:08:55 +00:00
Adam Jackson
29621860ab Build skeletons for input drivers. Should basically work. 2005-07-12 06:15:08 +00:00