aboutsummaryrefslogtreecommitdiff
path: root/man
Commit message (Collapse)AuthorAge
* Update the .gitignore files to remove some more noise.Zephaniah E. Hull2006-07-11
|
* Rename .cvsignore to .gitignore.Zephaniah E. Hull2006-07-11
|
* Tweak credits and references.Zephaniah E. Hull2006-05-14
| | | | | | | | | | | | | | | | | | 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>)
* Update to include all the new device matching options.Zephaniah E. Hull2006-03-16
|
* Bugzilla #5696 <https://bugs.freedesktop.org/show_bug.cgi?id=5696> SlightlyZephaniah E. Hull2006-02-14
| | | | | | | 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.
* Add evdev manpageevdev-1_0-branchpointgravity2006-01-09
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-06
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-28
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Add .cvsignores for drivers.Eric Anholt2005-11-21
|
* Do the following to make the drivers pass distcheck:Kevin E Martin2005-10-18
| | | | | - Only define EXTRA_DIST when there are actually man pages to be processed - Add missing man pages to keyboard and ati drivers EXTRA_DIST
* Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macroAlan Coopersmith2005-10-18
| | | | substitutions to work better with BSD make
* More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ insteadAdam Jackson2005-10-17
| | | | of indirectly
* Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith2005-10-17
|
* Build skeletons for input drivers. Should basically work.Adam Jackson2005-07-12