summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.h
diff options
context:
space:
mode:
authorNick Hibma <n_hibma@FreeBSD.org>1999-07-03 22:19:41 +0000
committerNick Hibma <n_hibma@FreeBSD.org>1999-07-03 22:19:41 +0000
commit2677b5a4dbda24c0eadc63c926b779426bb67ed0 (patch)
tree964bf8ad3d315d82230703ffbc5988e7ad9b0010 /sys/dev/usb/usb.h
parente5bd655a0cb71655d9da69cdc0e3c57558c4960c (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb.h')
-rw-r--r--sys/dev/usb/usb.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index 514630e0904f..ac0883fa15be 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -358,7 +358,12 @@ typedef struct {
#define USUBCLASS_SCSI 6 /* SCSI transparent comman set */
#define UPROTO_MASS_CBI_I 0 /* CBI protocol with comm. compl. int */
#define UPROTO_MASS_CBI 1 /* CBI protocol */
-#define UPROTO_MASS_BULK /*TBD*/ / * Bulk only transport * /
+/*
+ * XXX Pat LaVarre (Iomega): there are Bulk-Only devices using 0x02,
+ * but recent versions of the Mass Storage spec. require it to be 0x50.
+ */
+#define UPROTO_MASS_BULK 80 /* 'P' for prototype, used by ZIP 100 */
+#define UPROTO_MASS_BULK2 2 /* Bulk only transport */
#define UCLASS_HUB 9 /* Hub */
#define USUBCLASS_HUB 0
#define UCLASS_DATA 10 /* Data pipe for CDC */