diff options
author | 2006-09-26 12:23:40 +0000 | |
---|---|---|
committer | 2006-09-26 12:23:40 +0000 | |
commit | 7407db8b61cb618c4cfaacab2ba3643a7543dae4 (patch) | |
tree | 9c7e10f18b7e2539005eb029f7d5526f200c4dc4 | |
parent | Sync in_cksum.c to the same version dvmrpd has. This fixes problems with odd (diff) | |
download | wireguard-openbsd-7407db8b61cb618c4cfaacab2ba3643a7543dae4.tar.xz wireguard-openbsd-7407db8b61cb618c4cfaacab2ba3643a7543dae4.zip |
Match ELECOM LD-USB20
From redzonemiata at yahoo.co.jp via FreeBSD PR 86195
-rw-r--r-- | share/man/man4/aue.4 | 3 | ||||
-rw-r--r-- | sys/dev/usb/if_aue.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/aue.4 b/share/man/man4/aue.4 index 4935eddab98..2e3fb374e8b 100644 --- a/share/man/man4/aue.4 +++ b/share/man/man4/aue.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aue.4,v 1.29 2006/08/30 22:56:05 jmc Exp $ +.\" $OpenBSD: aue.4,v 1.30 2006/09/26 12:23:40 jsg Exp $ .\" $NetBSD: aue.4,v 1.9 2002/07/11 00:23:31 rh Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 @@ -73,6 +73,7 @@ This includes the following adapters: .It Tn D-Link DSB-650TX-PNA .It Tn ELCON Systemtechnik Goldpfeil P-LAN .It Tn Elecom LD-USB/TX +.It Tn Elecom LD-USB20 .It Tn Elecom LD-USBL/TX .It Tn Elsa Microlink USB2Ethernet .It Tn GIGABYTE GN-BR402W diff --git a/sys/dev/usb/if_aue.c b/sys/dev/usb/if_aue.c index b83b614701f..5fd8c977e73 100644 --- a/sys/dev/usb/if_aue.c +++ b/sys/dev/usb/if_aue.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_aue.c,v 1.48 2006/06/23 06:27:11 miod Exp $ */ +/* $OpenBSD: if_aue.c,v 1.49 2006/09/26 12:23:40 jsg Exp $ */ /* $NetBSD: if_aue.c,v 1.82 2003/03/05 17:37:36 shiba Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000 @@ -201,6 +201,7 @@ Static const struct aue_type aue_devs[] = { {{ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSBTX2}, 0 }, {{ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSBTX3}, LSYS }, {{ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSBLTX}, PII }, + {{ USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_LDUSB20}, PII }, {{ USB_VENDOR_ELSA, USB_PRODUCT_ELSA_USB2ETHERNET}, 0 }, {{ USB_VENDOR_GIGABYTE, USB_PRODUCT_GIGABYTE_GNBR402W}, 0 }, {{ USB_VENDOR_HAWKING, USB_PRODUCT_HAWKING_UF100}, PII }, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index b476662620c..656a42b82e2 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.223 2006/09/23 22:28:43 mglocker Exp $ +$OpenBSD: usbdevs,v 1.224 2006/09/26 12:23:40 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -992,6 +992,7 @@ product ELECOM LDUSBTX0 0x200c LD-USB/TX product ELECOM LDUSBTX1 0x4002 LD-USB/TX product ELECOM LDUSBLTX 0x4005 LD-USBL/TX product ELECOM LDUSBTX2 0x400b LD-USB/TX +product ELECOM LDUSB20 0x4010 LD-USB20 product ELECOM UCSGT 0x5003 UC-SGT Serial product ELECOM UCSGT0 0x5004 UC-SGT0 Serial product ELECOM LDUSBTX3 0xabc1 LD-USB/TX |