TODO, NEWS, README updates
This commit is contained in:
parent
70bd0a4df5
commit
63a7bd357f
3 changed files with 16 additions and 7 deletions
7
NEWS
7
NEWS
|
@ -1,7 +1,10 @@
|
|||
xboxdrv 0.4.10 - (??/Nov/2009)
|
||||
=============================
|
||||
xboxdrv 0.4.10 - (17/Feb/2010)
|
||||
==============================
|
||||
|
||||
* fixed mouse emulation a bit, still somewhat broken
|
||||
* Mad Catz Xbox 360 controller support
|
||||
* Harmonix controller support
|
||||
* minor compile fix (missing string.h)
|
||||
|
||||
|
||||
xboxdrv 0.4.9 - (01/Nov/2009)
|
||||
|
|
10
README
10
README
|
@ -43,12 +43,12 @@ Once everything installed, you can compile by typing:
|
|||
|
||||
% scons
|
||||
|
||||
On Ubuntu 9.04 you can install all the required libraries via:
|
||||
On Ubuntu 9.10 you can install all the required libraries via:
|
||||
|
||||
% apt-get install \
|
||||
g++ \
|
||||
libboost1.37-dev \
|
||||
libboost-thread1.37-dev \
|
||||
libboost1.40-dev \
|
||||
libboost-thread1.40-dev \
|
||||
scons \
|
||||
libusb-dev \
|
||||
git-core \
|
||||
|
@ -852,8 +852,8 @@ Workaround: Use KEY_ instead or cleanup your keymap
|
|||
|
||||
Force feedback support is brittle, if you Ctrl-c the driver in the
|
||||
wrong moment you will end up with a dead uninterruptable process and
|
||||
basically have to reboot. This looks might a kernel issue and not a
|
||||
xboxdrv one.
|
||||
basically have to reboot. This looks like it might be a kernel issue
|
||||
and not a xboxdrv one.
|
||||
|
||||
Workaround: Kill the app that uses xboxdrv before xboxdrv itself.
|
||||
|
||||
|
|
6
TODO
6
TODO
|
@ -15,6 +15,12 @@ git push --tags
|
|||
Stuff to do before 0.5 release:
|
||||
===============================
|
||||
|
||||
* could use left,right,up,down as alias for dr,dl,du,dd
|
||||
|
||||
* a mouse needs mouse buttons to be recognized as mouse:
|
||||
|
||||
--ui-buttonmap a=BTN_LEFT,b=BTN_RIGHT,x=BTN_MIDDLE,y=KEY_ENTER
|
||||
|
||||
* mouse feels sluggish and jumpy, tweaking value and repeat makes the problem
|
||||
smaller, but not go away
|
||||
|
||||
|
|
Loading…
Reference in a new issue