diff options
author | Roderick Colenbrander <roderick.colenbrander@sony.com> | 2017-02-25 01:14:15 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2017-03-06 14:43:16 +0100 |
commit | a687c5765b5ae19fe559e14615ddc87ebb46d409 (patch) | |
tree | 437a1d7ac9f5981b20f9869349f9a455873040cc /drivers/hid/wacom_wac.c | |
parent | HID: chicony: Add support for another ASUS Zen AiO keyboard (diff) | |
download | linux-a687c5765b5ae19fe559e14615ddc87ebb46d409.tar.xz linux-a687c5765b5ae19fe559e14615ddc87ebb46d409.zip |
HID: sony: Fix input device leak when connecting a DS4 twice using USB/BT
When a user connects a DS4 twice using USB and BT, we reject the
second device connection after the setup work. We then perform
a cleanup, but during cleanup we are not removing the touchpad
device. This leads to leakage of an input device, which we would
never remove. It can likely result into a kernel oops as well
when the touchpad evdev node is accessed and the underlaying HID
device has been removed from the system.
[jkosina@suse.cz: added stable annotation]
Fixes: ac797b95f532 ("HID: sony: Make the DS4 touchpad a separate device")
Cc: stable@vger.kernel.org
Signed-off-by: Roderick Colenbrander <roderick.colenbrander@sony.com>
Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/wacom_wac.c')
0 files changed, 0 insertions, 0 deletions