diff options
author | n_hibma <n_hibma@FreeBSD.org> | 1999-06-04 12:41:42 +0000 |
---|---|---|
committer | n_hibma <n_hibma@FreeBSD.org> | 1999-06-04 12:41:42 +0000 |
commit | f36940cca206789eba34fd6b72bb6048c37c4a7c (patch) | |
tree | 0701bdde2e1afe5eba60f327cbbd23c64c89f9a4 /sys/dev/usb | |
parent | d77ca2fb026ab6cd7a1e001774c902d817899f2d (diff) | |
download | FreeBSD-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/dev/usb')
-rw-r--r-- | sys/dev/usb/umass.c | 2 |
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 |