diff options
| author | rafal <rafal@NetBSD.org> | 2008-02-24 20:22:06 +0000 |
|---|---|---|
| committer | rafal <rafal@NetBSD.org> | 2008-02-24 20:22:06 +0000 |
| commit | c99a7eb6d393cbf9375f2e80f64091d701197748 (patch) | |
| tree | f154baa172078bcf7f0ba92203916a7e6ce1255a /sys/dev/usb/usbdevs | |
| parent | 988d85914042f859593678abad6b6f463344874b (diff) | |
Add another vendor ID for Tripp Lite and product entry for their USB UPS
interface (it appears to be a generic product ID, rather than per-model).
Diffstat (limited to 'sys/dev/usb/usbdevs')
| -rw-r--r-- | sys/dev/usb/usbdevs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index c00730fa4c2..80e08c711c2 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.494 2008/02/19 10:51:07 drochner Exp $ +$NetBSD: usbdevs,v 1.495 2008/02/24 20:22:06 rafal Exp $ /* * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -350,6 +350,7 @@ vendor BECKHOFF 0x0978 Beckhoff vendor MINDSATWORK 0x097a Minds At Work vendor POINTCHIPS 0x09a6 PointChips vendor INTERSIL 0x09aa Intersil +vendor TRIPPLITE2 0x09ae Tripp Lite vendor ALTIUS 0x09b3 Altius Solutions vendor ARRIS 0x09c1 Arris Interactive vendor ACTIVCARD 0x09c3 ACTIVCARD @@ -2184,6 +2185,7 @@ product TREK THUMBDRIVE_8MB 0x9988 ThumbDrive 8MB /* Tripp-Lite products */ product TRIPPLITE U209 0x2008 U209 Serial adapter +product TRIPPLITE2 UPS 0x1007 Tripp Lite UPS /* Trumpion products */ product TRUMPION T33521 0x1003 USB/MP3 decoder |
