From a747ef0eac5e37c2d8b5a3e5477d056fa8f7f2c7 Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 10 May 2013 15:59:07 +0300 Subject: [PATCH] New release 0.60 Signed-off-by: Philippe De Swert --- configure.ac | 2 +- debian/changelog | 6 ++++++ docs/usb_moded-doc.txt | 7 ++++++- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9f15b62..f89d39c 100644 --- a/configure.ac +++ b/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]) diff --git a/debian/changelog b/debian/changelog index 39f69cf..b508886 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +usb-moded (0.60) unstable; urgency=low + + * Add dedicated charger tracking + + -- Philippe De Swert 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 diff --git a/docs/usb_moded-doc.txt b/docs/usb_moded-doc.txt index 429baf7..a1dfc17 100644 --- a/docs/usb_moded-doc.txt +++ b/docs/usb_moded-doc.txt @@ -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 ---------------