Re: fs: layered device driver to write to evdev

From: Luis Chamberlain
Date: Wed Nov 02 2022 - 20:04:20 EST


On Wed, Nov 02, 2022 at 02:14:24PM +0100, Guillermo Rodriguez Garcia wrote:
> I understand that device drivers should implement ->write_iter if they
> need to be written from kernel space, but evdev does not support this.
> What is the recommended way to have a layered device driver that can
> talk to evdev ?

Shouldn't just writing write_iter support make this work?

Luis