summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix.c
diff options
context:
space:
mode:
authorOliver Neukum2007-08-03 13:52:19 +0200
committerDavid S. Miller2007-10-11 01:50:40 +0200
commita11a6544c0bf6c0871f2379ad0c5ad0210691e73 (patch)
treee594e06eaae9c931305f257d3bffa27f3982b292 /drivers/net/usb/asix.c
parent[E1000E]: New pci-express e1000 driver (currently for ICH9 devices only) (diff)
downloadkernel-qcow2-linux-a11a6544c0bf6c0871f2379ad0c5ad0210691e73.tar.gz
kernel-qcow2-linux-a11a6544c0bf6c0871f2379ad0c5ad0210691e73.tar.xz
kernel-qcow2-linux-a11a6544c0bf6c0871f2379ad0c5ad0210691e73.zip
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.c1
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 = {
.suspend = usbnet_suspend,
.resume = usbnet_resume,
.disconnect = usbnet_disconnect,
+ .supports_autosuspend = 1,
};
static int __init asix_init(void)