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-- 497 bytes
Makefile -rw-r--r-- 343 bytes
ast.c -rw-r--r-- 3.5 KB
ast.h -rw-r--r-- 878 bytes
config.c -rw-r--r-- 25.3 KB
config.h -rw-r--r-- 1.5 KB
debug_fs.c -rw-r--r-- 16.3 KB
dir.c -rw-r--r-- 10.0 KB
dir.h -rw-r--r-- 1.2 KB
dlm_internal.h -rw-r--r-- 16.2 KB
lock.c -rw-r--r-- 119.4 KB
lock.h -rw-r--r-- 2.5 KB
lockspace.c -rw-r--r-- 18.4 KB
lockspace.h -rw-r--r-- 1.0 KB
lowcomms.c -rw-r--r-- 37.2 KB
lowcomms.h -rw-r--r-- 1014 bytes
lvb_table.h -rw-r--r-- 687 bytes
main.c -rw-r--r-- 2.0 KB
member.c -rw-r--r-- 9.1 KB
member.h -rw-r--r-- 1.0 KB
memory.c -rw-r--r-- 2.0 KB
memory.h -rw-r--r-- 1.0 KB
midcomms.c -rw-r--r-- 3.7 KB
midcomms.h -rw-r--r-- 864 bytes
netlink.c -rw-r--r-- 3.0 KB
plock.c -rw-r--r-- 9.8 KB
rcom.c -rw-r--r-- 13.0 KB
rcom.h -rw-r--r-- 1.1 KB
recover.c -rw-r--r-- 18.9 KB
recover.h -rw-r--r-- 1.5 KB
recoverd.c -rw-r--r-- 7.3 KB
recoverd.h -rw-r--r-- 970 bytes
requestqueue.c -rw-r--r-- 5.3 KB
requestqueue.h -rw-r--r-- 882 bytes
user.c -rw-r--r-- 24.2 KB
user.h -rw-r--r-- 518 bytes
util.c -rw-r--r-- 4.5 KB
util.h -rw-r--r-- 805 bytes

back to top