Quirk Pilotech CRW-600.
This commit is contained in:
parent
fa83041685
commit
7b16962da2
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: umass_quirks.c,v 1.36 2003/04/13 20:54:31 augustss Exp $ */
|
||||
/* $NetBSD: umass_quirks.c,v 1.37 2003/04/18 23:38:18 uwe Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
|
@ -259,6 +259,14 @@ Static const struct umass_quirk umass_quirks[] = {
|
|||
NULL, NULL
|
||||
},
|
||||
|
||||
{ { USB_VENDOR_PILOTECH, USB_PRODUCT_PILOTECH_CRW600 },
|
||||
UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
|
||||
0,
|
||||
PQUIRK_NOMODESENSE | PQUIRK_FORCELUNS,
|
||||
UMATCH_VENDOR_PRODUCT,
|
||||
NULL, NULL
|
||||
},
|
||||
|
||||
{ { USB_VENDOR_PQI, USB_PRODUCT_PQI_TRAVELFLASH },
|
||||
UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue