Commit 0fbd79c0 authored by Hayes Wang's avatar Hayes Wang Committed by David S. Miller

r8152: fix the autosuspend doesn't work

Set supports_autosuspend = 1 for the rtl8152_cfgselector_driver.

Fixes: ec51fbd1 ("r8152: add USB device driver for config selection")
Signed-off-by: default avatarHayes Wang <hayeswang@realtek.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3711d44f
...@@ -9910,6 +9910,7 @@ static struct usb_device_driver rtl8152_cfgselector_driver = { ...@@ -9910,6 +9910,7 @@ static struct usb_device_driver rtl8152_cfgselector_driver = {
.probe = rtl8152_cfgselector_probe, .probe = rtl8152_cfgselector_probe,
.id_table = rtl8152_table, .id_table = rtl8152_table,
.generic_subclass = 1, .generic_subclass = 1,
.supports_autosuspend = 1,
}; };
static int __init rtl8152_driver_init(void) static int __init rtl8152_driver_init(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment