diff options
| author | soren <soren@NetBSD.org> | 2002-10-01 17:13:17 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2002-10-01 17:13:17 +0000 |
| commit | be583d6f33a7fa72d74723176809f614c4000f71 (patch) | |
| tree | 17df4e23e7f2afe11c76b0453a9518d681db1276 /sys/dev | |
| parent | 3225ede1d3bacc1e837e65fd01291bf2e5a89b82 (diff) | |
PQI Travel Flash Drive.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/umass_quirks.c | 9 | ||||
| -rw-r--r-- | sys/dev/usb/usbdevs | 6 |
2 files changed, 13 insertions, 2 deletions
diff --git a/sys/dev/usb/umass_quirks.c b/sys/dev/usb/umass_quirks.c index 73150315c29..531f106a59f 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.19 2002/09/10 16:52:48 nathanw Exp $ */ +/* $NetBSD: umass_quirks.c,v 1.20 2002/10/01 17:13:18 soren Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -284,6 +284,13 @@ Static const struct umass_quirk umass_quirks[] = { UMATCH_VENDOR_PRODUCT, NULL, NULL }, + { { USB_VENDOR_PQI, USB_PRODUCT_PQI_TRAVELFLASH }, + UMASS_WPROTO_UNSPEC, UMASS_CPROTO_UNSPEC, + 0, + PQUIRK_NOMODESENSE, + UMATCH_VENDOR_PRODUCT, + NULL, NULL + }, }; const struct umass_quirk * diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 2840aeceea8..5f4ca1bd1ec 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.275 2002/09/29 19:55:52 augustss Exp $ +$NetBSD: usbdevs,v 1.276 2002/10/01 17:13:17 soren Exp $ /* * Copyright (c) 1998, 1999, 2000 The NetBSD Foundation, Inc. @@ -346,6 +346,7 @@ vendor INSIDEOUT 0x1608 Inside Out Networks vendor ENTREGA 0x1645 Entrega vendor ACTIONTEC 0x1668 Actiontec Electronics vendor DLINK 0x2001 D-Link +vendor PQI 0x3538 PQI vendor DAISY 0x3579 Daisy Technology vendor INTEL 0x8086 Intel vendor HP2 0xf003 Hewlett Packard @@ -1085,6 +1086,9 @@ product PORTGEAR EA9 0x0009 Ethernet Adapter /* Portsmith products */ product PORTSMITH EEA 0x3003 Express Ethernet Adapter +/* PQI products */ +product PQI TRAVELFLASH 0x0001 Travel Flash Drive + /* Primax products */ product PRIMAX G2X300 0x0300 G2-200 scanner product PRIMAX G2E300 0x0301 G2E-300 scanner |
