diff options
author | Marcus Folkesson <marcus.folkesson@gmail.com> | 2018-03-17 10:51:34 -0700 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2018-03-17 11:05:18 -0700 |
commit | 1f701f6d10a4578b7b2389fd80e4ef28aeb80057 (patch) | |
tree | bc2ce8dd28d0ac146ecff798433e1ab746fde00a /lib | |
parent | ff0d2cba646dc0e195317c20a0630a5c7a2e328e (diff) | |
download | linux-1f701f6d10a4578b7b2389fd80e4ef28aeb80057.tar.bz2 |
Input: pagasus_notetaker - fix deadlock in autosuspend
usb_autopm_get_interface() that is called in pegasus_open() does an
autoresume if the device is suspended.
input_dev->mutex used in pegasus_resume() is in this case already
taken by the input subsystem and will cause a deadlock.
Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions