]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
HID: wacom: fix Bamboo ONE oops
authorBenjamin Tissoires <benjamin.tissoires@redhat.com>
Fri, 25 Mar 2016 14:26:55 +0000 (15:26 +0100)
committerTim Gardner <tim.gardner@canonical.com>
Thu, 21 Apr 2016 13:46:51 +0000 (07:46 -0600)
commit1923f735e20eee54a96fad0f81107052a7335e0a
tree4bd459ceeecbb0f01575221712215d19bd38ba03
parentc0eee10a3e3f60e1a28e9e2f26279c8fcfeeb3a7
HID: wacom: fix Bamboo ONE oops

BugLink: http://bugs.launchpad.net/bugs/1573034
commit 580549ef6b3e3fb3b958de490ca99f43a089a2cf upstream.

Looks like recent changes in the Wacom driver made the Bamboo ONE crashes.
The tablet behaves as if it was a regular Bamboo device with pen, touch
and pad, but there is no physical pad connected to it.
The weird part is that the pad is still sending events and given that
there is no input node connected to it, we get  anull pointer exception.

Link: https://bugzilla.redhat.com/show_bug.cgi?id=1317116
Signed-off-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>
Acked-by: Ping Cheng <pingc@wacom.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Tim Gardner <tim.gardner@canonical.com>
drivers/hid/wacom_wac.c