Mark generic input device layer project as soc2007, add pointer to its

wiki page.
This commit is contained in:
Robert Watson 2008-03-20 18:47:49 +00:00
parent 25e53ebe39
commit 56214df788
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31704

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.66 2008/03/20 18:17:01 pav Exp $
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.67 2008/03/20 18:39:27 rwatson Exp $
</cvs:keyword>
</cvs:keywords>
@ -671,7 +671,7 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
</desc>
</idea>
<idea id="geninput" class="soc">
<idea id="geninput" class="soc2007">
<title>Generic input device layer</title>
<desc>
@ -681,7 +681,10 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here</a>.</p>
'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
devices and touchscreen support, but not enough time to also cover keyboard
support or other generic features).</p>
support or other generic features). This project was worked on as part of
Google Summer of Code 2007, and you can find <a
href="http://wiki.freebsd.org/GenericInputDeviceLayer">more information on
the FreeBSD.org wiki</a></p>
<p><strong>Requirements</strong>:</p>
<ul>
<li>Ability to read and understand foreign C code.</li>