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>
This commit is contained in:
Oliver Neukum
2007-08-03 13:52:19 +02:00
committed by David S. Miller
parent bc7f75fa97
commit a11a6544c0
3 changed files with 27 additions and 5 deletions

View File

@@ -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)