diff options
author | 2008-06-29 00:43:11 +0000 | |
---|---|---|
committer | 2008-06-29 00:43:11 +0000 | |
commit | 5811628b38d7c38b9edf8b07c75150c610a32976 (patch) | |
tree | 3c3d8992187820f91b6a7c5e928b62e2438f29c3 | |
parent | sync (diff) | |
download | wireguard-openbsd-5811628b38d7c38b9edf8b07c75150c610a32976.tar.xz wireguard-openbsd-5811628b38d7c38b9edf8b07c75150c610a32976.zip |
new belkin rum with california designed plastic
-rw-r--r-- | share/man/man4/rum.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/if_rum.c | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/rum.4 b/share/man/man4/rum.4 index c41f629df1f..b8f1198e285 100644 --- a/share/man/man4/rum.4 +++ b/share/man/man4/rum.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rum.4,v 1.35 2008/06/13 05:01:04 jsg Exp $ +.\" $OpenBSD: rum.4,v 1.36 2008/06/29 00:43:11 deraadt Exp $ .\" .\" Copyright (c) 2005-2007 .\" Damien Bergamini <damien.bergamini@free.fr> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 13 2008 $ +.Dd $Mdocdate: June 29 2008 $ .Os .Dt RUM 4 .Sh NAME @@ -108,6 +108,7 @@ The following adapters should work: .It ASUS WL-167g ver 2 .It Atlantis Land A02-UP1-W54 .It Belkin F5D7050 ver 3 +.It Belkin F5D9050C .It Belkin F5D9050 ver 3 .It Buffalo WLI-U2-SG54HP .It Buffalo WLI-U2-G54HP diff --git a/sys/dev/usb/if_rum.c b/sys/dev/usb/if_rum.c index fa6edffcc28..a3dea32b01a 100644 --- a/sys/dev/usb/if_rum.c +++ b/sys/dev/usb/if_rum.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rum.c,v 1.72 2008/06/13 05:01:04 jsg Exp $ */ +/* $OpenBSD: if_rum.c,v 1.73 2008/06/29 00:43:11 deraadt Exp $ */ /*- * Copyright (c) 2005-2007 Damien Bergamini <damien.bergamini@free.fr> @@ -91,6 +91,7 @@ static const struct usb_devno rum_devs[] = { { USB_VENDOR_ASUS, USB_PRODUCT_ASUS_RT2573_2 }, { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D7050A }, { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D9050V3 }, + { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D9050C }, { USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GC }, { USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GR }, { USB_VENDOR_CONCEPTRONIC2, USB_PRODUCT_CONCEPTRONIC2_C54RU2 }, |