summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usbdi.h
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-07-25 18:54:22 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-07-25 18:54:22 +0000
commite036dfc6a10cd52b51a7ec9234f120bddbfa6dda (patch)
tree5064fbe20a92b9e8a0b57a01453e870ce9e4603e /sys/dev/usb/usbdi.h
parent9aa55ad5ba036f0a2dfc53a80c7af7b7da3afedb (diff)
downloadFreeBSD-src-e036dfc6a10cd52b51a7ec9234f120bddbfa6dda.zip
FreeBSD-src-e036dfc6a10cd52b51a7ec9234f120bddbfa6dda.tar.gz
Add comments, change variable names to make them consistent (r -> err,
timo_handle -> timeout_handle, p -> pipe, *pipe -> *rpipe, etc.)
Diffstat (limited to 'sys/dev/usb/usbdi.h')
-rw-r--r--sys/dev/usb/usbdi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usbdi.h b/sys/dev/usb/usbdi.h
index b8f63f8..19450dc 100644
--- a/sys/dev/usb/usbdi.h
+++ b/sys/dev/usb/usbdi.h
@@ -107,6 +107,7 @@ typedef void (*usbd_callback) __P((usbd_request_handle, usbd_private_handle,
/* Open flags */
#define USBD_EXCLUSIVE_USE 0x01
+/* XXX broken, should not use the same value */
/* Request flags */
#define USBD_XFER_OUT 0x01
#define USBD_XFER_IN 0x02
OpenPOWER on IntegriCloud