From 6fb8656a296efb88fce7f8b49fbb016e6f6a179a Mon Sep 17 00:00:00 2001 From: Nick Hibma Date: Sun, 7 May 2000 18:37:13 +0000 Subject: [PATCH] Add a define for the Zip 250 --- sys/dev/usb/umass.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c index 4a0256d9e97..0fbf2a51d94 100644 --- a/sys/dev/usb/umass.c +++ b/sys/dev/usb/umass.c @@ -272,7 +272,8 @@ struct umass_softc { unsigned char drive; # define DRIVE_GENERIC 0 /* use defaults for this one */ # define ZIP_100 1 /* to be used for quirks */ -# define SHUTTLE_EUSB 2 +# define ZIP_250 2 /* to be used for quirks */ +# define SHUTTLE_EUSB 3 unsigned char quirks; /* The drive does not support Test Unit Ready. Convert to