The following warnings occurred:
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.31 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/printthread.php(287) : eval()'d code 2 errorHandler->error_callback
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



Freeplaytech Forum
Configure D-Pad - Printable Version

+- Freeplaytech Forum (https://forum.freeplaytech.com)
+-- Forum: Freeplay Zero / Freeplay CM3 / Game Pie Advance (https://forum.freeplaytech.com/forumdisplay.php?fid=24)
+--- Forum: Freeplay Zero/CM3 (AKA GPA) Software (https://forum.freeplaytech.com/forumdisplay.php?fid=26)
+--- Thread: Configure D-Pad (/showthread.php?tid=5051)

Pages: 1 2 3


RE: Configure D-Pad - billsuncle - 11-26-2019

No, nothing related to gpio-mouse comes up with dmesg Sad


RE: Configure D-Pad - Porcinus - 11-26-2019

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.


RE: Configure D-Pad - billsuncle - 11-26-2019

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?


RE: Configure D-Pad - Porcinus - 11-26-2019

Yep :/


RE: Configure D-Pad - billsuncle - 11-26-2019

Hmmmmm... that's annoying...

Do you know if there is a way I can recompile the kernel to include the module?


RE: Configure D-Pad - Porcinus - 11-26-2019

When looking at https://raw.githubusercontent.com/raspberrypi/firmware/master/boot/overlays/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/viewtopic.php?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) :/