- minor cleanup
This commit is contained in:
parent
2f20d151f1
commit
5f24e7676a
3 changed files with 12 additions and 9 deletions
18
AUTHORS
18
AUTHORS
|
@ -11,15 +11,15 @@ XBox Gamepad Userspace Driver Testing:
|
|||
Parts of the code are based on XBox Kernel driver (xpad.c/xpad.h) by:
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
* Marko Friedemann <mfr@bmx-chemnitz.de>
|
||||
* Vojtech Pavlik <vojtech@suse.sz>,
|
||||
* Oliver Schwartz <Oliver.Schwartz@gmx.de>,
|
||||
* Thomas Pedley <gentoox@shallax.com>,
|
||||
* Steven Toth <steve@toth.demon.co.uk>,
|
||||
* Franz Lehner <franz@caos.at>,
|
||||
* Ivan Hawkes <blackhawk@ivanhawkes.com>,
|
||||
* Edgar Hucek <hostmaster@ed-soft.at>,
|
||||
* Niklas Lundberg <niklas@jahej.com>,
|
||||
* Pyry Haulos <pyry.haulos@gmail.com>,
|
||||
* Vojtech Pavlik <vojtech@suse.sz>
|
||||
* Oliver Schwartz <Oliver.Schwartz@gmx.de>
|
||||
* Thomas Pedley <gentoox@shallax.com>
|
||||
* Steven Toth <steve@toth.demon.co.uk>
|
||||
* Franz Lehner <franz@caos.at>
|
||||
* Ivan Hawkes <blackhawk@ivanhawkes.com>
|
||||
* Edgar Hucek <hostmaster@ed-soft.at>
|
||||
* Niklas Lundberg <niklas@jahej.com>
|
||||
* Pyry Haulos <pyry.haulos@gmail.com>
|
||||
* Jiri Kosina <jkosina@suse.cz>
|
||||
|
||||
|
||||
|
|
1
README
1
README
|
@ -142,4 +142,5 @@ itself works with:
|
|||
|
||||
% ./xboxdrv --no-uinput -v
|
||||
|
||||
|
||||
# EOF #
|
||||
|
|
2
TODO
2
TODO
|
@ -1,3 +1,5 @@
|
|||
* examples for --dpad as buttons and other options
|
||||
|
||||
Figure out:
|
||||
===========
|
||||
Unknown data: bytes: 3 Data: 0x01 0x03 0x0e
|
||||
|
|
Loading…
Reference in a new issue