gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-53


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-53-g1815dfc
Date: Tue, 07 Sep 2010 20:21:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  1815dfc5cc72598df00b590d5736b25c78653fb4 (commit)
      from  14da56d765bed194fcfcb2a562dfa8fe3001a70a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=1815dfc5cc72598df00b590d5736b25c78653fb4


commit 1815dfc5cc72598df00b590d5736b25c78653fb4
Author: Daniele Forsi <address@hidden>
Date:   Tue Sep 7 22:21:15 2010 +0200

    Show debug messages about setting RTS/DTR and speed only when appropriate

diff --git a/common/device.c b/common/device.c
index b13117d..f2978c4 100644
--- a/common/device.c
+++ b/common/device.c
@@ -154,6 +154,7 @@ void device_changespeed(int speed, struct gn_statemachine 
*state)
                serial_changespeed(state->device.fd, speed, state);
                break;
        case GN_CT_Tekram:
+               dprintf("Serial device: setting speed to %d\n", speed);
                tekram_changespeed(state->device.fd, speed, state);
                break;
        case GN_CT_Irda:

-----------------------------------------------------------------------

Summary of changes:
 common/device.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]