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: Thomas Tuttle <ttuttle@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Thomas Tuttle 2012-02-01 16:07:45 -05:00 коммит произвёл Greg Kroah-Hartman
Родитель 2db4d87070
Коммит 0a365706f2
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -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 */