Re: [linux-usb-devel] Embedded USB device development

2005-01-07 Thread David Brownell
[mailto:[EMAIL PROTECTED] On Behalf Of David > Brownell > Sent: Wednesday, December 29, 2004 12:06 AM > To: [email protected] > Cc: Raghunathan K > Subject: Re: [linux-usb-devel] Embedded USB device development > > > On Tuesday 28 December 2004 4:20 am, Raghunatha

RE: [linux-usb-devel] Embedded USB device development

2005-01-07 Thread Raghunathan K
AM To: [email protected] Cc: Raghunathan K Subject: Re: [linux-usb-devel] Embedded USB device development On Tuesday 28 December 2004 4:20 am, Raghunathan K wrote: > I used the latest 2.4.28 gadget files in my 2.4.20 build (from > include/linux/usb* and drivers/gadget).

Re: [linux-usb-devel] Embedded USB device development

2004-12-28 Thread David Brownell
On Tuesday 28 December 2004 4:20 am, Raghunathan K wrote: > I used the latest 2.4.28 gadget files in my 2.4.20 build (from > include/linux/usb* and drivers/gadget). After a few changes in makefiles and > config.in i was able to compile the gadget framework. Good! Though you might want to grab th

RE: [linux-usb-devel] Embedded USB device development

2004-12-28 Thread Raghunathan K
@lists.sourceforge.net Cc: Raghunathan K Subject: Re: [linux-usb-devel] Embedded USB device development The word you're after is "backport", as in "backport the gadget framework from more current versions of Linux 2.4, it's been done dozens of times before". In fact some of th

Re: [linux-usb-devel] Embedded USB device development

2004-12-24 Thread David Brownell
PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of David > Brownell > Sent: Monday, December 13, 2004 9:42 PM > To: [email protected] > Cc: Raghunathan K > Subject: Re: [linux-usb-devel] Embedded USB device development > > > On Sunday 12 December

RE: [linux-usb-devel] Embedded USB device development

2004-12-24 Thread Raghunathan K
, December 13, 2004 9:42 PM To: [email protected] Cc: Raghunathan K Subject: Re: [linux-usb-devel] Embedded USB device development On Sunday 12 December 2004 8:10 pm, Raghunathan K wrote: > Hi all, > > I am a USB newbie and am trying to grasp the USB system architecture. &g

Re: [linux-usb-devel] Embedded USB device development

2004-12-16 Thread David Brownell
On Sunday 12 December 2004 8:10 pm, Raghunathan K wrote: > Hi all, > > I am a USB newbie and am trying to grasp the USB system architecture. > > I have a ARM9 core based embedded system running ucLinux. I want this system > to act as a USB device and possibly interface with a host PC as a RNDIS

[linux-usb-devel] Embedded USB device development

2004-12-16 Thread Raghunathan K
Hi all, I am a USB newbie and am trying to grasp the USB system architecture. I have a ARM9 core based embedded system running ucLinux. I want this system to act as a USB device and possibly interface with a host PC as a RNDIS communication device. I am not clear as to what the Linux operati

Re: [linux-usb-devel] Embedded USB device development

2004-12-16 Thread David Meggy
On Mon, 2004-12-13 at 08:12, David Brownell wrote: > I know the n9604_udc has been used with RNDIS from ucLinux, > though evidently without the memory leak bugfix I recently > posted for the 2.4 version of this driver stack. Hi Dave Actually I've been running the National 9604 and 9603 chips on a

Re: [linux-usb-devel] Embedded USB device development

2004-12-13 Thread David Brownell
On Monday 13 December 2004 9:48 am, David Meggy wrote: > > Actually I've been running the National 9604 and 9603 chips on an > Arm720T. This has an MMU and is regular Linux not uClinux. OK, thanks for the correction. Then there may not be many uCLinux folk doing this yet ... though I don't thin