aboutsummaryrefslogtreecommitdiff
path: root/src/superio/winbond/w83667hg-a/superio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/winbond/w83667hg-a/superio.c')
-rw-r--r--src/superio/winbond/w83667hg-a/superio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/superio/winbond/w83667hg-a/superio.c b/src/superio/winbond/w83667hg-a/superio.c
index bc7bd92d03..685062170d 100644
--- a/src/superio/winbond/w83667hg-a/superio.c
+++ b/src/superio/winbond/w83667hg-a/superio.c
@@ -36,7 +36,7 @@ static void w83667hg_a_init(struct device *dev)
mouse_detected = pc_keyboard_init(PROBE_AUX_DEVICE);
- if (!mouse_detected && !acpi_is_wakeup_s3()) {
+ if (!mouse_detected) {
printk(BIOS_INFO, "%s: Disable mouse controller.",
__func__);
pnp_enter_conf_mode(dev);