RE: fix for accepting modem with baudrate 115200
Anupama R <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <E73FABD9FF04AC4885C6699163C7A40003C04BCC@BLRM201E.blr.spcnl.co.in> |
Hello again Oded, I have no idea what is meant by a unified diff, but will do the best I can. Against the latest snapshot, the following code should be included at line 798 of gw\smsc_at2.c (this is after case 38400) The patch is as follows (it goes into function at2_set_speed(PrivAT2data *privdata, int bps)) case 115200: speed = B115200; break; I hope there are no objections to this patch. Thank you and best regards Anu -----Original Message----- From: Oded Arbel [mailto:[email protected]] Sent: Wednesday, August 28, 2002 2:20 PM To: Anupama R; [email protected] Subject: RE: fix for accepting modem with baudrate 115200 Could you please resubmit just the patch data as a unified diff between your modified source and the latest CVS snapshot ? This would make it far easier to understand what you have done, and also to commit to the CVS if the patch is approved. -- Oded Arbel m-Wise mobile solutions [email protected] +972-9-9581711 (116) +972-67-340014 ::.. Ebenezer Blackadder : "Baldrick, you wouldn't see a subtle plan if it painted itself purple and danced on top of a harpsichord, singing "Subtle Plans Are Here Again!" -- from "Blackadder's Christmas Carol" > -----Original Message----- > From: Anupama R [mailto:[email protected]] > Sent: Wednesday, August 28, 2002 10:47 AM > To: [email protected] > Subject: fix for accepting modem with baudrate 115200 > > > Hello list, > I have attached the file in which I had > made a fix for accepting baudrate 115200. Hope > this is the right fix to make. > The fix is quite minor, just having to add > 115200 in at2_set_speed function. > > Now, how is it I am supposed to proceed? ask for votes? > > Best Regards > Anu > >