Re: [linux-usb-devel] PATCH: USB CDC OBEX driver

2005-02-02 Thread Alex Kanavin
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

Re: [linux-usb-devel] PATCH: USB CDC OBEX driver

2004-09-26 Thread Alex Kanavin
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

Re: [linux-usb-devel] PATCH: USB CDC OBEX driver

2004-09-26 Thread Alex Kanavin
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

Re: [linux-usb-devel] PATCH: USB CDC OBEX driver

2004-09-25 Thread Phil Dibowitz
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

Re: [linux-usb-devel] PATCH: USB CDC OBEX driver

2004-09-25 Thread Oliver Neukum
> 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

Re: [linux-usb-devel] PATCH: USB CDC OBEX driver

2004-09-25 Thread Marcel Holtmann
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

Re: [linux-usb-devel] PATCH: USB CDC OBEX driver

2004-09-25 Thread Alex Kanavin
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,

Re: [linux-usb-devel] PATCH: USB CDC OBEX driver

2004-09-25 Thread Marcel Holtmann
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

[linux-usb-devel] PATCH: USB CDC OBEX driver

2004-09-25 Thread Alex Kanavin
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