From 56214df788571670ab5ac985e2a2c39b463b7ce7 Mon Sep 17 00:00:00 2001
From: Robert Watson
Date: Thu, 20 Mar 2008 18:47:49 +0000
Subject: [PATCH] Mark generic input device layer project as soc2007, add
pointer to its wiki page.
---
en/projects/ideas/ideas.xml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/en/projects/ideas/ideas.xml b/en/projects/ideas/ideas.xml
index b52483d9b3..f9876ef707 100644
--- a/en/projects/ideas/ideas.xml
+++ b/en/projects/ideas/ideas.xml
@@ -15,7 +15,7 @@ Ideas//EN"
- $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 $
@@ -671,7 +671,7 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here.
-
+
Generic input device layer
@@ -681,7 +681,10 @@ href="http://info.iet.unipi.it/~luigi/FreeBSD/linux_bsd_kld.html">here.
'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).
+ support or other generic features). This project was worked on as part of
+ Google Summer of Code 2007, and you can find more information on
+ the FreeBSD.org wiki
Requirements:
- Ability to read and understand foreign C code.