Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New release 0.60
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed May 10, 2013
1 parent 473de07 commit a747ef0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.59])
AC_INIT([usb_moded], [0.60])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

AM_CONFIG_HEADER([config.h])
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
usb-moded (0.60) unstable; urgency=low

* Add dedicated charger tracking

-- Philippe De Swert <philippe.deswert@jollamobile.com> Fri, 10 May 2013 15:56:03 +0300

usb-moded (0.59) unstable; urgency=low

* Do not depend on the config, but always go to developer mode in rescue mode
Expand Down
7 changes: 6 additions & 1 deletion docs/usb_moded-doc.txt
Expand Up @@ -148,11 +148,16 @@ is disconnected. This also avoids race conditions in case the UI starts
after a cable is inserted and usb_moded has also been started. The UI can then
query the state to know if it needs to show a selection dialog or not.

On disconnect usb_moded will broadcast a disconnect signal, so that all programs
On cable disconnect usb_moded will broadcast a disconnect signal, so that all programs
that use the usb interface/mode know that a cable is disconnected and then can act
(if needed) on the changed situation. It will then do all the necessary to reset
the system to a clean state.

Another special feature is the dedicated charger tracking. When a charger is connected
usb_moded will broadcast a charger_connected signal and go to "dedicated charger" mode.
This is just a place-holder mode. On charger disconnect then there will be a
charger_disconnected signal.

Appsync feature
---------------

Expand Down

0 comments on commit a747ef0

Please sign in to comment.