diff options
Diffstat (limited to 'drivers/net/usb/hso.c')
-rw-r--r-- | drivers/net/usb/hso.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/hso.c b/drivers/net/usb/hso.c index fd723dc79c50..7fde27eef440 100644 --- a/drivers/net/usb/hso.c +++ b/drivers/net/usb/hso.c | |||
@@ -3277,6 +3277,7 @@ static struct usb_driver hso_driver = { | |||
3277 | .id_table = hso_ids, | 3277 | .id_table = hso_ids, |
3278 | .suspend = hso_suspend, | 3278 | .suspend = hso_suspend, |
3279 | .resume = hso_resume, | 3279 | .resume = hso_resume, |
3280 | .reset_resume = hso_resume, | ||
3280 | .supports_autosuspend = 1, | 3281 | .supports_autosuspend = 1, |
3281 | }; | 3282 | }; |
3282 | 3283 | ||