summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/usb/usbhost.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-14 18:38:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-01-14 18:38:46 +0000
commite9a92fa715e5c58295066b6a9e8d8033cabaadd8 (patch)
tree4903017feb37114c999cd228ed2a6da500b4f2c5 /nuttx/include/nuttx/usb/usbhost.h
parentdba61e642d8471a75bb3b23dd74d127cb7a51ad0 (diff)
downloadnuttx-e9a92fa715e5c58295066b6a9e8d8033cabaadd8.tar.gz
nuttx-e9a92fa715e5c58295066b6a9e8d8033cabaadd8.tar.bz2
nuttx-e9a92fa715e5c58295066b6a9e8d8033cabaadd8.zip
Extend the ED and get the transfer type into the ED
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3251 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include/nuttx/usb/usbhost.h')
-rw-r--r--nuttx/include/nuttx/usb/usbhost.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/include/nuttx/usb/usbhost.h b/nuttx/include/nuttx/usb/usbhost.h
index e69f1814a..6e2bff3e0 100644
--- a/nuttx/include/nuttx/usb/usbhost.h
+++ b/nuttx/include/nuttx/usb/usbhost.h
@@ -496,6 +496,7 @@ struct usbhost_epdesc_s
uint8_t addr; /* Endpoint address */
bool in; /* Direction: true->IN */
uint8_t funcaddr; /* USB address of function containing endpoint */
+ uint8_t xfrtype; /* Transfer type. See SB_EP_ATTR_XFER_* in usb.h */
uint16_t mxpacketsize; /* Max packetsize */
};