Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb ZIP drives don't need PQUIRK_NOTUR -- tested on ...



details:   https://anonhg.NetBSD.org/src/rev/8af21d6eb9a9
branches:  trunk
changeset: 551811:8af21d6eb9a9
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Fri Sep 12 14:52:38 2003 +0000

description:
ZIP drives don't need PQUIRK_NOTUR -- tested on both a 100 (by me) and a 250
(by gendalia).  The 100 seems to have another problem that I'm looking into.

diffstat:

 sys/dev/usb/umass_quirks.c |  20 ++------------------
 1 files changed, 2 insertions(+), 18 deletions(-)

diffs (41 lines):

diff -r 906a81bfe3e0 -r 8af21d6eb9a9 sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c        Fri Sep 12 14:06:48 2003 +0000
+++ b/sys/dev/usb/umass_quirks.c        Fri Sep 12 14:52:38 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass_quirks.c,v 1.54 2003/09/10 05:25:44 mycroft Exp $        */
+/*     $NetBSD: umass_quirks.c,v 1.55 2003/09/12 14:52:38 mycroft Exp $        */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.54 2003/09/10 05:25:44 mycroft Exp $");
+__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.55 2003/09/12 14:52:38 mycroft Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -76,22 +76,6 @@
          umass_init_insystem, NULL
        },
 
-       { { USB_VENDOR_IOMEGA, USB_PRODUCT_IOMEGA_ZIP100 },
-         UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
-         0,
-         PQUIRK_NOTUR,
-         UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
-         NULL, NULL
-       },
-
-       { { USB_VENDOR_IOMEGA, USB_PRODUCT_IOMEGA_ZIP250 },
-         UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
-         0,
-         PQUIRK_NOTUR,
-         UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
-         NULL, NULL
-       },
-
        { { USB_VENDOR_OLYMPUS, USB_PRODUCT_OLYMPUS_C1 },
          UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
          UMASS_QUIRK_WRONG_CSWSIG,



Home | Main Index | Thread Index | Old Index