From 3d63ca2bc039044398324cf589cb0e82bfbb287d Mon Sep 17 00:00:00 2001 From: Ingo Ruhnke Date: Wed, 16 Mar 2011 10:51:30 +0100 Subject: [PATCH] NEWS and TODO updates --- .gitignore | 1 + NEWS | 1 + TODO | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7e4e95d..5395d7e 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ test/ini_parser_test src/xboxdrv_controller_glue.hpp src/xboxdrv_daemon_glue.hpp src/xboxdrv_dbus_glue.hpp +src/xboxdrv_vfs.hpp diff --git a/NEWS b/NEWS index 1e7c051..abd33c7 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ xboxdrv 0.7.3 - (16/Mar/2011) * added --no-dbus, to disable D-Bus support * reenabled USBReadThread to work around ignored input events * '--daemon' is broken in this release +* added xbmc.xboxdrv, a config fine tuned for XBMC xboxdrv 0.7.2 - (06/Mar/2011) diff --git a/TODO b/TODO index 4f0722c..6613bdc 100644 --- a/TODO +++ b/TODO @@ -61,7 +61,7 @@ Must have features * add libusb-0.1 support back (maybe only in 0.7.4) -Stuff to do before 0.7.3 release: +Stuff to do before 0.7.4 release: ================================= * d-bus requires X11?! @@ -72,6 +72,7 @@ Autolaunch error: X11 initialization failed." failed to open connection to bus: * ZSNES has issue with diagonals when it comes to HAT, might be bug in ZSNES https://bugs.launchpad.net/ubuntu/+source/zsnes/+bug/519845 + * have named output variables to chain filters and modifiers?! == Daemon == @@ -92,6 +93,7 @@ https://bugs.launchpad.net/ubuntu/+source/zsnes/+bug/519845 -> xboxdrv isn't running under realtime priority, only its subthreads, fix that -> figure out how USBReadThread reacts to the device being closed + -> USBReadThread doesn't react at all, it becomes stuck in the last call * use static X11 keysym map to do the string translation?