commit | 82e06090473289ce63e23fdeb8737aad59b10645 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Dec 09 20:13:24 2020 -0800 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Dec 11 13:17:36 2020 -0800 |
tree | 1fecb86bad6c640d27735efaa28a301c0908ecbc | |
parent | ce6520b0eafad5962ffc21dc47cd7bd3250e9045 [diff] |
Input: cm109 - do not stomp on control URB We need to make sure we are not stomping on the control URB that was issued when opening the device when attempting to toggle buzzer. To do that we need to mark it as pending in cm109_open(). Reported-and-tested-by: syzbot+150f793ac5bc18eee150@syzkaller.appspotmail.com Cc: stable@vger.kernel.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>