Configure D-Pad
#21
No, nothing related to gpio-mouse comes up with dmesg Sad
Reply
#22
Not sure this can really help but does 'modinfo gpio-keys' and 'modinfo gpio-mouse' output something?
I will try when back home to see if it does something on my side.
Reply
#23
Interesting, this is the output for "modinfo gpio-keys":
Code:
pi@raspberrypi:~ $ modinfo gpio-keys
filename:       /lib/modules/4.19.75+/kernel/drivers/input/keyboard/gpio_keys.ko
alias:          platform:gpio-keys
description:    Keyboard driver for GPIOs
author:         Phil Blundell <pb@handhelds.org>
license:        GPL
srcversion:     06F5A4302CFCAB3BE669A6B
alias:          of:N*T*Cgpio-keysC*
alias:          of:N*T*Cgpio-keys
depends:
intree:         Y
name:           gpio_keys
vermagic:       4.19.75+ mod_unload modversions ARMv6 p2v8

but for modinfo gpio-mouse, i get this error:

Code:
modinfo: ERROR: Module gpio-mouse not found.

So I guess the gpio-mouse driver isn't included in the kernel?
Reply
#24
Yep :/
Reply
#25
Hmmmmm... that's annoying...

Do you know if there is a way I can recompile the kernel to include the module?
Reply
#26
When looking at https://raw.githubusercontent.com/raspbe...ays/README
There is mention of mouse, even looking around goole for a possible driver don't give much help :S

But, if you a good at Python, I found this : https://www.raspberrypi.org/forums/viewt...p?t=182235
It is basically what you are trying to do but with a python script, this is not a problem since you could run it after as a daemon.

I am sorry, I can't really provide much help on this (only a rought understand of Python programming) :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)