[linux-usb-devel] Re: USB driver

2005-09-17 Thread Greg KH
On Sat, Sep 17, 2005 at 09:16:50AM +0100, praveen pal wrote: > Hello Sir > I am working on ARM9 processor on linux plateform . I > want to write driver for USB. so I need some help from > u. I can write physical level usb driver in which it > can read and write from usb port, but i want to mount >

[linux-usb-devel] Re: USB Driver

2004-01-28 Thread Greg KH
On Mon, Jan 26, 2004 at 03:17:35PM -0600, [EMAIL PROTECTED] wrote: > > > Hi > > I am currently a senior electrical engineering student at the > university of Texas at Austin. I am working on a project that involves > interfacing a USB port to a Motorola 6812 running an student written > OS. I wo

[linux-usb-devel] Re: usb driver timeout problem.

2001-04-10 Thread David Brownell
> > > I solved a problem with the pci_alloc_consistent function for my > > > architecture. Now the pci_alloc_consistent function allocates uncachable > > > memory (from a region starting from b700 address as you can see from > > > the following debug messages pci_alloc_consistent: ). > > > >

[linux-usb-devel] Re: usb driver timeout problem.

2001-04-10 Thread Orazio Privitera
[EMAIL PROTECTED] wrote: > > > I solved a problem with the pci_alloc_consistent function for my > > architecture. Now the pci_alloc_consistent function allocates uncachable > > memory (from a region starting from b700 address as you can see from > > the following debug messages pci_alloc_con

[linux-usb-devel] Re: usb driver timeout problem.

2001-04-09 Thread David Brownell
> I solved a problem with the pci_alloc_consistent function for my > architecture. Now the pci_alloc_consistent function allocates uncachable > memory (from a region starting from b700 address as you can see from > the following debug messages pci_alloc_consistent: ). > > When I run I get a