commit 657c01c8ebb9e0571d498356e6d3d03917199328
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Oct 7 09:24:39 2009 +0200

    Revert "add shave support"
    
    This reverts commit 1fa414dd6f32d68378bc9d571c439a603c2e7888.

commit 565de79d42350106c9d62f8f0939a0c35138989d
Merge: 729b5bc 1fa414d
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Fri Oct 2 11:32:40 2009 +0200

    Merge branch 'scancodes'
    
    Conflicts:
    	configure.ac

commit 1fa414dd6f32d68378bc9d571c439a603c2e7888
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Fri Oct 2 11:31:14 2009 +0200

    add shave support
    
    clean up compile output

commit 5fdab9ca49474d78f2ebfb27aa931565ce985e08
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Fri Sep 11 18:23:26 2009 +0200

    Fix NULL pointers in rmlvo

commit 462aae4db1302bc5a89ccf4a1db25e1c09a04132
Merge: b2de71f 5e2b2a6
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Fri Sep 11 17:54:13 2009 +0200

    Merge branch 'scancodes' of ssh://deepthought/home/sascha/develop/xorg/xf86-input-joystick into scancodes

commit 729b5bc6e3dba76ff763de27ec4c6e4c0933a9cd
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Sep 11 13:53:55 2009 +1000

    joystick 1.4.99.1
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit e8f22493833e33683e659ae348d9f58a43838252
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Fri Sep 11 13:55:50 2009 +1000

    Fix typo in configure.

commit b2de71f4366c61a165562a573b30e1edd336ba5f
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Jun 23 23:51:32 2009 +0200

    Support for axis labels; fix build on master
    
    The first two axes are always REL_X and REL_Y. All other axes and buttons
    are set to 'None', proper labeling will follow.
    
    Thanks to Peter for the heads up.
    
    Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>

commit 5e2b2a631063974ea6de7796f39106b85b2db31d
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Apr 15 00:29:44 2009 +0200

    fix manpage and examples to reflect recent key changes

commit bf8626967263ee92d45759c58dc5bcc42a57176b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Apr 14 23:25:44 2009 +0200

    Property support for scancodes
    
    Allows setting scancodes for keys using input-properties

commit 57bf11bc03a04fd68bb3ee2cd5375f04326e5c28
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Apr 11 14:25:07 2009 +0200

    configure.ac: this is 1.4.99
    
    Major changes in configuration call for a major release.

commit 7f6e390fb1f8ca006b2a995877128f3de0a445ba
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Apr 11 14:19:58 2009 +0200

    Use preset keyboard layout instead of custom generated keymap.
    
    Restored compatibility with recent xkb changes and xorg-server-1.7.
    Keys are configured now using scancodes instead of keysyms. Depends on
    set keymap; people could write custom layouts.

commit 4fbfcb17d6f6e7e44633f97e48b3ece8769758f0
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Apr 11 13:13:16 2009 +0200

    Remove parsing of keysyms.
    
    Key options are expected to be scancodes/plain numbers now.

commit 7c677b3d26a1a21f15e8acc96f57f05659265204
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Apr 11 13:12:17 2009 +0200

    Remove ks_tables.h
    
    No more keysym parsing

commit 8075ee4808a9c9eab25fb8716498208b895e6287
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Apr 11 13:11:24 2009 +0200

    Remove parsing of keysyms
    
    Change of configuration semantics again. Keys are specified in scancodes instead of keysyms.

commit e1710072396a97369ef71b1fd1738ad092a5e902
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Mar 19 21:14:22 2009 +0100

    Fix compiler warning about stray INT8-CARD8 conversion

commit 7af61c78fd48ea9cc2442fb55570ba0d9f37f8c8
Merge: bc430cc 4b9aafd
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Mar 19 21:13:13 2009 +0100

    Merge branch 'pwm'

commit bc430cc2aacdcda45ddc38d457b84ff040be6a8c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Mar 19 21:08:30 2009 +0100

    Missing initialization of button amplify
    
    Always initialize button[]->amplify with 1.0

commit dca19bde2bdd275744e9182dd49a2f2dd81f8c81
Merge: 6f2a211 c6217b5
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Mar 19 08:36:10 2009 +0100

    Merge branch 'master' of sascha:develop/xorg/xf86-input-joystick

commit 4b9aafd82bf78e86b2b2ddc78c37d73ccc7c25d5
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Mar 18 18:13:12 2009 +0100

    Mention PWM mode in man page

commit 6f2a211b7c3b45e8de9a90835fb7f1a24635c8e5
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Mar 18 17:39:07 2009 +0100

    Fix build on FreeBSD with USB2
    
    Including dev/usb/usb_ioctl.h fixes missing declaration
    of USB_GET_REPORT_ID on FreeBSD-Current.

commit c6217b5849b1c2680a9a8c29ca26b3468955b1c1
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Mar 1 21:06:52 2009 +0100

    Comment float properties in joystick-properties.h
    
    Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>

commit 367c32bab57d69d85e95f4e76e2f1c8aaab45189
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Mar 1 21:00:18 2009 +0100

    Support for float properties
    
    Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>

commit 4978e78e7c49bc0aabf5c7ade4223c2529a9f046
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Feb 19 23:40:58 2009 +0100

    Add PWM key generation when axis in accelerated mode
    
    When axis is in accelerated mode and keyhigh/keylow is set,
    the deflection of the axis will be linked to the _percent of time_ the key
    will be down. Full deflection will set the key permanently down (old behaviour).
    
    50% deflection will result in the key being  50ms down and 50ms up.
    75% deflection will result in the key being 150ms down and 50ms up.
    etc.
    Minimum interval is 50ms, maximum is 600ms.

commit d4bb86ddb0ba570de0f501cd0edb13861456b711
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Feb 19 23:37:46 2009 +0100

    Don't set axis.oldvalue in backend
    
    The value needs to be set where it's needed, like in timers.

commit 4ec4376522b1c393ee44f25adcd28b12d7cadff6
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Feb 17 20:18:05 2009 +0100

    Fix for sparse warning of uninitialized variable
    
    If axis is inside deadzone, 0.0 should be assumed.

commit b70b1f7d827b87ceb63110c781b01175363fb7d0
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Wed Feb 4 18:23:00 2009 -0200

    Janitor: gcc 4.5 and sparse warnings.
    
    It is still required a patch in the X Server sdk to correct some
    remaining warnings. Isn't it amazing that <X11/extensions/XKBsrv.h>
    and $sdkdir/xkbsrv.h both use the #ifndef _XKBSRV_H_ include guard?
    
    Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>

commit 76b82a41a6733ef5a2a89dd370357320ea78792a
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Wed Feb 4 18:10:26 2009 -0200

    Janitor: make distcheck, .gitignore.
    
    The correction for make distcheck uses the same solution proposed
    for xf86-input-evdev, that uses the new configure option --with-sdkdir.
    
    Signed-off-by: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>

commit 4671904035d4da4d112f53cce8781bcc77b0d0db
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Feb 2 00:10:42 2009 +0100

    Use InitKeyboardDeviceStruct instead of nonexistant XkbInitKeyboardDeviceStruct
    
    Realizing XkbInitKeyboardDeviceStruct has been removed, we do need to use InitKeyboardDeviceStruct.
    This breaks custom keymaps on ABI_XINPUT_VERSION >= 5.
    
    Hopefully this can be reimplemented later.

commit 3984947ada771619f21b511507a2fb9cca3ed645
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 30 20:23:09 2009 -0800

    Add README with pointers to mailing list, bugzilla & git repos

commit fb632ba226725a7101c5c1a3bfc2201905532b6f
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Jan 26 20:48:00 2009 +0100

    Fix build on master. All hail XKB!

commit f62159e4dfc22550ec2de3eb4fd46027d85a1e88
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 9 16:14:12 2009 -0800

    Remove xorgconfig & xorgcfg from See Also list in man page

commit 43e2f0526894cb5eacac8730a21ccdf415421d72
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Dec 28 18:57:36 2008 +0100

    Prepare for 1.4.0 release

commit fd80f1c2b5b91e0260dc28e9b5e259025ea379e5
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Dec 28 17:32:44 2008 +0100

    Matched comments in joystick-properties.h with previous commit

commit f81b9077d13b614262556a7401068f016fe2b365
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Dec 28 17:28:50 2008 +0100

    Export JSTK_* constants with joystick-properties.h

commit 79028fc80fe7cbd452a18b4ddf92c328a1fe1393
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Dec 28 17:24:08 2008 +0100

    Rename constants for better distinction
    
    @jstk.h:
        TYPE_* -> JSTK_TYPE_*
        MAPPING_* -> JSTK_MAPPING_*

commit 38b4c9b3bd814296971abfe6ef01f531367a43bb
Author: Peter Hutterer <peter.hutterer@redhat.com>
Date:   Mon Oct 13 10:46:10 2008 +1030

    properties: handle checkonly flag in SetProperty.
    
    If checkonly is TRUE, don't touch any values, just check vor validity of the
    data.
    
    Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>

commit 0da072fde42d899b56cc7b05d7b3db2815ac3b9a
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Oct 1 23:14:22 2008 +0200

    Install joystick-properties.h and xorg-joystick.pc for clients.
    
    Let's clients be aware of properties made available by the driver.

commit 3c2a323a3a14bc27a7a5d9f4470b4abd83c424ec
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Oct 1 21:43:49 2008 +0200

    Option for per-axis valuators. Defaults to off for all axes.
    
    Old: Each axis had an extra valuator, starting with 2 (0 and 1 are pointer movement)
    New: Add "valuator" to axis option to give it an extra valuator of range -32768 to 32768.
    Default: Off for all axes, since rarely used (and broken anyway right now).

commit 432805db42b1f7d69131406c8b58571d224e1c47
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 19:02:17 2008 +0200

    Remove XKB calls since we don't make use of it anyway.
    
    No error messages because of missing xkb rules, yay.

commit 8a5b8e08aa27c5a33982ab293c68c026cba789c5
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 18:35:27 2008 +0200

    Do not require randrproto

commit ba8ea1799cf8911c22b0d90a865cb6e215b23e1c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 18:13:19 2008 +0200

    Support for setting Button Number property
    
    does not change the button map, which is assumed to be default. Buttons can still be
    reordered using xmodmap.

commit 5c72d146865982dfa727d469d789ceaa6ac33b8d
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 18:08:04 2008 +0200

    Replace dynamic button map with static one
    
    Saves some configuration efforts but caps logical button numbers to BUTTONMAP_SIZE=32.
    Makes property support much easier.

commit 03175f968c4177de2208a2d8e73f9c8106630a6b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 00:35:01 2008 +0200

    Name all properties uppercase
    
    Just looks better

commit 34ca7d26830b5c58a35b9aec7f7cdd6d4446c456
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 00:30:24 2008 +0200

    Do not accept fewer values anymore when setting properties
    
    Supplied number of values have to match the numbers of axes/buttons exactly. Fewer values are not accepted
    anymore, because the omitted information get lost. That way we ensure that the properties are always complete
    when requested by clients.

commit e1c3b5e3041c2fda5d4080f24aa988399cb793bd
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 00:17:41 2008 +0200

    Exporting num_axes values instead of MAXAXES
    
    Only export the number of axes/buttons in properties that we actually have.
    No need to export MAXAXES values, if we don't support them.

commit ab79083b13bcf2810f57ae26444d179f6323ec03
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 00:01:38 2008 +0200

    Save probed number of axes/buttons for joystick backend

commit e8432b7f8e8c515faa55d25f6028b7e5e7ce9c7c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 30 00:01:16 2008 +0200

    Probed number of buttons shall not exceed MAXBUTTONS
    
    Same for axes.

commit 06c607ebc10945342728dd3552eee6b894f55c51
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Sep 29 23:47:53 2008 +0200

    Compile fix on BSD

commit f4be58b1ea017d5f17aeba228b53c30a1f8609bf
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Sep 29 23:36:12 2008 +0200

    Probe device once on INIT and re-use found information.
    
    Makes reopening a device on vt-enter much smoother and throws less warnings.
    Remember number of found axes and buttons.

commit b56085c73d8780d8353380ecbc4b9cdb3f085b2f
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Sep 29 22:56:29 2008 +0200

    Export number of configurable buttons/axes as readonly properties.
    
    This number does not need to match the number of valuators/buttons.

commit ebf31b61b3d1d9ad0048429a75b99bf5952ad6b8
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Sep 28 16:41:17 2008 +0200

    jstk_key.c: missing include
    
    xf86optionListDup is defined in xf86Optrec.h

commit 3794afd9784480fa503cbffa16382c0e38e1fa8b
Author: Peter Hutterer <peter.hutterer@redhat.com>
Date:   Fri Sep 26 17:19:29 2008 +0930

    Adjust joystick properties to new property API.
    
    ConfigureProperty doesn't exist anymore, ChangeProperty has two parameters
    less. SetProperty handler must return Status.
    Mark all properties as non-deletable.

commit 6e635e394a7423734d36d99dc744203b759a8d42
Merge: f04e3c8 a1b87df
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Tue Sep 16 20:58:40 2008 +0200

    Merge branch 'input-properties'
    
    Conflicts:
    	src/jstk.h
    	src/jstk_key.c

commit a1b87df15dd2ad2a5593fed198b32053be5825cc
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Sep 15 19:29:07 2008 +0200

    Set type_name of slave keyboard device to XI_JOYSTICK as well.

commit 57d1201f584a74b9d6822e55ff66a0786de4ea2b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Sep 15 19:27:52 2008 +0200

    Set type_name to XI_JOYSTICK. Let's not claim we are XI_MOUSE.

commit f04e3c822229b51e5a4048d7e91fa34f69e361e9
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Sep 15 19:24:40 2008 +0200

    Set type_name to XI_JOYSTICK. Let's not claim we are XI_MOUSE.

commit 282fc3068ed734e099efe272c740e6c8e5495176
Author: Christoph Brill <egore911@egore911.de>
Date:   Sun Sep 7 11:11:50 2008 +0200

    Make "less joystick.man" work

commit 838dfffe9833b52626d5a528fc08d2838438ee46
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 19:05:29 2008 +0200

    Initialize PtrFeedbackClassDeviceStruct for pointer device

commit f691491bc96d1c7944f4036dde4090f11066aea4
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 19:03:52 2008 +0200

    Silence warning about implicit cast

commit 911986c4c702979fe48d3a2c18e238710a513449
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 17:26:32 2008 +0200

    Always add second input device for keys only
    
    Having one device for both mouse and keyboard events breaks with MPX and custom keymaps, because the keymap is
    copied to the core pointer instead of the core keyboard.
    
    Easiest fix for that is to have two separate input devices. One single instance of the driver will now create
    a second input device that has only keyboard capabilities. It shares all the config with the master and will
    be removed when the master device is removed.
    
    The creation of this second device is a little hack-ish. I hope things are done right.

commit 5a3ecea272a980df0ac4c40826cf095399e7b022
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 13:08:51 2008 +0200

    make dist hook: git-log > git log
    
    I somehow don't have those nice aliases. This should make it work on every system.

commit 9d42b7f972f58a7cf97b8a57e1b6b85984c6476a
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 12:58:41 2008 +0200

    Update man page concerning custom driver options through hal
    
    Warning is obsoleted by xorg-server-1.5

commit 235f5d12489f5f5f662e8f7b617108a01fdffed0
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 12:55:08 2008 +0200

    Bump to 1.3.3

commit 30333076a39dd50e6356789cd03c49712b43427c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 12:40:12 2008 +0200

    Add ChangeLog to .gitignore

commit 579670d163d7ab2623d975ac85f6626a5499bf32
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 12:39:12 2008 +0200

    Remove duplicated code in jstkInitKeys
    
    Too much copy'n'paste

commit 17c4f79d50ab69f954fec5a8daa327c4a1a64597
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Sep 6 12:38:16 2008 +0200

    Adding empty ctrlProc to prevent crashing of X when running without XKB
    
    X calls ctrlProc without checks for NULL in some places, especially when running "X -kb". Adding
    that function back to be safe.

commit ea36125872ad4411f3529392761bff6e35006ce4
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Sep 1 00:05:07 2008 +0200

    Adding empty ctrlProc to prevent crashing of X when running without XKB
    
    X calls ctrlProc without checks for NULL in some places, especially when running "X -kb". Adding
    that function back to be safe.

commit c39d709366332bd2d1ef306a0b801333f6cd3f7a
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Aug 31 19:24:38 2008 +0200

    Remove duplicated code in jstkInitKeys
    
    Too much copy'n'paste

commit 28c1dad7be2419a1ffa7b5f0897e88a1ccac36f5
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Aug 31 00:42:39 2008 +0200

    Added valid-values-information to properties
    
    Show user, what cryptic numbers are valid for axis type, axis mapping and button mapping.

commit eb866c65372fd880e5ffa80318cdb6dcf8c86e30
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Aug 31 00:30:11 2008 +0200

    Typo in valid values for property "Generate Key Events"

commit 63fd6fdd9c012e0017e310d22cfcb45a2a741547
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Aug 31 00:28:37 2008 +0200

    Property support for axis type, axis mapping and button mapping
    
    Added prototypes for unimplemented properties.

commit 13813e0982e5274e2ef6d9ea167ebffbea9dbd9c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Aug 23 23:38:57 2008 +0200

    Add ChangeLog to .gitignore

commit 0410505147a416844fae6dcf6f9ea782f1b74863
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Aug 23 23:31:33 2008 +0200

    Expose device properties for mouse_enabled, keys_enabled and axes deadzones.
    
    Deadzones takes up to MAXAXES 32 bit numbers. If only one value is supplied, it is applied to all axes the same. If multiple values are
    supplied, they are applied to the axis they stand for, all other values are untouched.

commit e64b4ebcd121a9080d1da39e5037182df7edfdbb
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Aug 23 22:02:54 2008 +0200

    Add support for device properties.
    
    Only exported property for now is DebugLevel.

commit 5e91f0bdd4fa529d1d5f0f8ffc87aaf9fbec2a88
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Aug 23 21:18:41 2008 +0200

    Remove stale comment

commit a4d96de5fdbeedec1f196c2b5f4e5b498bf8e31f
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Aug 23 17:01:40 2008 +0200

    Fix check for BSD dev/usb/usbhid.h (needs dev/usb/usb.h).

commit 7d6f9a32ab7e6e3e8d241fa3a230ffcf91dec468
Author: Peter Hutterer <peter.hutterer@redhat.com>
Date:   Thu Aug 14 15:41:37 2008 +0930

    Fix build. xf86Version.h -> xorgVersion.h

commit 1d67c9d801a6304267f8a821af13328fda95e497
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Jun 19 11:10:02 2008 +0200

    Added more examples for the x11_options properties of xorg-server-1.5
    
    Since xorg-server-1.5 you can pass arbitrary options using the x11_options namespace. No additional
    hacks are neccessary to make hal hotplug the joystick driver.

commit 10203ddef9adbd27f2a9ac51d98703308f86d982
Author: Peter Hutterer <peter@cs.unisa.edu.au>
Date:   Mon May 26 22:09:32 2008 +0930

    Check for XINPUT ABI 3.

commit 0961ffa84825f3f32d9c973f054400ab9d2b7c08
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Apr 27 19:16:29 2008 +0200

    Bumped to version 1.3.2

commit c3e3fb8795c19a292ca37ab4d67b308fbb20911b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Apr 9 15:09:46 2008 +0200

    Display evdev bus/vendor/product/version in separate line

commit edcc8c26dfa3f89672a66c47665d89c7c9200b13
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Mar 30 13:21:22 2008 +0200

    Fixed keymap size to 8-256 to prevent crash
    
    Newer xservers don't like keymaps that are smaller than 248 keys.

commit fac2c42a01cf030a05d2305a01700f3677f6a8dc
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Mar 30 13:05:35 2008 +0200

    Clear complete keymap instead of only the first element

commit a44e15ad7576b77b48ecb13aae1faeb2ec25d922
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Mar 30 13:03:57 2008 +0200

    Fixed off-by-one in keymap generation code

commit 2aeaf7b7f3a5117db5cde9f704a2c612fbab75c8
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Mar 30 12:44:39 2008 +0200

    Allow '+' as separator for key mapping as in "key=Alt_L+Tab"

commit ce01777488a0f1f9ba2d22d7315aebd431e9cb65
Author: Matthieu Herrb <matthieu@bluenote.herrb.net>
Date:   Sat Mar 8 23:02:08 2008 +0100

    Makefile.am: nuke RCS Id

commit 94cc174cd80952418614dc9b2fbc95ad21b8598c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Jan 6 18:58:47 2008 +0100

    Added "StartMouseEnabled" and "StartKeysEnabled" options
    
    With the disable-mouse and disable-keys button mapping the event generation can be toggled.
    These two options will start X with the event generation already disabled, so it can be
    enabled later with the appropriate button mapping. Default: Event generation is enabled.

commit c968077dcb3e7dec4886e9bc60faa63e750695e2
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Mon Dec 31 20:21:30 2007 +0100

    Changed copyrights to include year 2008

commit 4bf88166207c79662fba45773c300f05ae5e00d7
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Dec 9 19:22:59 2007 +0100

    Changed default deadzone in manpage from 1000 to 5000

commit 1f61022d4d08c1dc07717576bcb31ace03d93060
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Dec 9 18:18:45 2007 +0100

    Increased default deadzone from 1000 to 5000

commit 847c36e1134e7fe5f9af69f49b8ed12d2aa0cb85
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Dec 9 11:54:38 2007 +0100

    Typo in man page
    
    Last axis of default axis configurations was #3 instead of #7

commit 01637abd2b059923f5c41ab80c80ab93579cbe9b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Fri Dec 7 00:17:56 2007 +0100

    Mentioned hotplugging and hal policy in man page

commit 47cd8141f9bf3e69d5418f3b5f448366f500cf0d
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Dec 6 23:55:20 2007 +0100

    Bumped to version 1.3.1

commit c463776b8b35e6e721128a7348e088d306c4ee02
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Dec 6 23:48:49 2007 +0100

    Added example hal policy file for input hotplugging of joysticks
    
    Hal policy config/50-x11-input-joystick.fdi is not installed by default and you probably
    don't want to.

commit 833454bd7bea04924b85105bf38ed57dd2b5e5c2
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Dec 6 23:22:43 2007 +0100

    Looking for Path parameter besides Device (used by HAL+input hotplug)

commit dca42ff25dde490073a798dc873b048c4bfeb0f4
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Dec 6 23:22:06 2007 +0100

    Fixed default button mappings
    
    Default button mappings were set to buttons 4, 5 and 6 instead of 1, 2 and 3.

commit fba24465bc4867568cbefc3d554bae756abc1204
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Dec 6 22:56:26 2007 +0100

    Return NULL on device configure fail instead of unconfigured device, which made X segfault.

commit 2fba11efcafdbc2002bc7083a2b74cb7d908b3a9
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Thu Dec 6 22:28:12 2007 +0100

    New: evdev backend

commit 78616fb8174e93a2c3c523bd425acc33a4b8773c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Dec 5 22:17:36 2007 +0100

    Mentioned multiple backends in man page

commit 9e5f4e6fccb8c9e1b6c4dfccb39f1f0c89f79b60
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Dec 5 21:33:27 2007 +0100

    Fixed implicit declaration warnings because of missed header files

commit 43790502b5d1077fc74e81b7eedd9c880673463c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Dec 5 21:30:12 2007 +0100

    Renamed backend files from *_jstk.{c,h} to backend_*.{c,h}

commit 032138d7712f6d1e6a50bf83a2dde911b7f3d752
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Dec 5 21:22:50 2007 +0100

    Added backend selection code.
    
    From all available backends they are tried in the order: evdev, linux joystick, bsd
    usbhid. This needed to separate the backends which were usually used to replace each
    other.

commit 37aae4731320d4e1301f17a065bc5f1d5a3d1596
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Dec 5 18:00:12 2007 +0100

    configure.ac: Checking for available kernel backends instead of OS
    
    The configure script now checks for availability of several backends like Linux's
    joystick, Linux's evdev, BSD's usbhid. This way several backends can be compiled in and
    used with the same binary module.
    Backend selection code still missing!

commit f581e2b0daf6c79c74728ab2e21a0836ff252a65
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Nov 11 18:02:42 2007 +0100

    Add check for kbproto in configure script
    
    On systems without kbproto installed, the XKB headers might be missing and the build fails. Fixes Debian bug
    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=448770

commit c9e359fda611778da578f3699b8f2f4c9122852c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Oct 27 18:50:08 2007 +0200

    Added missing headerfiles to Makefile.am
    
    Files StrKeysym.h and ks_tables.h were missing. Sorry, guys.

commit 8668189c26956922a9a10a80289162cfd5741bdf
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Oct 27 15:38:09 2007 +0200

    Debug output of AutoRepeat option

commit 68e4850b28c34d8e7a41fe2682a115183e3a22d4
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Oct 10 18:00:59 2007 +0200

    Added AutoRepeat option to specify rate and delay for key events.
    
    So far the autorepeat settings of xorg were used, thus sharing the settings with all other keyboard. This is still the default but the
    rate and delay can be changed per device, not conflicting with the settings of other keyboards.

commit 15870ef9bf57475ad79b839613fabd951daceac6
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Oct 6 17:28:59 2007 +0200

    Use XStringToKeysym to parse symbolic keys defined in xorg.conf.
    
    Users can map buttons to "key=space" or "key=Left" to map them to XK_space or XK_Left. As
    fallback the numerical expression still works.

commit 0897d8acdecf30f9496578019487263a22ed984b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Oct 6 17:07:19 2007 +0200

    Integrated XStringToKeysym from libX11 in the module.
    
    To look up Keysyms from Strings the method XStringToKeysym comes in handy, which would
    require linking against libX11. By integrating the method in the module, this can be
    avoided until similar functionallity get's included in xorg-server.

commit 9e8f8d54bd300b562b9fe0a1b1e3bf8d45773651
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Oct 3 22:46:30 2007 +0200

    Updated manpage to reflect keymap changes

commit c2270222a88f8152c28568e4212ccc9937dccbbd
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Oct 3 22:13:37 2007 +0200

    Prepared for 1.3.0 release. Raised dependency of xorg-server to at least 1.3.99.901 for new keymap
    behaviour.

commit a62abe36b8b0af91539cf7e7dfa90795a73434bb
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Oct 3 21:37:25 2007 +0200

    Readded own keymap for Joystick keys. This changes meaning of key, keylow and
    keyhigh values in xorg.conf from scancodes to keysyms!
    
    New xorg-server 1.4 fixes a lot of keyboard things. This makes it necessary to
    provide an own mapping rather than using the mapping of the current keyboard. A
    keymap is built dynamically from the options provided. The options now need to
    provide a keysym for each button instead of the scancodes of another keyboard
    attached keyboard.

commit 65009ab568500fac9980239a752d346a0d9b5ff1
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Oct 3 00:33:09 2007 +0200

    Added little check if device is enabled before disabling it

commit 13c850fe77b0a9a8a719bedfa1439e96972a730b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Aug 12 13:01:16 2007 +0200

    configure.ac: prepared for 1.2.3 release

commit 3651cc8ee6257a5c8f098c603b892aff45ee1e68
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Aug 12 12:49:59 2007 +0200

    Added --enable-debug option to configure script
    
    The options --enable-debug and --disable-debug control if additional debugging messages shall be included in the binary, that can made
    visible with the "DebugLevel" option in the xorg.conf. Default: Enabled.

commit ca6968c1800ed30aec78b1e474c2b0ede77cd301
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sun Aug 12 00:04:35 2007 +0200

    Explained new key generation features for axes in man page.
    
    Explained the behaviour of accelerated vs relative axes that are mapped to keys. Added example to man page.

commit e24622b48e4304a7b8f9de5bdec0e0633821fa7b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Aug 11 23:27:57 2007 +0200

    Key autorepeat added for axes with mode=relative
    
    If axis is set to relative and keylow and keyhigh are assigned, autorepeat for these keys is emulated with a speed relative to the
    value of the axis (keydown and keyup are generated frequently). A factor for this autorepeat speed can be assigned by
    "axis=<factor>key".
    If mode is "accelerated", the axis behaves like a button: only one keydown and one keyup, X does autorepeat for the key.

commit 38297b06226f115ca4a25557bcb7f8c936424abc
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Aug 11 22:32:54 2007 +0200

    Fixed button mapping to an axis needing amplify value.
    
    Button mapping without amplify value like "axis=x" used uninitialized value for amplify,
    making an amplify value mandatory. With no amplify value, 1.0 is assumed.

commit dd396931b76c682f03323566f28b248afb1cb79d
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Aug 11 22:22:49 2007 +0200

    Move subpixel movement from global to per axis/button.
    
    Instead of using one global subpixel variable for all axes and buttons, the axis/button
    struct for each axis/button holds it's own subpixel variable. This is neccessary to
    implement mapping of relative axes to keys, which needs to save own "subpixel" values.

commit b685505f1411ffa5f326aa3ba9e5cd5e172e5c5e
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Aug 11 20:47:13 2007 +0200

    Reformatted whole source to 4-space-indents
    
    Large parts of the code were written with 2-space-indents only.
    Upgraded to 4-space indents to improve readability. Sorry for touching almost
    every line. :-S

commit 32c6ba4c292957e40ec349a4bb993b6ad92f290b
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Aug 8 15:00:15 2007 +0200

    Added example about mapping axes to keys to manpage.

commit fd83fbc114fe1755a1c85b5e1dd98b1b84ff668d
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Aug 8 14:52:27 2007 +0200

    Added "keylow" and "keyhigh" option to axes, which generates key events when the axis is moved.
    
    One can specify scancodes for negative and positive axis movement. When the axis is moved out of the deadzone,
    keydown events are once generated, and keyrelease events are generated when the axis returns to 0.
    One can map a pad to the four arrow keys to play games that do not support a joystick.

commit 20bcf86f2abdeb0fd6cf2f9cc4fb96befc0c5cbc
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Aug 8 14:49:29 2007 +0200

    Added "oldvalue" to axis struct, containing the exact last "value" of the axis

commit f4c1519bffdb12f4337261a8a9a9b63a4fa19cad
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Aug 8 12:58:30 2007 +0200

    Added note about SendCoreEvents keyword to ServerLayout in manpage.

commit 382c116887b10e453a76ed540d4d42f44d4e0f6a
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Wed Jul 11 03:18:07 2007 +0200

    Added missing section about valuators to manpage
    
    The manpage was missing detailed information about the reported valuators per axis.
    Made minor changes of style and grammar.

commit 68df98082ca13d586891d67d03f7c426e6b4467c
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Jul 7 23:43:13 2007 +0200

    Prepared for release 1.2.2

commit 321e4395486b66b2b7be0510494f48b2a03a4cc8
Author: Sascha Hlusiak <saschahlusiak@arcor.de>
Date:   Sat Jul 7 23:33:32 2007 +0200

    Reverted commit a24a5eeb30b224abf2bb512619fe5ab7284fa252 (prepare for keymap)
    
    The files and methods will be added back when it is time. So far there is no need for jstk_key.* files and dummy methods.
[--snip--]
