Am 09.08.2016 um 17:42 schrieb Andrey Utkin andrey_utkin@fastmail.com:
On Tue, Aug 09, 2016 at 05:19:50PM +0200, Michael Mrozek wrote:
Am Tue, 9 Aug 2016 17:57:30 +0300 hat Andrey Utkin andrey_utkin@fastmail.com geschrieben:
Hi,
well, if TILER patches are included in the latest kernel, I can't easily go back... but I need the nubs as mouse, as the touchscreens we currently have are not too good :(
How hard would it be to make a quick patch so the current kernel would work with the old nubs mode?
This approach should work:
- Merge-in branch work/hns/input/as5013 into latest letux kernel,
Ah, ok. I did forget that they have different paths in the source tree.
- Add CONFIG_INPUT_AS5013 to kernel config (=m, but =y should work,
too) 3. Remove CONFIG_JOYSTICK_AS5013 from kernel config, or remove /lib/modules/<kernelversion>/drivers/input/joystick/as5013.ko after compilation and installation, so that there's no two modules with same name.
So let's do it by deconfiguring CONFIG_JOYSTICK_AS5013 as default but keeping both drivers in the tree. It is probably easier for to handle for the moment than not forgetting to remove joystick/as5013.ko after each update (which can happen 5 times a day...).
Thanks!
BR, Nikolaus