]> git.baikalelectronics.ru Git - kernel.git/commit
Input: gtco - remove driver
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 10 Dec 2020 01:26:35 +0000 (17:26 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 10 Dec 2020 01:47:36 +0000 (17:47 -0800)
commit018fdf0eb715b62c5dad6e1d15fe0962952ae69c
tree60bdcdcca1230dc1a42535b7712a06ccaf030ecd
parent223fcd59c07200f49c5952d6634f1e6aa12e3b79
Input: gtco - remove driver

The driver has its own HID descriptor parsing code, that had and still
has several issues discovered by syzbot and other tools. Ideally we
should move the driver over to the HID subsystem, so that it uses proven
parsing code.  However the devices in question are EOL, and GTCO is not
willing to extend resources for that, so let's simply remove the driver.

Note that our HID support has greatly improved over the last 10 years,
we may also consider reverting 6d3eaa2e93f4 ("hid-core.c: Adds all GTCO
CalComp Digitizers and InterWrite School Products to blacklist") and see
if GTCO devices actually work with normal HID drivers.

Link: https://lore.kernel.org/r/X8wbBtO5KidME17K@google.com
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
arch/powerpc/configs/ppc6xx_defconfig
drivers/input/tablet/Kconfig
drivers/input/tablet/Makefile
drivers/input/tablet/gtco.c [deleted file]
kernel/configs/android-recommended.config