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
Kconfig -rw-r--r-- 541 bytes
Makefile -rw-r--r-- 248 bytes
balloc.c -rw-r--r-- 23.6 KB
dir.c -rw-r--r-- 5.4 KB
directory.c -rw-r--r-- 5.8 KB
ecma_167.h -rw-r--r-- 22.0 KB
file.c -rw-r--r-- 5.6 KB
ialloc.c -rw-r--r-- 4.1 KB
inode.c -rw-r--r-- 58.2 KB
lowlevel.c -rw-r--r-- 1.5 KB
misc.c -rw-r--r-- 7.7 KB
namei.c -rw-r--r-- 34.3 KB
osta_udf.h -rw-r--r-- 8.2 KB
partition.c -rw-r--r-- 8.3 KB
super.c -rw-r--r-- 60.3 KB
symlink.c -rw-r--r-- 2.3 KB
truncate.c -rw-r--r-- 8.8 KB
udf_i.h -rw-r--r-- 742 bytes
udf_sb.h -rw-r--r-- 4.0 KB
udfdecl.h -rw-r--r-- 7.8 KB
udfend.h -rw-r--r-- 1.6 KB
udftime.c -rw-r--r-- 5.8 KB
unicode.c -rw-r--r-- 11.1 KB

back to top