OSDN Git Service

TODO: Add entry for runtime selection of drivers
authorAnderson Lizardo <anderson.lizardo@openbossa.org>
Tue, 13 Nov 2012 15:49:45 +0000 (11:49 -0400)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 13 Nov 2012 17:41:46 +0000 (19:41 +0200)
This will allow to drop usage of symlinks to C files, which require
messing with CPPFLAGS so headers can be found by the preprocessor.

It also allows for easier testing, because it is not necessary to
rebuild BlueZ to test different drivers.

TODO

diff --git a/TODO b/TODO
index ca14955..4f58423 100644 (file)
--- a/TODO
+++ b/TODO
@@ -36,6 +36,15 @@ General
   Priority: Low
   Complexity: C1
 
+- Remove usage of symlinks for drivers, such as profiles/input/suspend.c and
+  profiles/sap/sap.c. Instead, select drivers at runtime by using config
+  options or probing for running D-Bus services (using e.g.
+  g_dbus_add_service_watch()). Idea first mentioned on
+  http://thread.gmane.org/gmane.linux.bluez.kernel/30175/focus=30190.
+
+  Priority: Low
+  Complexity: C2
+
 BlueZ 5
 =======