Skip to content

Commit

Permalink
[usb-moded] Release 0.65
Browse files Browse the repository at this point in the history
* Fixed bug where config file merging does not work when removing the main config file
* Added Android config values setting for Manufacturer, product and vendor
* Added pc_suite mode for Android

Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Aug 2, 2013
1 parent 3035b04 commit ae8bf3d
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.64.1])
AC_INIT([usb_moded], [0.65])
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.65) unstable; urgency=low

* Fixed bug where config file merging does not work when removing the main config file
* Added Android config values setting for Manufacturer, product and vendor
* Added pc_suite mode for Android

-- Philippe De Swert <philippe.deswert@jollamobile.com> Fri, 02 Aug 2013 16:54:51 +0300

usb-moded (0.64.1) unstable; urgency=low

* Fix bug in kernel command line handling so it works for all usb interfaces
Expand Down
18 changes: 17 additions & 1 deletion rpm/usb-moded.spec
@@ -1,5 +1,5 @@
Name: usb-moded
Version: 0.63
Version: 0.65
Release: 0
Summary: USB mode controller
Group: System/System Control
Expand Down Expand Up @@ -159,6 +159,18 @@ system bus.

This package contains the mtp mode config.

%package pc-suite-mode-android
Summary: USB mode controller - android pc suite mode config
Group: Config

%description pc-suite-mode-android
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
system bus.

This package contains the android pc suite mode config.

%package usb-moded-defaults
Summary: USB mode controller - default configuration
Group: Config
Expand Down Expand Up @@ -293,6 +305,10 @@ systemctl daemon-reload
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/mtp_mode-android.ini

%files pc-suite-mode-android
%defattr(-,root,root,-)
%{_sysconfdir}/usb-moded/dyn-modes/pc_suite-android.ini

%files usb-moded-defaults
%defattr(-,root,root,-)

Expand Down

0 comments on commit ae8bf3d

Please sign in to comment.