Skip to content

Commit

Permalink
libertas: support USB persistence on suspend/resume (resend)
Browse files Browse the repository at this point in the history
Handle .reset_resume() so that libertas can survive suspend/resume without
reloading the firmware.

Signed-off-by: Andrey Yurovsky <andrey@cozybit.com>
Acked-by: Deepak Saxena <dsaxena@laptop.org>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
andrey@cozybit.com authored and John W. Linville committed Jul 2, 2008
1 parent 6afe682 commit 7b58ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/wireless/libertas/if_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ static struct usb_driver if_usb_driver = {
.id_table = if_usb_table,
.suspend = if_usb_suspend,
.resume = if_usb_resume,
.reset_resume = if_usb_resume,
};

static int __init if_usb_init_module(void)
Expand Down

0 comments on commit 7b58ccf

Please sign in to comment.