diff options
| author | martin <martin@NetBSD.org> | 2022-01-12 12:54:02 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2022-01-12 12:54:02 +0000 |
| commit | 0cbc3cd406177b8ce2c161edab6b772aa6756004 (patch) | |
| tree | 4a47d9e489a321fea1622c5d36b79fcafacaf648 /sys/dev | |
| parent | 99c8d729f4428eb33cafb3815df66d28e894ac85 (diff) | |
Add a new APC UPS device id.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b069de2b241..0aaf46fbfb0 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$NetBSD: usbdevs,v 1.799 2021/12/17 08:16:14 mrg Exp $ +$NetBSD: usbdevs,v 1.800 2022/01/12 12:54:02 martin Exp $ /*- * Copyright (c) 1998-2004 The NetBSD Foundation, Inc. @@ -824,6 +824,7 @@ product ALTEC ASC495 0xff05 ASC495 Speakers /* American Power Conversion products */ product APC UPS 0x0002 Uninterruptible Power Supply +product APC UPS3 0x0003 Uninterruptible Power Supply /* Ambit Microsystems products */ product AMBIT NTL_250 0x6098 NTL 250 cable modem |
