Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-19 Thread David Brownell
On Friday 19 January 2007 7:40 pm, Justin Clacherty wrote: > > And at some point > > someone should be submitting a pxa270_udc patch for upstream ... > > > > Yes. I'm using the patch submitted to the list by Rodolfo Giometti back > on 22/11/2006, it's based on the handhelds patch. What need

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-19 Thread Justin Clacherty
David Brownell wrote: >> Ok. So my procedure should read: >> - apply the pxa270 udc patch >> - apply David's patch >> - modify Zaurus inf file to recognise the simple vendor ids >> - use Zaurus Windows driver with modified inf >> > > Seems so. > Yes, it worked. > Though: in 2.6.21 my

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-19 Thread David Brownell
Date: Sat, 20 Jan 2007 10:08:11 +1000 > From: Justin Clacherty <[EMAIL PROTECTED]> > To: David Brownell <[EMAIL PROTECTED]> > Cc: linux-usb-devel@lists.sourceforge.net, > Juan Luis López <[EMAIL PROTECTED]> > Subject: Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-19 Thread Justin Clacherty
David Brownell wrote: > If you want to use the Windows driver binaries shipped by Sharp, > you can modify their INF files to understand the "SIMPLE" vendor > and product identifiers. Ok. So my procedure should read: - apply the pxa270 udc patch - apply David's patch - modify Zaurus inf file t

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-19 Thread David Brownell
On Friday 19 January 2007 1:04 am, Justin Clacherty wrote: > Fantastic! I've just been going through the nightmare of trying to get RNDIS > to work with the pxa270. I'd much prefer using a cdc driver. You wouldn't be getting a real CDC driver though ... keep that in mind. I'm constantly amaze

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-19 Thread David Brownell
> >>I act as if i were a zaurus : > >>//#defineSIMPLE_VENDOR_NUM0x049f > >>//#defineSIMPLE_PRODUCT_NUM0x505a > >>#defineSIMPLE_VENDOR_NUM0x04DD > >>#defineSIMPLE_PRODUCT_NUM0x8007 Just so you know, I won't OK merging that patch upstream. Sharp would have a very re

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-19 Thread Juan Luis López
Yes the order is correct and the file you have to patch is ether.c. On the other hand i am using the file pxa27x_udc.c from handhelds sligtly modified for my platform. I don't know anything about zaurus licenses, if you find anythig plaese tell me. Good Luck. Juan Luis Lopez Blazquez GAJATES J

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-19 Thread Justin Clacherty
- Juan Luis López <[EMAIL PROTECTED]> wrote: > Finally this works... > Thank you for your help. > I made it work with the David Brownell patch plus changin product and > > vendor ID. > Do not mark the RNDIS option in the kernel. > I act as if i were a zaurus : > //#defineSIMPLE_V

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-18 Thread Juan Luis López
I use zaurus windows driver. I think this is the C860 ones but other zaurus drivers (or other embedded product drivers) may work. When you connect to windows systems it works, but the connection with linux host depends on the kernel you are using. With a 2.6.10 it works well. With 2.6.14 you get

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-17 Thread Grahame Jordan
Hi Juan, Great news. On the Windows side are you using a generic Windows Driver or a Zaurus driver?? Cheers Grahame Jordan Juan Luis López wrote: > Finally this works... > Thank you for your help. > I made it work with the David Brownell patch plus changin product and > vendor ID. >

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-17 Thread Juan Luis López
Finally this works... Thank you for your help. I made it work with the David Brownell patch plus changin product and vendor ID. Do not mark the RNDIS option in the kernel. I act as if i were a zaurus : //#defineSIMPLE_VENDOR_NUM0x049f //#defineSIMPLE_PRODUCT_NUM0x505a #d

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-14 Thread David Brownell
On Sunday 14 January 2007 2:01 am, Grahame Jordan wrote: > Hi, > > I tried using RNDIS on PXA255 but found it unreliable. Ended up using a > commercial driver from MCCI, similar to the Zaurus driver. I believe > the gadget/ether.c patch is coming out on 2.6.20. I am using a patched > 2.6.18.

Re: [linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-14 Thread Grahame Jordan
Hi, I tried using RNDIS on PXA255 but found it unreliable. Ended up using a commercial driver from MCCI, similar to the Zaurus driver. I believe the gadget/ether.c patch is coming out on 2.6.20. I am using a patched 2.6.18. I know that MCCI are working with another customer on PXA270. Let me

[linux-usb-devel] PXA270 WINDOWS RNDIS/CDC USB connection

2007-01-12 Thread Juan Luis López
Hi all I am new in the list. I want to connect a propietary board using pxa270 with machines running windows. I have no problems connecting with linux hosts over usb. My kernel is 2.6.19, and use the file pxa27x_udc.c provided by Handhelds slightly modified. I would know if anyone achieved to co