TODO & NEWS updates
This commit is contained in:
parent
9e2952c18d
commit
3f0350ee34
2 changed files with 15 additions and 10 deletions
21
NEWS
21
NEWS
|
@ -1,11 +1,17 @@
|
|||
xboxdrv 0.7.1 - (??/???/2011)
|
||||
=============================
|
||||
|
||||
* compatibility with older libudev versions
|
||||
* new match rules: usbserial=SERIAL, vendor=VENDOR, product=PRODUCT
|
||||
and property=PROPERTY:VALUE
|
||||
* added --match-group
|
||||
* man-page updates and cleanup
|
||||
* added --on-connect and --on-disconnect to xboxdrv --daemon
|
||||
* added --usb-debug
|
||||
* added --no-extra-events
|
||||
* added support for Playstation button names (triangle,
|
||||
circle, square, cross, L1, L2, L3, R1, R2, R3)
|
||||
* added ability to set LED per controller slot
|
||||
* added [controller0/config0/modifier] style sections to the ini file
|
||||
* added new match rules: usbserial=SERIAL, vendor=VENDOR, product=PRODUCT
|
||||
and property=PROPERTY:VALUE
|
||||
* fixed issues with older libudev versions
|
||||
* fixed LED not getting switched off on shutdown
|
||||
* fixed some missing #include directives
|
||||
* fixed axis inversion issue in --axismap
|
||||
|
@ -13,12 +19,7 @@ xboxdrv 0.7.1 - (??/???/2011)
|
|||
* fixed --dpad-as-button
|
||||
* fixed --dpad-only
|
||||
* fixed issue with using --trigger-as-zaxis in combination with axisfilter
|
||||
* added support for Playstation button names (triangle,
|
||||
circle, square, cross, L1, L2, L3, R1, R2, R3)
|
||||
* added --on-connect and --on-disconnect to xboxdrv --daemon
|
||||
* added ability to set LED per controller slot
|
||||
* added --usb-debug
|
||||
* added [controller0/config0/modifier] style sections to the ini file
|
||||
* man-page updates and cleanup
|
||||
* new version of runxboxdrv
|
||||
|
||||
|
||||
|
|
4
TODO
4
TODO
|
@ -42,6 +42,10 @@ $ dput my-ppa ../xboxdrv_0.7.1-1~lucid1_source.changes
|
|||
Stuff to do before 0.7.1 release:
|
||||
=================================
|
||||
|
||||
* add [controller0/config0] support for ControllerOptions
|
||||
|
||||
* add [controller0] support for ControllerSlotOptions
|
||||
|
||||
* --ui-axismap LT=KEY_A:KEY_B:1
|
||||
|
||||
Here KEY_B is the key you want to send and KEY_A is a random other key
|
||||
|
|
Loading…
Reference in a new issue