Talk:Evdev

Latest comment: 7 years ago by Mnd999 in topic Not only Linux

2006 edit

I replaced the stub sentence. The article before read it is about only usb devices, no, I have a few usb devs that have /dev/input/event* files but also hardware like common keyboards have their own file there.

kernel docs read: evdev is the generic input event interface. It passes the events generated in the kernel straight to the program, with timestamps. The API is still evolving, but should be useable now. It's described in section 5.

— Preceding unsigned comment added by 161.76.99.106 (talkcontribs) 04:49, 14 May 2006 (UTC)Reply

2010 edit

I've partially rewritten the article, aiming to make it easier for non-techies to understand. Comments and improvements welcome.

Sourcing the article is difficult. It turns out there is not much user-level documentation for evdev, and developers seem to be expected to simply read the code (which is quite straightforward, BTW).

Here are three sources I didn't use:

  1. Hards, Brad (Feb 2003). "The Linux USB Input Subsystem, Part I". Linux Journal. {{cite web}}: Italic or bold markup not allowed in: |publisher= (help)
    Describes how the evdev architecture works for USB input devices. Does not use the word 'evdev'.
  2. Hards, Brad (Mar 2003). "Using the Input Subsystem, Part II". Linux Journal. {{cite web}}: Italic or bold markup not allowed in: |publisher= (help)
    Describes how userland code uses evdev, again without using the word 'evdev'.
  3. "XStrikeForce/InputHotplugGuide". Debian Wiki.
    A brief but good description X.org, evdev and hotplugging followed by a configuration HOWTO. The rules for sourcing articles generally exclude wiki pages, but this might be an exception.

Cheers − CWC 10:45, 15 November 2010 (UTC)Reply

Concerning the recent image additions edit

I've reverted the recent addition of images on this article because, like in other articles, the images are only marginally relevant and are being inserted into articles where they do not belong. Some image that vaguely shows, buried within irrelevant diagrams, that libEvdev is used by "Video game" via "SDL Input" with a box below it that contains the word "evdev" does not enhance a reader's understanding of the subject in any meaningful way. SDL Input isn't elaborated upon, nor what part evdev plays in any of that. That's why I have reverted these images, because while there may be an article where these are relevant, this article isn't it. - Aoidh (talk) 21:00, 18 July 2014 (UTC)Reply

Problems of this article edit

This article is a complete mess. Official website link directs to one thing, while the text describes another two different things. Initially this article was about Linux input driver. So I am rewriting it. --22801759th (talk) 20:40, 15 October 2014 (UTC)Reply

I think it makes perfect sense to discuss both the kernel interface and the X.org driver in this same article. After all, X.org is the primary user of this interface. Just make it sufficiently clear that they are distinct things.
What the article was "initially" is not very relevant. -- intgr [talk] 22:19, 15 October 2014 (UTC)Reply
Frankly, I don't think this topic deserves an article. It has issues with Notability as a separate piece of software, and it is not widely described in main article to have a separate article. The same applies for libevdev and xf86-input-evdev.
Various pages on the internet refer to xf86-input-evdev as evdev. That's probably because xf86-input-evdev was initially called evdev. Relatively new README file of xf86-input-evdev repository describes it as xf86-input-evdev and release branch names change from evdev to xf86-input-evdev, while man page started in 2006 says it's evdev.
It definitely makes sense to mention that X.org uses evdev, but we cannot fill the article with X.org specific details, not connected to Linux kernel. If that details are notable then they have to to be mentioned in X.org or have separate article. --22801759th (talk) 00:08, 16 October 2014 (UTC)Reply

Not only Linux edit

FreeBSD and possibly others have adopted this as well now Commit. This article should be generified to be less Linux specific. — Preceding unsigned comment added by Mnd999 (talkcontribs) 09:20, 19 September 2016 (UTC)Reply