Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[usb-moded] Minor release 0.85.1
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Oct 12, 2015
1 parent 035e3d4 commit d764ae5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.85])
AC_INIT([usb_moded], [0.85.1])
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.85.1) unstable; urgency=low

* [diag] update diag mode to newer android standard.

-- Philippe De Swert <philippe.deswert@jolla.com> Mon, 05 Oct 2015 16:41:10 +0300

usb-moded (0.85) unstable; urgency=low

* [usb-moded] Do not retry network when there is no need.
Expand Down
10 changes: 5 additions & 5 deletions rpm/usb-moded.spec
@@ -1,6 +1,6 @@
Name: usb-moded
Version: 0.82
Release: 5
Version: 0.85
Release: 1
Summary: USB mode controller
Group: System/System Control
License: LGPLv2
Expand Down Expand Up @@ -117,11 +117,11 @@ system bus.
This package contains the diag config for use with the android
gadget driver.

%package diag-mode-androidv5+qcom
%package diag-mode-androidv5-qcom
Summary: USB mode controller - android v5 or newer diag mode config for qcom
Group: Config

%description diag-mode-androidv5+qcom
%description diag-mode-androidv5-qcom
Usb_moded is a daemon to control the USB states. For this
it loads unloads the relevant usb gadget modules, keeps track
of the filesystem(s) and notifies about changes on the DBUS
Expand Down Expand Up @@ -401,7 +401,7 @@ systemctl daemon-reload || :
%{_sysconfdir}/usb-moded/dyn-modes/diag_mode_old.ini
%{_sysconfdir}/usb-moded/run/adb-diag.ini

%files diag-mode-androidv5+qcom
%files diag-mode-androidv5-qcom
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/diag_mode.ini
%{_sysconfdir}/usb-moded/run/adb-diag.ini
Expand Down

0 comments on commit d764ae5

Please sign in to comment.