summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-09-20 10:00:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-09-20 10:00:30 -0600
commitc794150a59dd58c83ad5e80b20ce17d9b3713740 (patch)
treee6e3b2bbcdd8ed25877c26c78c4b577401467bbf /nuttx/ChangeLog
parentbfcf82862ab67196f91f5f6138c20111503b55d1 (diff)
downloadnuttx-c794150a59dd58c83ad5e80b20ce17d9b3713740.tar.gz
nuttx-c794150a59dd58c83ad5e80b20ce17d9b3713740.tar.bz2
nuttx-c794150a59dd58c83ad5e80b20ce17d9b3713740.zip
Names of some USB device definitions changed to avoid collisions
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 a30e19580..a1b475101 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5597,4 +5597,7 @@
* nuttx/arch/arm/src/sama5/sam_clockconfig.c: When 480MHz UPLL
is used to drive OHCI, it should have a divider of 10. However,
that does not work. A divider of 5 does. Why? (2013-9-19).
+ * Several USB device driver files: Change naming of SELFPOWERED
+ and REMOTEWAKEUP to avoid name collisions. Prepend the name
+ of the driver (for example CDCACM_SELFPOWERED) (201309-20).