On Thu, Feb 03, 2005 at 10:36:35PM -0800, David Brownell wrote:
> This includes minor cleanups (notably "sparse -Wbitwise" and net1080),
> and adds basic suspend/resume methods.  Please merge.

Applied, thanks.

Hm, wait, care to change the following:

> +/*-------------------------------------------------------------------------*/
> +
> +#ifdef       CONFIG_PM
> +
> +static int usbnet_suspend (struct usb_interface *intf, u32 state)
> +{
> +     struct usbnet           *dev = usb_get_intfdata(intf);
> +     
> +     netif_device_detach (dev->net);
> +     return 0;
> +}

To use the correct typedef for the state?  I'm having to merge enough
patches already for this :)

Care to send a follow-on patch?

thanks,

greg k-h


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to