summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>1999-06-04 12:41:42 +0000
committern_hibma <n_hibma@FreeBSD.org>1999-06-04 12:41:42 +0000
commitf36940cca206789eba34fd6b72bb6048c37c4a7c (patch)
tree0701bdde2e1afe5eba60f327cbbd23c64c89f9a4 /sys
parentd77ca2fb026ab6cd7a1e001774c902d817899f2d (diff)
downloadFreeBSD-src-f36940cca206789eba34fd6b72bb6048c37c4a7c.zip
FreeBSD-src-f36940cca206789eba34fd6b72bb6048c37c4a7c.tar.gz
Add remark about where bInterfaceProtocol number for USB Zip drive comes
from. 0x50 == 'P' for protoype. Obtained from: Pat LaVarre <LAVARRE@iomega.com> on linux-usb@suse.com
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/umass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index f2039c8..5d0bd05 100644
--- a/sys/dev/usb/umass.c
+++ b/sys/dev/usb/umass.c
@@ -98,7 +98,7 @@ typedef struct umass_softc {
#define USBD_COMMAND_FAILED USBD_INVAL /* redefine some errors for */
-#define UPROTO_MASS_ZIP 80
+#define UPROTO_MASS_ZIP 0x50 /* letter 'P' for protoype */
#define UMASS_SCSIID_HOST 0x00
#define UMASS_SCSIID_DEVICE 0x01
OpenPOWER on IntegriCloud