diff options
| author | Nick Hibma <n_hibma@FreeBSD.org> | 1999-06-04 12:41:42 +0000 |
|---|---|---|
| committer | Nick Hibma <n_hibma@FreeBSD.org> | 1999-06-04 12:41:42 +0000 |
| commit | bb32aa39609f3c13820ff779e355871204d89c47 (patch) | |
| tree | 70c1e76e050d12102ab4a36a94192c73f29844ef /sys | |
| parent | 43866c3e76a53768eae4c76c2446fc31cf71855f (diff) | |
Notes
Diffstat (limited to 'sys')
| -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 f2039c878f9f3..5d0bd0523cf04 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 |
