The Yano quirk was intended to do FORCE_SHORT_INQUIRY. Not that that's gone,
we shouldn't need this any more, so nuke it.
This commit is contained in:
parent
ecb8d5d482
commit
3fd37812f4
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: umass_quirks.c,v 1.60 2003/10/16 23:39:40 mycroft Exp $ */
|
/* $NetBSD: umass_quirks.c,v 1.61 2003/10/17 00:12:58 mycroft Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.60 2003/10/16 23:39:40 mycroft Exp $");
|
__KERNEL_RCSID(0, "$NetBSD: umass_quirks.c,v 1.61 2003/10/17 00:12:58 mycroft Exp $");
|
||||||
|
|
||||||
#include <sys/param.h>
|
#include <sys/param.h>
|
||||||
#include <sys/systm.h>
|
#include <sys/systm.h>
|
||||||
|
@ -76,14 +76,6 @@ Static const struct umass_quirk umass_quirks[] = {
|
||||||
umass_init_shuttle, NULL
|
umass_init_shuttle, NULL
|
||||||
},
|
},
|
||||||
|
|
||||||
{ { USB_VENDOR_YANO, USB_PRODUCT_YANO_U640MO },
|
|
||||||
UMASS_WPROTO_CBI_I, UMASS_CPROTO_ATAPI,
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
UMATCH_VENDOR_PRODUCT,
|
|
||||||
NULL, NULL
|
|
||||||
},
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* There work around genuine device bugs -- returning the wrong info in
|
* There work around genuine device bugs -- returning the wrong info in
|
||||||
* the CSW block.
|
* the CSW block.
|
||||||
|
|
Loading…
Reference in New Issue