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-- 2.7 KB
Makefile -rw-r--r-- 431 bytes
auth.c -rw-r--r-- 2.1 KB
auth.h -rw-r--r-- 540 bytes
export.c -rw-r--r-- 38.4 KB
lockd.c -rw-r--r-- 1.9 KB
nfs2acl.c -rw-r--r-- 8.5 KB
nfs3acl.c -rw-r--r-- 6.4 KB
nfs3proc.c -rw-r--r-- 24.8 KB
nfs3xdr.c -rw-r--r-- 26.8 KB
nfs4acl.c -rw-r--r-- 21.7 KB
nfs4callback.c -rw-r--r-- 19.5 KB
nfs4idmap.c -rw-r--r-- 15.4 KB
nfs4proc.c -rw-r--r-- 36.6 KB
nfs4recover.c -rw-r--r-- 9.7 KB
nfs4state.c -rw-r--r-- 109.3 KB
nfs4xdr.c -rw-r--r-- 82.2 KB
nfscache.c -rw-r--r-- 7.8 KB
nfsctl.c -rw-r--r-- 36.0 KB
nfsfh.c -rw-r--r-- 17.4 KB
nfsproc.c -rw-r--r-- 20.5 KB
nfssvc.c -rw-r--r-- 15.0 KB
nfsxdr.c -rw-r--r-- 13.2 KB
stats.c -rw-r--r-- 2.8 KB
vfs.c -rw-r--r-- 53.6 KB

back to top