Hi David,
Thank you very much for your answer:) It's very helpful. I will try to read the usbnet.c and usbeth.c first(I am now having a test about usb network between my pc and a ipaq). And maybe a month later will try to make another device to work with usbnet. I hope I could ask you some questions then. Thank you very much again:)
TianTao


From: David Brownell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
CC: "tian tao" <[EMAIL PROTECTED]>
Subject: Re: [linux-usb-devel] about usbnet
Date: Wed, 10 Nov 2004 11:08:13 -0800

On Tuesday 09 November 2004 01:03, tian tao wrote:
> Hi all,
> I am doing a project using usbnet, and hope to discuss some topics
about
> usbnet with someone. Is there anyone is familiar with usbnet or have
> interested in usbnet? I hope to ask some questions about usbnet first:
>    Is the usbnet a point-to-point network or a common ethernet network?

See http://www.linux-usb.org/usbnet for more info;
it is NOT using a point-to-point model, that didn't
work as well as necessary.


> If I hope to make usbnet support a new usb device, what work should
I
> do?

That depends on the device.  Minimally you'd just add
an entry into the MODULE_DEVICE_TABLE() and a pointer
to a structure defining a trivial "mini-driver"; many
of the host-to-host cables work like that.  But you
might need more extensive support, like the ax8817x
support.

- Dave


> Thank you very much for reading my words and hope to hear some
advice
> from you.
>    Thank you:)
>        TianTao
>

_________________________________________________________________
享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to