aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb_if.m
diff options
context:
space:
mode:
authorAndrew Thompson <thompsa@FreeBSD.org>2009-06-12 15:58:55 +0000
committerAndrew Thompson <thompsa@FreeBSD.org>2009-06-12 15:58:55 +0000
commita755d548b73104090f4e304a80d2a4d61a75c505 (patch)
tree242b51da9fc866c3f4a352e680164eead43946b6 /sys/dev/usb/usb_if.m
parent7b495c449475e00df3f60227247279883d891bcf (diff)
downloadsrc-a755d548b73104090f4e304a80d2a4d61a75c505.tar.gz
src-a755d548b73104090f4e304a80d2a4d61a75c505.zip
Minor device side improvement. Make sure a not complete state gets paired with
a complete state in device side mode for the default control endpoint. Submitted by: Hans Petter Selasky
Notes
Notes: svn path=/head/; revision=194064
Diffstat (limited to 'sys/dev/usb/usb_if.m')
-rw-r--r--sys/dev/usb/usb_if.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usb_if.m b/sys/dev/usb/usb_if.m
index f6d67d41e526..90db14d533ed 100644
--- a/sys/dev/usb/usb_if.m
+++ b/sys/dev/usb/usb_if.m
@@ -47,6 +47,5 @@ METHOD int handle_request {
void **pptr; /* data pointer */
uint16_t *plen; /* maximum transfer length */
uint16_t offset; /* data offset */
- uint8_t is_complete; /* set if transfer is complete */
+ uint8_t is_complete; /* set if transfer is complete, see USB_HR_XXX */
};
-