nt: Sunday, February 03, 2002 3:11 PM
Subject: Re: [linux-usb-devel] first version of gfp additions
> On Sunday 03 February 2002 20:03, David Brownell wrote:
> > This is missing one hcd.c update ... hcd_submit_urb()
> > should be taking a "mem_flags" argument. Then, delete
>
On Sunday 03 February 2002 20:03, David Brownell wrote:
> This is missing one hcd.c update ... hcd_submit_urb()
> should be taking a "mem_flags" argument. Then, delete
> the FIXME comment above the current mem_flags init,
> and the mem_flags init itself.
>
> Passing mem_flags (like GFP_NOIO) down
This is missing one hcd.c update ... hcd_submit_urb()
should be taking a "mem_flags" argument. Then, delete
the FIXME comment above the current mem_flags init,
and the mem_flags init itself.
Passing mem_flags (like GFP_NOIO) down through the
HCD layer (to ehci-hcd and ohci-hcd) will then work as
Hi,
this is just fyi. It has not enough functionality to work for me, but it compiles.
This is the patchset against core functions.
Regards
Oliver
--- drivers/usb/hub.c.alt Fri Feb 1 16:41:16 2002
+++ drivers/usb/hub.c Sun Feb 3 10:58:01 2002
@@ -303,7 +303,7 @@