Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 0.56 with updated documentation
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Jan 11, 2013
1 parent d955aac commit d8416da
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
2 changes: 1 addition & 1 deletion 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])
Expand Down
8 changes: 8 additions & 0 deletions 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 <philippedeswert@jollamobile.com> Fri, 11 Jan 2013 18:57:58 +0200

usb-moded (0.55) unstable; urgency=low

* Add android gadget driver support
Expand Down
23 changes: 23 additions & 0 deletions docs/usb_moded-doc.txt
Expand Up @@ -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.

0 comments on commit d8416da

Please sign in to comment.