commit | 1f701f6d10a4578b7b2389fd80e4ef28aeb80057 | [log] [tgz] |
---|---|---|
author | Marcus Folkesson <marcus.folkesson@gmail.com> | Sat Mar 17 10:51:34 2018 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Sat Mar 17 11:05:18 2018 -0700 |
tree | bc2ce8dd28d0ac146ecff798433e1ab746fde00a | |
parent | ff0d2cba646dc0e195317c20a0630a5c7a2e328e [diff] |
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>