aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2010-09-16 14:00:51 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-22 10:21:47 -0700
commit1f8dd0154e09220be346819b85d195c791bb0f0b (patch)
tree01a8b3e57211dc7923e0ce9cc3a76ab32661cf28 /drivers
parentUSB: atmel_usba_udc: force vbus_pin at -EINVAL when gpio_request failled (diff)
downloadlinux-dev-1f8dd0154e09220be346819b85d195c791bb0f0b.tar.xz
linux-dev-1f8dd0154e09220be346819b85d195c791bb0f0b.zip
USB: serial: Enable USB autosuspend by default on qcserial
Seems to work fine in my testing. Signed-off-by: Matthew Garrett <mjg@redhat.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/serial/qcserial.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/serial/qcserial.c b/drivers/usb/serial/qcserial.c
index cde67cacb2c3..2846ad8883ae 100644
--- a/drivers/usb/serial/qcserial.c
+++ b/drivers/usb/serial/qcserial.c
@@ -118,6 +118,8 @@ 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 */