TODO and NEWS update
This commit is contained in:
parent
27a1a29d4c
commit
b2709086fb
2 changed files with 7 additions and 9 deletions
4
NEWS
4
NEWS
|
@ -1,4 +1,4 @@
|
||||||
xboxdrv 0.7.0 - (??/Jan/2011)
|
xboxdrv 0.7.0 - (28/Jan/2011)
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
* switched to libusb-1.0
|
* switched to libusb-1.0
|
||||||
|
@ -10,7 +10,7 @@ xboxdrv 0.7.0 - (??/Jan/2011)
|
||||||
* fixed double Ctrl-c issue
|
* fixed double Ctrl-c issue
|
||||||
* added --modifier MODIFIER,...
|
* added --modifier MODIFIER,...
|
||||||
* configuration toggle button now works with modifiers too
|
* configuration toggle button now works with modifiers too
|
||||||
* renamed --ui-new to --next
|
* renamed --ui-new to --next-config
|
||||||
* renamed --ui-toggle to --toggle
|
* renamed --ui-toggle to --toggle
|
||||||
* fixed incorrect endpoint detection for Xbox1 controller
|
* fixed incorrect endpoint detection for Xbox1 controller
|
||||||
* native Playstation 3 USB controller support
|
* native Playstation 3 USB controller support
|
||||||
|
|
12
TODO
12
TODO
|
@ -42,18 +42,11 @@ $ dput my-ppa ../xboxdrv_0.7.0-1~lucid1_source.changes
|
||||||
Stuff to do before 0.7.0 release:
|
Stuff to do before 0.7.0 release:
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
Daemon Related Stuff
|
|
||||||
====================
|
|
||||||
|
|
||||||
* cleanup device_id, don't manually do (slot<<16) | devid
|
|
||||||
|
|
||||||
List Output
|
List Output
|
||||||
===========
|
===========
|
||||||
|
|
||||||
* update docu on force feedback for multi controller
|
* update docu on force feedback for multi controller
|
||||||
|
|
||||||
* rename --list-key to --help-key? -> yep
|
|
||||||
|
|
||||||
* turn EnumBox into singleton
|
* turn EnumBox into singleton
|
||||||
|
|
||||||
* Keysym2Keycode is currently always constructed at startup, even when
|
* Keysym2Keycode is currently always constructed at startup, even when
|
||||||
|
@ -62,6 +55,11 @@ List Output
|
||||||
Stuff to do before 0.7.1 release:
|
Stuff to do before 0.7.1 release:
|
||||||
=================================
|
=================================
|
||||||
|
|
||||||
|
* allow --modifier help, --ui-buttonmap X2^help
|
||||||
|
|
||||||
|
* cleanup device_id, don't manually do (slot<<16) | devid (only an
|
||||||
|
issue in force feedback code)
|
||||||
|
|
||||||
* figure out a good place to set the LEDs off when Xboxdrv is quit,
|
* figure out a good place to set the LEDs off when Xboxdrv is quit,
|
||||||
just doing it in the destructor causes trouble, as the usbdev might
|
just doing it in the destructor causes trouble, as the usbdev might
|
||||||
be no longer usable (when controller got unplugged)
|
be no longer usable (when controller got unplugged)
|
||||||
|
|
Loading…
Reference in a new issue