Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove 'any match' entry from quirks table.



details:   https://anonhg.NetBSD.org/src/rev/23cc1516dba0
branches:  trunk
changeset: 537655:23cc1516dba0
user:      gehenna <gehenna%NetBSD.org@localhost>
date:      Fri Oct 04 08:16:00 2002 +0000

description:
Remove 'any match' entry from quirks table.
This entry detects all unknown SONY USB devices as USB storage device.

diffstat:

 sys/dev/usb/umass_quirks.c |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 3511e4b6bc86 -r 23cc1516dba0 sys/dev/usb/umass_quirks.c
--- a/sys/dev/usb/umass_quirks.c        Fri Oct 04 07:33:26 2002 +0000
+++ b/sys/dev/usb/umass_quirks.c        Fri Oct 04 08:16:00 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: umass_quirks.c,v 1.21 2002/10/04 03:40:57 soren Exp $  */
+/*     $NetBSD: umass_quirks.c,v 1.22 2002/10/04 08:16:00 gehenna Exp $        */
 
 /*
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -170,14 +170,6 @@
          NULL, NULL
        },
 
-       { { USB_VENDOR_SONY, USB_PRODUCT_ANY },
-         UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
-         0,
-         0,
-         UMATCH_DEVCLASS_DEVSUBCLASS_DEVPROTO,
-         NULL, umass_fixup_sony
-       },
-
        { { USB_VENDOR_TEAC, USB_PRODUCT_TEAC_FD05PUB },
          UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
          0,



Home | Main Index | Thread Index | Old Index