Also add WIP tag to the top of the generic input system.

This commit is contained in:
Robert Watson 2008-03-20 18:52:13 +00:00
parent 56214df788
commit fe61adfa00
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31705

View file

@ -15,7 +15,7 @@ Ideas//EN"
<ideas>
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
<cvs:keyword name="freebsd">
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.67 2008/03/20 18:39:27 rwatson Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.68 2008/03/20 18:47:49 rwatson Exp $
</cvs:keyword>
</cvs:keywords>
@ -677,6 +677,7 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
<desc>
<p><strong>Technical contact</strong>: <a
href="mailto:philip@FreeBSD.org">Philip Paeps</a></p>
<p><strong>WIP</strong>: <a href="http://wiki.freebsd.org/GenericInputDeviceLayer">http://wiki.freebsd.org/GenericInputDeviceLayer</a></p>
<p>The kernel is lacking a generic input device layer analogous to the Linux
'input core' layer. Having such a layer would make it easy to write e.g.
touchscreen support (Philip Paeps has some work-in-progress regarding pointer