Revision 3c77d5137d3f4ff41721e9b4f4812db56a6065c0 authored by Elina Pasheva on 16 October 2009, 19:04:54 UTC, committed by Greg Kroah-Hartman on 30 October 2009, 21:57:33 UTC
This patch presents a fix for the autosuspend feature implementation in
sierra usb serial driver for function sierra_send_setup().  Because it
is possible to call sierra_send_setup() before sierra_open() or after
sierra_close() we added a get/put interface activity to assure that the
usb control can happen even when the device is autosuspended.

Signed-off-by: Elina Pasheva <epasheva@sierrawireless.com>
Tested-by: Matthew Safar <msafar@sierrawireless.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


1 parent 40ac7b6
History
File Mode Size
Documentation
util
.gitignore -rw-r--r-- 182 bytes
CREDITS -rw-r--r-- 603 bytes
Makefile -rw-r--r-- 29.2 KB
builtin-annotate.c -rw-r--r-- 22.8 KB
builtin-help.c -rw-r--r-- 11.3 KB
builtin-list.c -rw-r--r-- 437 bytes
builtin-record.c -rw-r--r-- 16.4 KB
builtin-report.c -rw-r--r-- 37.2 KB
builtin-sched.c -rw-r--r-- 43.9 KB
builtin-stat.c -rw-r--r-- 12.0 KB
builtin-timechart.c -rw-r--r-- 23.4 KB
builtin-top.c -rw-r--r-- 26.6 KB
builtin-trace.c -rw-r--r-- 5.9 KB
builtin.h -rw-r--r-- 1.2 KB
command-list.txt -rw-r--r-- 394 bytes
design.txt -rw-r--r-- 17.3 KB
perf.c -rw-r--r-- 11.6 KB
perf.h -rw-r--r-- 2.6 KB

back to top