summaryrefslogtreecommitdiff
path: root/nuttx/drivers/input
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/drivers/input')
-rw-r--r--nuttx/drivers/input/ads7843e.c6
-rw-r--r--nuttx/drivers/input/ads7843e.h6
-rw-r--r--nuttx/drivers/input/max11802.c8
-rw-r--r--nuttx/drivers/input/max11802.h6
-rw-r--r--nuttx/drivers/input/stmpe811.h4
5 files changed, 15 insertions, 15 deletions
diff --git a/nuttx/drivers/input/ads7843e.c b/nuttx/drivers/input/ads7843e.c
index 4fd2f43a6..aba8bb323 100644
--- a/nuttx/drivers/input/ads7843e.c
+++ b/nuttx/drivers/input/ads7843e.c
@@ -1,7 +1,7 @@
/****************************************************************************
* drivers/input/ads7843e.c
*
- * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
* Diego Sanchez <dsanchez@nx-engineering.com>
*
@@ -59,13 +59,13 @@
#include <fcntl.h>
#include <semaphore.h>
#include <poll.h>
-#include <wdog.h>
#include <errno.h>
#include <assert.h>
#include <debug.h>
-#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
+#include <nuttx/wdog.h>
+#include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h>
#include <nuttx/spi/spi.h>
#include <nuttx/wqueue.h>
diff --git a/nuttx/drivers/input/ads7843e.h b/nuttx/drivers/input/ads7843e.h
index 97c45d042..902c386c7 100644
--- a/nuttx/drivers/input/ads7843e.h
+++ b/nuttx/drivers/input/ads7843e.h
@@ -1,7 +1,7 @@
/********************************************************************************************
* drivers/input/ads7843e.h
*
- * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* References:
@@ -55,11 +55,11 @@
#include <stdint.h>
#include <semaphore.h>
#include <poll.h>
-#include <wdog.h>
#include <nuttx/wqueue.h>
-#include <nuttx/spi/spi.h>
+#include <nuttx/wdog.h>
#include <nuttx/clock.h>
+#include <nuttx/spi/spi.h>
#include <nuttx/input/ads7843e.h>
/********************************************************************************************
diff --git a/nuttx/drivers/input/max11802.c b/nuttx/drivers/input/max11802.c
index 8df6690f0..5b50281ef 100644
--- a/nuttx/drivers/input/max11802.c
+++ b/nuttx/drivers/input/max11802.c
@@ -1,7 +1,7 @@
/****************************************************************************
* drivers/input/max11802.c
*
- * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
* Petteri Aimonen <jpa@nx.mail.kapsi.fi>
*
@@ -53,16 +53,16 @@
#include <fcntl.h>
#include <semaphore.h>
#include <poll.h>
-#include <wdog.h>
#include <errno.h>
#include <assert.h>
#include <debug.h>
-#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
+#include <nuttx/wdog.h>
+#include <nuttx/kmalloc.h>
+#include <nuttx/wqueue.h>
#include <nuttx/fs/fs.h>
#include <nuttx/spi/spi.h>
-#include <nuttx/wqueue.h>
#include <nuttx/input/touchscreen.h>
#include <nuttx/input/max11802.h>
diff --git a/nuttx/drivers/input/max11802.h b/nuttx/drivers/input/max11802.h
index 8a6da0468..15a568603 100644
--- a/nuttx/drivers/input/max11802.h
+++ b/nuttx/drivers/input/max11802.h
@@ -1,7 +1,7 @@
/********************************************************************************************
* drivers/input/max11802.h
*
- * Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2011-2012, 2014 Gregory Nutt. All rights reserved.
* Authors: Gregory Nutt <gnutt@nuttx.org>
* Petteri Aimonen <jpa@nx.mail.kapsi.fi>
*
@@ -50,11 +50,11 @@
#include <stdint.h>
#include <semaphore.h>
#include <poll.h>
-#include <wdog.h>
#include <nuttx/wqueue.h>
-#include <nuttx/spi/spi.h>
+#include <nuttx/wdog.h>
#include <nuttx/clock.h>
+#include <nuttx/spi/spi.h>
#include <nuttx/input/max11802.h>
/********************************************************************************************
diff --git a/nuttx/drivers/input/stmpe811.h b/nuttx/drivers/input/stmpe811.h
index fb686ee44..b219409a8 100644
--- a/nuttx/drivers/input/stmpe811.h
+++ b/nuttx/drivers/input/stmpe811.h
@@ -1,7 +1,7 @@
/********************************************************************************************
* drivers/input/stmpe811.h
*
- * Copyright (C) 2012 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2012, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* References:
@@ -46,9 +46,9 @@
#include <nuttx/config.h>
-#include <wdog.h>
#include <semaphore.h>
+#include <nuttx/wdog.h>
#include <nuttx/clock.h>
#include <nuttx/wqueue.h>
#include <nuttx/input/stmpe811.h>