2

I have a Kortek touch screen that is exposed to the system, as shown in /proc/bus/input/devices, via two drivers : hid-generic and hid-multitouch

I do not want hid-multitouch driver to expose Kortek touchscreen meaning I want to disable Kortek from hid-multitouch.

Is there a way I can do this ? can I use quirks ? and if yes, how ?

Monku
  • 267
  • 1
  • 5
  • 16

1 Answers1

1

While running your kernel, you could unbind the driver from the device, or you could remove your device from the mt_devices id_table inside drivers/hid/hid-multitouch.c in the linux kernel source.