[PATCH 6/8] Fix Andy's email in filters.
Nelson Castillo
arhuaco at freaks-unidos.net
Tue Sep 22 12:23:36 CEST 2009
He is not reachable at the OM address.
We need the right email if we send upstream.
Signed-off-by: Nelson Castillo <arhuaco at freaks-unidos.net>
---
drivers/input/touchscreen/s3c2410_ts.c | 2 +-
drivers/input/touchscreen/ts_filter.h | 2 +-
drivers/input/touchscreen/ts_filter_chain.c | 2 +-
drivers/input/touchscreen/ts_filter_chain.h | 2 +-
drivers/input/touchscreen/ts_filter_mean.c | 2 +-
drivers/input/touchscreen/ts_filter_mean.h | 2 +-
drivers/input/touchscreen/ts_filter_median.c | 2 +-
drivers/input/touchscreen/ts_filter_median.h | 2 +-
8 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/drivers/input/touchscreen/s3c2410_ts.c b/drivers/input/touchscreen/s3c2410_ts.c
index d78f466..bcfdd00 100644
--- a/drivers/input/touchscreen/s3c2410_ts.c
+++ b/drivers/input/touchscreen/s3c2410_ts.c
@@ -37,7 +37,7 @@
* 2007-05-23: Harald Welte <laforge at openmoko.org>
* - Add proper support for S32440
*
- * 2008-06-23: Andy Green <andy at openmoko.com>
+ * 2008-06-23: Andy Green <andy at warmcat.com>
* - Removed averaging system
* - Added generic Touchscreen filter stuff
*
diff --git a/drivers/input/touchscreen/ts_filter.h b/drivers/input/touchscreen/ts_filter.h
index aac1e02..632e5fb 100644
--- a/drivers/input/touchscreen/ts_filter.h
+++ b/drivers/input/touchscreen/ts_filter.h
@@ -4,7 +4,7 @@
/*
* Touchscreen filter.
*
- * (c) 2008,2009 Andy Green <andy at openmoko.com>
+ * (c) 2008,2009 Andy Green <andy at warmcat.com>
*/
#include <linux/platform_device.h>
diff --git a/drivers/input/touchscreen/ts_filter_chain.c b/drivers/input/touchscreen/ts_filter_chain.c
index a6346bd..17793ac 100644
--- a/drivers/input/touchscreen/ts_filter_chain.c
+++ b/drivers/input/touchscreen/ts_filter_chain.c
@@ -13,7 +13,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * Copyright (c) 2008,2009 Andy Green <andy at openmoko.com>
+ * Copyright (c) 2008,2009 Andy Green <andy at warmcat.com>
*/
#include <linux/kernel.h>
diff --git a/drivers/input/touchscreen/ts_filter_chain.h b/drivers/input/touchscreen/ts_filter_chain.h
index 806bffe..065a6a0 100644
--- a/drivers/input/touchscreen/ts_filter_chain.h
+++ b/drivers/input/touchscreen/ts_filter_chain.h
@@ -4,7 +4,7 @@
/*
* Touchscreen filter chains.
*
- * (c) 2008,2009 Andy Green <andy at openmoko.com>
+ * (c) 2008,2009 Andy Green <andy at warmcat.com>
*/
#include "ts_filter.h"
diff --git a/drivers/input/touchscreen/ts_filter_mean.c b/drivers/input/touchscreen/ts_filter_mean.c
index 7621ded..0c60432 100644
--- a/drivers/input/touchscreen/ts_filter_mean.c
+++ b/drivers/input/touchscreen/ts_filter_mean.c
@@ -14,7 +14,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Copyright (c) 2008,2009
- * Andy Green <andy at openmoko.com>
+ * Andy Green <andy at warmcat.com>
* Nelson Castillo <arhuaco at freaks-unidos.net>
*
* Simple mean filter.
diff --git a/drivers/input/touchscreen/ts_filter_mean.h b/drivers/input/touchscreen/ts_filter_mean.h
index f5b5e4b..80f9b21 100644
--- a/drivers/input/touchscreen/ts_filter_mean.h
+++ b/drivers/input/touchscreen/ts_filter_mean.h
@@ -9,7 +9,7 @@
* mean
*
* (c) 2008,2009
- * Andy Green <andy at openmoko.com>
+ * Andy Green <andy at warmcat.com>
* Nelson Castillo <arhuaco at freaks-unidos.net>
*/
diff --git a/drivers/input/touchscreen/ts_filter_median.c b/drivers/input/touchscreen/ts_filter_median.c
index b8a6206..6f8aae5 100644
--- a/drivers/input/touchscreen/ts_filter_median.c
+++ b/drivers/input/touchscreen/ts_filter_median.c
@@ -13,7 +13,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
- * Copyright (c) 2008 Andy Green <andy at openmoko.com>
+ * Copyright (c) 2008 Andy Green <andy at warmcat.com>
*
*
* Median averaging stuff. We sort incoming raw samples into an array of
diff --git a/drivers/input/touchscreen/ts_filter_median.h b/drivers/input/touchscreen/ts_filter_median.h
index 1c19472..b13f361 100644
--- a/drivers/input/touchscreen/ts_filter_median.h
+++ b/drivers/input/touchscreen/ts_filter_median.h
@@ -8,7 +8,7 @@
*
* median
*
- * (c) 2008 Andy Green <andy at openmoko.com>
+ * (c) 2008 Andy Green <andy at warmcat.com>
*/
struct ts_filter_median_configuration {
More information about the openmoko-kernel
mailing list