Re: [linux-usb-devel] working version of a patch to introduce gfp

2002-02-04 Thread Greg KH
On Mon, Feb 04, 2002 at 01:54:42PM +0100, Oliver Neukum wrote: > > > So can you send this again, for just usb_submit_urb() with the sum of > > the changes that you and David agreed on? > > Sure. Here's the most basic patch. > Much thanks to Dave who had prepared the hcd layer already. > Dave, do

Re: [linux-usb-devel] working version of a patch to introduce gfp

2002-02-04 Thread David Brownell
> Sure. Here's the most basic patch. > Much thanks to Dave who had prepared the hcd layer already. > Dave, do you like it ? Looks right, except for omitting kerneldoc for the new usb_submit_urb() parameter. Thanks for switching to use a more meaningful name ... :) - Dave > Of course, it'll bre

Re: [linux-usb-devel] working version of a patch to introduce gfp

2002-02-04 Thread Oliver Neukum
> So can you send this again, for just usb_submit_urb() with the sum of > the changes that you and David agreed on? Sure. Here's the most basic patch. Much thanks to Dave who had prepared the hcd layer already. Dave, do you like it ? Of course, it'll break all drivers except hub and all hcds not

Re: [linux-usb-devel] working version of a patch to introduce gfp

2002-02-03 Thread Greg KH
On Sun, Feb 03, 2002 at 03:42:19PM +0100, Oliver Neukum wrote: > Hi, > > this is a tested patch which introduces a gfp field to usb_submit_urb > and usb_alloc_urb. The changes to hcd.c are incomplete. They just > allow it to compile. I've tested on UP and OHCI. Hm, let's do just one thing at a t

[linux-usb-devel] working version of a patch to introduce gfp

2002-02-03 Thread Oliver Neukum
Hi, this is a tested patch which introduces a gfp field to usb_submit_urb and usb_alloc_urb. The changes to hcd.c are incomplete. They just allow it to compile. I've tested on UP and OHCI. Regards Oliver --- drivers/usb/hub.c.alt Fri Feb 1 16:41:16 2002 +++ driver