summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-06 15:00:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-06 15:00:18 -0600
commita016a645c42e499e64e675cc67c6efdc51d48ddf (patch)
treef456dee40717f725644bf734e815ec238b62dcd0 /nuttx/ChangeLog
parentb262c486ada890e3dd2c577cbb32cf567adc052d (diff)
downloadnuttx-a016a645c42e499e64e675cc67c6efdc51d48ddf.tar.gz
nuttx-a016a645c42e499e64e675cc67c6efdc51d48ddf.tar.bz2
nuttx-a016a645c42e499e64e675cc67c6efdc51d48ddf.zip
Fix a backward conditional that cause the STM32 usb host driver to fail to detect disconnection events. From Scott
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog14
1 files changed, 6 insertions, 8 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 9eaff080e..505f08357 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4914,11 +4914,9 @@
register definitions for the SAM4L BMP and SCIF blocks (2013-6-6).
* nuttx/arch/arm/src/sam34/sam4l_clockconfig.c: Now selects an
optimal power scaling mode (2013-6-6).
- * modified: nuttx/arch/arm/src/stm32/stm32_serial.c
-# modified: nuttx/drivers/serial/Kconfig
-# modified: nuttx/include/nuttx/serial/serial.h
-# modified: nuttx/include/termios.h
-A:wq\
-
-A
-
+ * nuttx/arch/arm/src/stm32/stm32_serial.c and nuttx/include/termios.h:
+ Change for hardware flow control support for STM32. It also fixes
+ incorrect operation of USART2 and UART5 in current master. Submitted
+ by Lorenz Meier but includes changes by Mike Smith (2013-6-6).
+ * nuttx/arch/arm/src/stm32/stm32_otgfshost.c: A backward conditional
+ prevent detection of disonnection events. Reported by Scott (2013-6-6).