[PATCH 1/5] text-telephony: add public header

2010-11-25 Thread Lucas De Marchi
--- Makefile.am |3 +- include/ctm.h | 71 + 2 files changed, 73 insertions(+), 1 deletions(-) create mode 100644 include/ctm.h diff --git a/Makefile.am b/Makefile.am index f841b4c..2615be7 100644 --- a/Makefile.am +++ b/Makefile.am

Re: [PATCH 1/5] text-telephony: add public header

2010-11-26 Thread Denis Kenzior
Hi Lucas, I applied this patch, but amended it a bit afterwards. See below: > +struct ofono_ctm_driver { > + const char *name; > + int (*probe)(struct ofono_ctm *tt, unsigned int vendor, > + void *data); So I had to change the *tt variable name to *ctm everywhere

RE: [PATCH 1/5] text-telephony: add public header

2010-11-27 Thread Bastian, Waldo
> > + void (*remove)(struct ofono_ctm *tt); > > + void (*query_tty)(struct ofono_ctm *tt, > > + ofono_ctm_query_cb_t cb, > > + void *data); > > + void (*set_tty)(struct ofono_ctm *tt, > > + int enable, > > I also ch

Re: [PATCH 1/5] text-telephony: add public header

2010-11-29 Thread Denis Kenzior
Hi Waldo, On 11/27/2010 03:04 PM, Bastian, Waldo wrote: >>> + void (*remove)(struct ofono_ctm *tt); >>> + void (*query_tty)(struct ofono_ctm *tt, >>> + ofono_ctm_query_cb_t cb, >>> + void *data); >>> + void (*set_tty)(struct ofono_ctm *tt,