summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 15:17:19 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-10-20 15:17:19 +0000
commit69a2786e6d69fc3b478a1f1458312e4bb20260d1 (patch)
treedea74b55e662725c7095c9d9feb6283f50ec4ddd /nuttx/ChangeLog
parent6303b09ef4ae94d342be569cc5d58ee0770d638a (diff)
downloadpx4-nuttx-69a2786e6d69fc3b478a1f1458312e4bb20260d1.tar.gz
px4-nuttx-69a2786e6d69fc3b478a1f1458312e4bb20260d1.tar.bz2
px4-nuttx-69a2786e6d69fc3b478a1f1458312e4bb20260d1.zip
Add MAX11802 touchscreeen driver from Petteri Aimonen
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5237 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ad6521a9e..bfae8e367 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -3477,4 +3477,7 @@
* include/termios.h and lib/termios/libcf*speed.c: The non-standard,
"hidden" c_speed cannot be type const or else static instantiations
of termios will be required to initialize it (Mike Smith).
+ * drivers/input/max11802.c/h, and include/nuttx/input max11802.h: Adds
+ support for the Maxim MAX11802 touchscreen controller (contributed by
+ Petteri Aimonen).