On Mon, 27 Sep 2004, Marcel Holtmann wrote:
> > > I don't buy your point. From what I know is that OBEX only needs bulk
> > > transfers and these can be used very easy through the USB library. The
> > > big advantage using the USB library is that you also support OBEX over
> > > USB for FreeBSD an
On Sat, 25 Sep 2004, Phil Dibowitz wrote:
> Interestingly, my phone (Sony Ericsson T637) uses Obex. I connect to it
> using a USB cable that is in fact a USB->Serial Converter (which uses
> the pl2303 driver), and then using multisync (multisync.sf.net) which
> talks obex in userspace.
>
> So
On Sat, 25 Sep 2004, Marcel Holtmann wrote:
> I don't buy your point. From what I know is that OBEX only needs bulk
> transfers and these can be used very easy through the USB library. The
> big advantage using the USB library is that you also support OBEX over
> USB for FreeBSD and MacOS X at the
Alex Kanavin wrote:
Hello,
here's the first version of the USB CDC OBEX driver. I have tested it with
my Nokia 7610 phone and it seems to work fine. Feedback is welcome,
especially concering the code quality, because I didn't do kernel
programming before :) All the documentation/explanations/exa
> diff -x sysfs.c -uNr linux-2.6.8-1.521/drivers/usb/class/cdc-acm.h
> linux-2.6.8-1.521-ak/drivers/usb/class/cdc-acm.h
> --- linux-2.6.8-1.521/drivers/usb/class/cdc-acm.h 2004-08-14
> 08:38:09.0 +0300
> +++ linux-2.6.8-1.521-ak/drivers/usb/class/cdc-acm.h2004-09-22
> 01:07:03
Hi Alex,
> > what is the reason to have an extra kernel driver for this and not use
> > the USB library and send me a patch for another transport layer for
> > OpenOBEX?
>
> Well, it just didn't occur to me. :) Plus, the WMC specification lists
> plenty of other interfaces, which either are in th
On Sat, 25 Sep 2004, Marcel Holtmann wrote:
> what is the reason to have an extra kernel driver for this and not use
> the USB library and send me a patch for another transport layer for
> OpenOBEX?
Well, it just didn't occur to me. :) Plus, the WMC specification lists
plenty of other interfaces,
Hi Alex,
> here's the first version of the USB CDC OBEX driver. I have tested it with
> my Nokia 7610 phone and it seems to work fine. Feedback is welcome,
> especially concering the code quality, because I didn't do kernel
> programming before :) All the documentation/explanations/examples are
Hello,
here's the first version of the USB CDC OBEX driver. I have tested it with
my Nokia 7610 phone and it seems to work fine. Feedback is welcome,
especially concering the code quality, because I didn't do kernel
programming before :) All the documentation/explanations/examples are in
the p