Skip to content

Commit

Permalink
USB: qcserial: don't enable autosuspend
Browse files Browse the repository at this point in the history
We've found that qcserial devices will not always wake up reliably
from autosuspend, so disable it.

Signed-off-by: Thomas Tuttle <ttuttle@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Thomas Tuttle authored and Greg Kroah-Hartman committed Feb 1, 2012
1 parent 2db4d87 commit 0a36570
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/usb/serial/qcserial.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0a36570

Please sign in to comment.