On Thursday 07 February 2008, Nel D wrote: > a. Is there anything that already implements this, which i can use ?
Not that I've heard of. > b. In case no one has done this before ( i hope not :) ), how should i > go about writing this driver? You said you want a "client side driver". We don't use the term "client" in Linux-USB since it's ambiguous ... peripherals are, protocol-wise, "servers", making a "client" be the host side of the stack, but that's often not what people mean. So if you want a peripheral side driver, just start writing some kind of gadget driver ... either kernel space or user space, as appropriate. Just Do It. If you want a host side driver ... then I'd be curious why the OpenOBEX stuff you mention is not the answer. - Dave - To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
