diff --git a/NEWS b/NEWS index f3844cb..76bf8b6 100644 --- a/NEWS +++ b/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) diff --git a/README b/README index 65160cb..98a0bfa 100644 --- a/README +++ b/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. diff --git a/TODO b/TODO index 8f6b976..9e29ecf 100644 --- a/TODO +++ b/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