diff options
author | Oliver Neukum <oneukum@suse.de> | 2007-08-03 07:52:19 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:40 -0400 |
commit | a11a6544c0bf6c0871f2379ad0c5ad0210691e73 (patch) | |
tree | e594e06eaae9c931305f257d3bffa27f3982b292 /drivers/net/usb/asix.c | |
parent | bc7f75fa97884d41efbfde1397b621fefb2550b4 (diff) |
support for USB autosuspend in the asix driver
this implements support for USB autosuspend in the asix USB ethernet
driver.
Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/usb/asix.c')
-rw-r--r-- | drivers/net/usb/asix.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/asix.c b/drivers/net/usb/asix.c index 6d95cacd5284..61daa096de66 100644 --- a/drivers/net/usb/asix.c +++ b/drivers/net/usb/asix.c | |||
@@ -1474,6 +1474,7 @@ static struct usb_driver asix_driver = { | |||
1474 | .suspend = usbnet_suspend, | 1474 | .suspend = usbnet_suspend, |
1475 | .resume = usbnet_resume, | 1475 | .resume = usbnet_resume, |
1476 | .disconnect = usbnet_disconnect, | 1476 | .disconnect = usbnet_disconnect, |
1477 | .supports_autosuspend = 1, | ||
1477 | }; | 1478 | }; |
1478 | 1479 | ||
1479 | static int __init asix_init(void) | 1480 | static int __init asix_init(void) |