lkml.org 
[lkml]   [2022]   [Nov]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: fs: layered device driver to write to evdev
On Wed, Nov 02, 2022 at 02:14:24PM +0100, Guillermo Rodriguez Garcia wrote:
> What is the recommended way to have a layered device driver that can
> talk to evdev ?

Don't do that. evdev is a userspace interface, not something for internal
kernel use. Just write userspace code that uses evdev to do what you want.
Or if it's really necessary, add features to the real device driver.

- Eric

\
 
 \ /
  Last update: 2022-11-02 23:19    [W:0.047 / U:0.068 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site