From d8416da3781a35ccf277901ff3ed06e9d289568f Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 11 Jan 2013 20:15:49 +0200 Subject: [PATCH] Release 0.56 with updated documentation Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 8 ++++++++ docs/usb_moded-doc.txt | 23 +++++++++++++++++++++++ 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6664a1e..5e79f72 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([usb_moded], [0.55]) +AC_INIT([usb_moded], [0.56]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_CONFIG_HEADER([config.h]) diff --git a/debian/changelog b/debian/changelog index e0501d4..820ebe7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +usb-moded (0.56) unstable; urgency=low + + * Fix possible compiltation issue with N900 support and android which are mutually exclusive + * Fix g_file_storage fallback which did not work anymore with kmod + * Warn when using dbus methods to change mode when not connected + + -- Philippe De Swert Fri, 11 Jan 2013 18:57:58 +0200 + usb-moded (0.55) unstable; urgency=low * Add android gadget driver support diff --git a/docs/usb_moded-doc.txt b/docs/usb_moded-doc.txt index 80a6db3..0eb4141 100644 --- a/docs/usb_moded-doc.txt +++ b/docs/usb_moded-doc.txt @@ -213,3 +213,26 @@ udev_subsystem = platform mode = mass_storage property = TRIGGER_CMD + +Softconnect support +------------------- + +In some cases gadget drivers are not active by default. (for example with the android gadget driver) +As there is no standard softconnect path, to use this feature it will have to be enabled +in the config file. + +[soft_connect] +soft_connect_path = /path/where/softconnect/is + +NOTE: It is expected that the value to connect is "connect", and "disconnect" to disconnect. + +Android gadget driver support +----------------------------- + +This will need usb_moded to be compiled after being configured with --enable-android +The regular gadget support will not work anymore as the android gadget driver is +supposed to be used built-in. A thusly build usb_moded will be usable on stock +android kernels. + +atm only networking mode is fully supported, mass-storage partly. +