summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-15 17:46:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-15 17:46:55 +0000
commit3f0f70063b9aa18280083f32cae2d1b01849d838 (patch)
treea6d105515a2418cc41a5e8cce349fae06aaf5615 /nuttx/include/nuttx/usb/usbhost.h
parente9a92fa715e5c58295066b6a9e8d8033cabaadd8 (diff)
downloadnuttx-3f0f70063b9aa18280083f32cae2d1b01849d838.tar.gz
nuttx-3f0f70063b9aa18280083f32cae2d1b01849d838.tar.bz2
nuttx-3f0f70063b9aa18280083f32cae2d1b01849d838.zip
TD's no longer hard allocated
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3252 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index 6e2bff3e0..3e1f642c8 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -275,9 +275,9 @@
* Name: DRVR_ALLOC
*
* Description:
- * Some hardware supports special memory in which transfer descriptors can
+ * Some hardware supports special memory in which request and descriptor data can
* be accessed more efficiently. This method provides a mechanism to allocate
- * the transfer descriptor memory. If the underlying hardware does not support
+ * the request/descriptor memory. If the underlying hardware does not support
* such "special" memory, this functions may simply map to malloc.
*
* Input Parameters:
@@ -303,9 +303,9 @@
* Name: DRVR_FREE
*
* Description:
- * Some hardware supports special memory in which transfer descriptors can
+ * Some hardware supports special memory in which request and descriptor data can
* be accessed more efficiently. This method provides a mechanism to free that
- * transfer descriptor memory. If the underlying hardware does not support
+ * request/descriptor memory. If the underlying hardware does not support
* such "special" memory, this functions may simply map to free().
*
* Input Parameters: