From ae8bf3d76bfca1463ff1566c2f85c36e5aaa14cf Mon Sep 17 00:00:00 2001 From: Philippe De Swert Date: Fri, 2 Aug 2013 17:26:13 +0300 Subject: [PATCH] [usb-moded] Release 0.65 * 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 --- configure.ac | 2 +- debian/changelog | 8 ++++++++ rpm/usb-moded.spec | 18 +++++++++++++++++- 3 files changed, 26 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 21e1e60..fdf1ee3 100644 --- a/configure.ac +++ b/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]) diff --git a/debian/changelog b/debian/changelog index dbe488f..4c7b002 100644 --- a/debian/changelog +++ b/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 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 diff --git a/rpm/usb-moded.spec b/rpm/usb-moded.spec index a55f888..9e1eb13 100644 --- a/rpm/usb-moded.spec +++ b/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 @@ -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 @@ -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,-)