Greg mentioned a USB gadget serial device a few days ago
and it piqued my interest.

I am finishing a gadget and host driver that provides Unix style
pipes between a host and device over USB 2.0/1.1.  Not sure if
the company I am contracting with will be willing to release
it GPL or not (my guess is not).  However, I could take the
experience and write a gadget driver that looks like a known
serial device, or write both host and gadget side drivers.

What serial device did you want to emulate?  Do you have a spec
for the protocol?  Or were you thinking of both a host and gadget
driver?

One question--why not use CDCEther and g_ether?  They are already
written and give you all the features of TCP/IP--better than just
a serial port.

-- Al

> From: David Brownell [mailto:[EMAIL PROTECTED]
> Joshua Wise wrote:
>> 
>> I'm working on porting Linux to the iPAQ h1910, and I need a way to get data 
>> to the h1910, as it has no serial. I've been eyeing USB Gadget and wondering 
>> if it provides anything like the usb-char that pxa2xx and sa11x0 drivers used 
>> to provide (basically, something that can be accessed like a serial port on 
>> both sides.)
>
> It'll be cool to see that working!
>
> Nothing like usb-char yet.  The idea's come up, but not yet a driver.
>
> I just use ssh over g_ether (2.4.19-rmk7-pxa2), it's less work for
> me to set up -- but then, I don't need to talk to Windows or such.



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to