Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a365706 authored by Thomas Tuttle's avatar Thomas Tuttle Committed by Greg Kroah-Hartman
Browse files

USB: qcserial: don't enable autosuspend



We've found that qcserial devices will not always wake up reliably
from autosuspend, so disable it.

Signed-off-by: default avatarThomas Tuttle <ttuttle@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2db4d870
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -137,8 +137,6 @@ static int qcprobe(struct usb_serial *serial, const struct usb_device_id *id)

	spin_lock_init(&data->susp_lock);

	usb_enable_autosuspend(serial->dev);

	switch (nintf) {
	case 1:
		/* QDL mode */