diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index ea2bff5290e2..d72ab45d4ef0 100644 --- a/sys/dev/usb/umass_quirks.c +++ b/sys/dev/usb/umass_quirks.c @@ -1,4 +1,4 @@ -/* $NetBSD: umass_quirks.c,v 1.40 2003/06/23 21:11:29 augustss Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.41 2003/06/23 23:00:47 augustss Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -251,6 +251,14 @@ Static const struct umass_quirk umass_quirks[] = { NULL, NULL }, + { { USB_VENDOR_OTI, USB_PRODUCT_OTI_FLASHDISK }, + UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, + 0, + PQUIRK_NOMODESENSE | PQUIRK_NOBIGMODESENSE, + UMATCH_VENDOR_PRODUCT, + NULL, NULL + }, + { { USB_VENDOR_PEN, USB_PRODUCT_PEN_MOBILEDRIVE }, UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, 0, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 716d5c0efe8f..66507baf9ea0 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.329 2003/06/23 21:56:36 augustss Exp $ +$NetBSD: usbdevs,v 1.330 2003/06/23 23:00:46 augustss Exp $ /* * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -1119,6 +1119,7 @@ product ONSPEC MD1II 0xb006 Datafab MD1-II PC-Card Reader /* Ours Technology Inc. */ product OTI SOLID 0x6803 Solid state disk +product OTI FLASHDISK 0x6828 Flash Disk 128M /* Palm Computing, Inc. product */ product PALM SERIAL 0x0080 USB Serial Adaptor