aboutsummaryrefslogtreecommitdiff
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
commit736ac8982a3388fd6e5f96f0587e05b8c09bfd61 (patch)
treedea74b55e662725c7095c9d9feb6283f50ec4ddd /nuttx/ChangeLog
parentdbdf7cb3ae33224d45b5185d15d756508c11a246 (diff)
downloadpx4-firmware-736ac8982a3388fd6e5f96f0587e05b8c09bfd61.tar.gz
px4-firmware-736ac8982a3388fd6e5f96f0587e05b8c09bfd61.tar.bz2
px4-firmware-736ac8982a3388fd6e5f96f0587e05b8c09bfd61.zip
Add MAX11802 touchscreeen driver from Petteri Aimonen
git-svn-id: http://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).