gnokii-users
[Top][All Lists]
Advanced

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

Re: my 6310 won't initialize


From: Ulrich Hopp
Subject: Re: my 6310 won't initialize
Date: Sun, 29 Dec 2002 00:35:14 +0100
User-agent: KMail/1.4.3

Hi, Pawel,

here comes the patch for nk6510.c, kind of typo ;-)
##########################################

-- nk6510.c.orig        2002-12-29 00:27:42.000000000 +0100
+++ nk6510.c    2002-12-29 00:10:08.000000000 +0100
@@ -49,7 +49,7 @@
 #include "gnokii-internal.h"
 #include "gsm-api.h"

-#define SEND_MESSAGE_BLOCK(type, length) \
+#define SEND_MESSAGE_BLOCK(length, type) \
 do { \
        if (sm_message_send(length, type, req, state)) return GN_ERR_NOTREADY; \
        return sm_block(type, data, state); \

####################################################

In fbus.c I filled in a line :

if (err) err=GN_ERR_NONE;

More a hack than a patch.

>
> Yes, something got broken during last changes. Konstantinos reported the
> breakage few days ago. I'm investigating it at the moment and hope to get
> it to work this night.
>
> I'll send the info to the list when it's fixed.
>
> pkot

regards
Uli



reply via email to

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