summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2000-05-07 18:37:13 +0000
committern_hibma <n_hibma@FreeBSD.org>2000-05-07 18:37:13 +0000
commit371920811f48f92f5908ed1ce3ba680f773f908d (patch)
tree95ec6d6714c753d1457d00c516c2f0bd2570d407 /sys/dev/usb
parentd39c1e880e18aa7b357fdc7cd672c18a2f55290c (diff)
downloadFreeBSD-src-371920811f48f92f5908ed1ce3ba680f773f908d.zip
FreeBSD-src-371920811f48f92f5908ed1ce3ba680f773f908d.tar.gz
Add a define for the Zip 250
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/umass.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/umass.c b/sys/dev/usb/umass.c
index 4a0256d..0fbf2a5 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
OpenPOWER on IntegriCloud