Re: [linux-usb-devel] [PATCH] PM support for zd1201

2005-04-02 Thread Colin Leroy
On 01 Apr 2005 at 10h04, David Brownell wrote: Hi, > Looked ok to me, other than needing to change "u32 state" into > a "pm_message_t message". Ok > And I'm not sure why "mac_enabled" > would be the right test, rather than maybe netif_running(). That's the test done in zd1201_{enable|disable

Re: [linux-usb-devel] [PATCH] PM support for zd1201

2005-04-02 Thread Colin Leroy
On 01 Apr 2005 at 10h04, David Brownell wrote: Hi, > Looked ok to me, other than needing to change "u32 state" into > a "pm_message_t message". And I'm not sure why "mac_enabled" > would be the right test, rather than maybe netif_running(). Here it is. Signed-off-by: Colin Leroy <[EMAIL PROTE

Re: [linux-usb-devel] [PATCH] PM support for zd1201

2005-04-01 Thread David Brownell
On Wednesday 30 March 2005 4:44 am, Colin Leroy wrote: > Hi, > > this patch enables power management (suspend, resume) support for > zd1201. It fixes problems after wakeup for me, but these problems did > not appear everytime without this patch. it's a bit empirical, based on > what the usbnet doe