diff options
-rw-r--r-- | share/man/man4/uplcom.4 | 3 | ||||
-rw-r--r-- | sys/dev/usb/uplcom.c | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/uplcom.4 b/share/man/man4/uplcom.4 index 007ca3a43eb..a73cb892acf 100644 --- a/share/man/man4/uplcom.4 +++ b/share/man/man4/uplcom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uplcom.4,v 1.18 2006/07/18 07:41:51 jmc Exp $ +.\" $OpenBSD: uplcom.4,v 1.19 2006/08/04 06:49:13 brad Exp $ .\" $NetBSD: uplcom.4,v 1.6 2001/05/22 00:21:25 jhawk Exp $ .\" .\" Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -51,6 +51,7 @@ driver supports the following adapters: .Pp .Bl -tag -width Ds -offset indent -compact .It Alcatel One Touch 535/735 +.It Belkin F5U257 .It Digitus DA-70145 .It ELECOM UC-SGT .It Ericsson DCU-10 & DCU-11, made by Susteen, Inc. diff --git a/sys/dev/usb/uplcom.c b/sys/dev/usb/uplcom.c index 3d5df50921b..beb5627df96 100644 --- a/sys/dev/usb/uplcom.c +++ b/sys/dev/usb/uplcom.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uplcom.c,v 1.31 2006/07/01 04:23:31 jsg Exp $ */ +/* $OpenBSD: uplcom.c,v 1.32 2006/08/04 06:49:13 brad Exp $ */ /* $NetBSD: uplcom.c,v 1.29 2002/09/23 05:51:23 simonb Exp $ */ /* * Copyright (c) 2001 The NetBSD Foundation, Inc. @@ -154,6 +154,7 @@ static const struct usb_devno uplcom_devs[] = { { USB_VENDOR_ALCATEL, USB_PRODUCT_ALCATEL_OT535 }, { USB_VENDOR_ANCHOR, USB_PRODUCT_ANCHOR_SERIAL }, { USB_VENDOR_ATEN, USB_PRODUCT_ATEN_UC232A }, + { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5U257 }, { USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT }, { USB_VENDOR_ELECOM, USB_PRODUCT_ELECOM_UCSGT0 }, { USB_VENDOR_HAL, USB_PRODUCT_HAL_IMR001 }, |