On Mon, 13 Feb 2006 18:31:58 -0800, David Brownell <[EMAIL PROTECTED]> wrote:
> On Monday 13 February 2006 1:18 pm, Pete Zaitcev wrote:

> > What do you think about the attached patch? I would like to have something
> > like that for a project I'm doing. Here's an example patch (long):
> >  http://people.redhat.com/zaitcev/linux/linux-2.6.15-wlan6.diff
> 
> What does this do other than move the drivers/usb/gadget/net2280.h
> file into include/linux?  (Presumably for some of those WLAN adapters
> which use it as a highspeed-USB-to-PCI adapter, with bonus 8051 to
> handle various tasks.)

I have verified that no change is done, by diff, except this:

--- linux-2.6.16-rc2/drivers/usb/gadget/net2280.h       2005-06-17 
12:48:29.000000000 -0700
+++ linux-2.6.16-rc2-lem/include/linux/usb_net2280.h    2006-02-11 
12:12:17.000000000 -0800
@@ -22,6 +24,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */

+// #include <asm/byteorder.h>
+
 /*-------------------------------------------------------------------------*/

 /* NET2280 MEMORY MAPPED REGISTERS

I'm not quite sure what I meant by that, probably the header has __le32
in it somewhere.

The CPU is not a 8051, but an ARM. That's because 2280 has a PCI side,
so you have to have a PCI arbiter, right? Hardly a job for a 8051. Also,
the Prism 5.4 is a PCI interface chipset. Or do you mean that 2280
includes a 8051 core? If so, it's not used in this application.

> I have no objection to such a move, other than thinking that we're
> accumulating enough random <linux/usb*.h> files that maybe this
> might be a good excuse to start moving to <linux/usb/*.h> ...

Maybe. I try to do such things one at a time.

-- Pete


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to