gnokii-commit
[Top][All Lists]
Advanced

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

gnokii/common/phones atgen.c, 1.84, 1.85 nk6100.c, 1.155, 1.156 nk6160.c


From: BORBELY Zoltan <address@hidden>
Subject: gnokii/common/phones atgen.c, 1.84, 1.85 nk6100.c, 1.155, 1.156 nk6160.c, 1.19, 1.20 nk6510.c, 1.126, 1.127 nk7110.c, 1.154, 1.155
Date: Tue, 28 Oct 2003 00:03:43 +0000

Update of /cvsroot/gnokii/gnokii/common/phones
In directory subversions:/tmp/cvs-serv17571/common/phones

Modified Files:
        atgen.c nk6100.c nk6160.c nk6510.c nk7110.c 
Log Message:
tcp device support added to phone drivers


Index: nk6100.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/phones/nk6100.c,v
retrieving revision 1.155
retrieving revision 1.156
diff -C2 -d -r1.155 -r1.156
*** nk6100.c    24 Oct 2003 12:49:04 -0000      1.155
--- nk6100.c    28 Oct 2003 00:03:40 -0000      1.156
***************
*** 524,527 ****
--- 524,528 ----
        case GN_CT_DAU9P:
        case GN_CT_Tekram:
+       case GN_CT_TCP:
                err = fbus_initialise(0, state);
                break;

Index: nk6160.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/phones/nk6160.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** nk6160.c    31 Mar 2003 08:46:01 -0000      1.19
--- nk6160.c    28 Oct 2003 00:03:40 -0000      1.20
***************
*** 147,150 ****
--- 147,151 ----
        case GN_CT_Serial:
        case GN_CT_Infrared:
+       case GN_CT_TCP:
                error = m2bus_initialise(state);
                break;

Index: nk7110.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/phones/nk7110.c,v
retrieving revision 1.154
retrieving revision 1.155
diff -C2 -d -r1.154 -r1.155
*** nk7110.c    23 Oct 2003 00:35:01 -0000      1.154
--- nk7110.c    28 Oct 2003 00:03:41 -0000      1.155
***************
*** 319,322 ****
--- 319,323 ----
                        }
                case GN_CT_Serial:
+               case GN_CT_TCP:
                        err = fbus_initialise(attempt++, state);
                        break;

Index: atgen.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/phones/atgen.c,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** atgen.c     12 Jun 2003 22:09:36 -0000      1.84
--- atgen.c     28 Oct 2003 00:03:40 -0000      1.85
***************
*** 1188,1191 ****
--- 1188,1192 ----
        case GN_CT_Bluetooth:
        case GN_CT_Irda:
+       case GN_CT_TCP:
                if (!strcmp(setupdata->model, "AT-HW"))
                        ret = atbus_initialise(true, state);

Index: nk6510.c
===================================================================
RCS file: /cvsroot/gnokii/gnokii/common/phones/nk6510.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** nk6510.c    24 Oct 2003 12:49:05 -0000      1.126
--- nk6510.c    28 Oct 2003 00:03:40 -0000      1.127
***************
*** 402,405 ****
--- 402,406 ----
                        }
                case GN_CT_Serial:
+               case GN_CT_TCP:
                        err = fbus_initialise(attempt++, state);
                        break;





reply via email to

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