Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Add WayTech Development USB to Serial product.



details:   https://anonhg.NetBSD.org/src/rev/02b978e0a1c3
branches:  trunk
changeset: 948321:02b978e0a1c3
user:      jym <jym%NetBSD.org@localhost>
date:      Sat Dec 26 22:09:18 2020 +0000

description:
Add WayTech Development USB to Serial product.

It is used by some UPS devices, notably Infosec and Megatec.

The vendor ID (0x0665) is known differently from various mainstream OSes;
but it is officially registered by USB-IF as `WayTech Development, Inc.'. So
be it.

diffstat:

 sys/dev/usb/usbdevs |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r ad9cf734a9cc -r 02b978e0a1c3 sys/dev/usb/usbdevs
--- a/sys/dev/usb/usbdevs       Sat Dec 26 15:40:29 2020 +0000
+++ b/sys/dev/usb/usbdevs       Sat Dec 26 22:09:18 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: usbdevs,v 1.786 2020/09/07 06:32:13 ryoon Exp $
+$NetBSD: usbdevs,v 1.787 2020/12/26 22:09:18 jym Exp $
 
 /*-
  * Copyright (c) 1998-2004 The NetBSD Foundation, Inc.
@@ -250,6 +250,7 @@
 vendor TEAC            0x0644  TEAC
 vendor SGI             0x065e  Silicon Graphics
 vendor SANWASUPPLY     0x0663  Sanwa Supply
+vendor WAYTECH         0x0665  WayTech Development, Inc.
 vendor LINKSYS         0x066b  Linksys
 vendor ACERSA          0x066e  Acer Semiconductor America
 vendor SIGMATEL                0x066f  Sigmatel
@@ -2231,6 +2232,9 @@
 /* MediaGear products */
 product MEDIAGEAR READER9IN1   0x5003  USB2.0 9 in 1 Reader
 
+/* WayTech Development, Inc. products */
+product WAYTECH USB2SERIAL     0x5161  USB to Serial
+
 /* Meinberg Funkuhren products */
 product MEINBERG USB5131       0x0301  USB 5131 DCF77 - Radio Clock
 



Home | Main Index | Thread Index | Old Index