Hi Armin,I am well aware that the i8042 driver currently supports only a single platform filter.
On Mon, Dec 16, 2024 at 12:36:28AM +0100, Armin Wolf wrote:
Currently the platform filter cannot access any driver-specific stateRight now i8042 supports only one instance of a filter, so the driver
which forces drivers installing a i8042 filter to have at least some
kind of global pointer for their filter.
This however might cause issues should such a driver probe multiple
devices. Fix this by allowing callers of i8042_install_filter() to
submit a context pointer which is then passed to the i8042 filter.
probing several devices will have to sort out the ownership of the
filter anyways.
Unless you plan on supporting multiple filters I do not see the need of
storing the context in i8042. And if you decide to add support for
multiple filters I would need to better understand the use case.
Thanks.