You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
wusbhc: disable suspend and resume on the root hub.
Suspend and resume are not currently supported on the wireless root hub. Remove the suspend and resume op functions in the host controller driver to avoid constant error messages in the system log. Signed-off-by: Thomas Pugliese <thomas.pugliese@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
de5535f5f5
commit
edc40a4bbe
@@ -588,8 +588,6 @@ static struct hc_driver hwahc_hc_driver = {
|
||||
|
||||
.hub_status_data = wusbhc_rh_status_data,
|
||||
.hub_control = wusbhc_rh_control,
|
||||
.bus_suspend = wusbhc_rh_suspend,
|
||||
.bus_resume = wusbhc_rh_resume,
|
||||
.start_port_reset = wusbhc_rh_start_port_reset,
|
||||
};
|
||||
|
||||
|
||||
@@ -231,8 +231,6 @@ static struct hc_driver whc_hc_driver = {
|
||||
|
||||
.hub_status_data = wusbhc_rh_status_data,
|
||||
.hub_control = wusbhc_rh_control,
|
||||
.bus_suspend = wusbhc_rh_suspend,
|
||||
.bus_resume = wusbhc_rh_resume,
|
||||
.start_port_reset = wusbhc_rh_start_port_reset,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user