Skip to content

Commit

Permalink
[usb-moded] Release 0.78.5
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Feb 26, 2014
1 parent 9475cf1 commit 3dab6a4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([usb_moded], [0.78.4])
AC_INIT([usb_moded], [0.78.5])
AM_INIT_AUTOMAKE([-Wall -Werror foreign])

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

* Set new idProduct since the device will fail to be recognized correctly in Windows if used with the old one.
* Fix connection_sharing define. Thanks to lukedirtwalker for spotting it.
* [usb-moded] Add experimental host mode switching support
* [usb-moded] Set mode to undefined/disconnected, before re-reading usb mode configuration.

-- Philippe De Swert <philippe.deswert@jolla.com> Wed, 26 Feb 2014 18:06:29 +0200

usb-moded (0.78.4) unstable; urgency=low

* [usb-moded] Put ffs as first interface on USB
Expand Down
2 changes: 1 addition & 1 deletion src/usb_moded.c
Expand Up @@ -613,7 +613,7 @@ static void sigint_handler(int signum)
data = get_usb_mode_data();
set_disconnected(data);
/* clear existing data to be sure */
set_usb_mode_data(NULL);
set_usb_mode_data(NULL);
/* free and read in modelist again */
free_mode_list(modelist);
modelist = read_mode_list(0);
Expand Down

0 comments on commit 3dab6a4

Please sign in to comment.