9 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult
8292cff4cf don't install header file anymore
Nothing's compiling against this driver, so it shouldn't install
header files. If these constants are considered a public spec,
then they should go to some appropriate proto package.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-19 15:47:35 +01:00
Alan Coopersmith
a8a239fb91 Strip trailing whitespace from source files
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'`

`git diff -w` & `git diff -b` show no diffs from this change

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-joystick/-/merge_requests/10>
2025-12-09 11:52:28 +01:00
Devin J. Pohly
b3b62328cf unify capitalization of joystick properties
the axis keys high/low properties were inconsistently capitalized,
leading to potential confusion as to why one works but not the other.

Signed-off-by: Devin J. Pohly <djpohly+xorg@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2011-09-06 11:20:59 +10:00
Gaetan Nadon
09ca64e765 config: EXTRA_DIST is redundant
sdkdir provides the install path for sdk_HEADERS primary

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-11 21:47:23 -04:00
Sascha Hlusiak
bf86269672 Property support for scancodes
Allows setting scancodes for keys using input-properties
2009-04-14 23:25:44 +02:00
Sascha Hlusiak
c6217b5849 Comment float properties in joystick-properties.h
Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>
2009-03-01 21:06:52 +01:00
Sascha Hlusiak
fd80f1c2b5 Matched comments in joystick-properties.h with previous commit 2008-12-28 17:32:44 +01:00
Sascha Hlusiak
f81b9077d1 Export JSTK_* constants with joystick-properties.h 2008-12-28 17:28:50 +01:00
Sascha Hlusiak
0da072fde4 Install joystick-properties.h and xorg-joystick.pc for clients.
Let's clients be aware of properties made available by the driver.
2008-10-01 23:14:22 +02:00