Thread (3 messages) flat view 3 messages, 3 authors, 2012-11-28

Re: [PATCH 1/2] smsc75xx: refactor entering suspend modes

From: Steve Glendinning <hidden>
Date: 2012-11-28 17:16:06

Possibly related (same subject, not in this thread)

quoted
+
+ ret = device_set_wakeup_enable(&net->dev, pdata->wolopts);
You are touching the network device here.  That should have been the USB
device.  Try something like

 ret = device_set_wakeup_enable(&dev->udev->dev, pdata->wolopts);
Perfect, this works exactly as expected now.  Patch included in
resubmitted patchset, thanks Bjorn!
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help