11-25-2019, 07:40 PM
Thanks for the reply Porcinus,
The DTS on TheFlav's github references the gpio_keys kernel driver, and I believe it can only send key presses, not mouse input, so I cannot simply replace the key presses with equivalent Linux codes for mouse input.
I believe that in order send mouse input I need to use the gpio_mouse kernel driver, so I've created a DTS file referencing that, but when I try to compile it into the binary DTBO file I get the above error...
The DTS on TheFlav's github references the gpio_keys kernel driver, and I believe it can only send key presses, not mouse input, so I cannot simply replace the key presses with equivalent Linux codes for mouse input.
I believe that in order send mouse input I need to use the gpio_mouse kernel driver, so I've created a DTS file referencing that, but when I try to compile it into the binary DTBO file I get the above error...