summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-10-17 22:31:20 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-10-17 22:31:20 +0000
commit02856c0a5bb10d1a49eef5309920f3ca172166a7 (patch)
treed722cb547dd293131732d11a3d06dcd052bce465
parentf849ed8583fe1624f9843f56947fa43a1b1fafd2 (diff)
another new Corega USB wireless (found in Tokyo)
-rw-r--r--share/man/man4/wi.4tbl3
-rw-r--r--sys/dev/usb/if_wi_usb.c5
2 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man4/wi.4tbl b/share/man/man4/wi.4tbl
index 6e41ca49501..7c5254b328f 100644
--- a/share/man/man4/wi.4tbl
+++ b/share/man/man4/wi.4tbl
@@ -1,4 +1,4 @@
-.\" $OpenBSD: wi.4tbl,v 1.55 2004/10/11 15:17:56 mickey Exp $
+.\" $OpenBSD: wi.4tbl,v 1.56 2004/10/17 22:31:19 deraadt Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
@@ -161,6 +161,7 @@ Corega PCCA-11:Prism-2:PCMCIA
Corega PCCB-11:Prism-2:PCMCIA
Corega CGWLPCIA11:Prism-2:PCI
Corega WLUSB-11:Prism-3:USB
+Corega WLUSB-11 Key:Prism-3:USB
Dlink DWL520 (rev A and B only):Prism-2.5:PCI
Dlink DWL650 (rev A1-J3 only):Prism-2.5:PCMCIA
ELSA XI300:Prism-2:PCMCIA
diff --git a/sys/dev/usb/if_wi_usb.c b/sys/dev/usb/if_wi_usb.c
index 7ddeb398f4f..d967d0f5e93 100644
--- a/sys/dev/usb/if_wi_usb.c
+++ b/sys/dev/usb/if_wi_usb.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_usb.c,v 1.13 2004/08/05 05:17:58 dlg Exp $ */
+/* $OpenBSD: if_wi_usb.c,v 1.14 2004/10/17 22:31:19 deraadt Exp $ */
/*
* Copyright (c) 2003 Dale Rahn. All rights reserved.
@@ -232,7 +232,8 @@ const struct wi_usb_type {
{{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_S11 }, 0 },
{{ USB_VENDOR_MICROSOFT, USB_PRODUCT_MICROSOFT_MN510 }, 0 },
{{ USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_MA111NA }, 0 },
- {{ USB_VENDOR_SIEMENS, USB_PRODUCT_SIEMENS_SPEEDSTREAM22 }, 0 }
+ {{ USB_VENDOR_SIEMENS, USB_PRODUCT_SIEMENS_SPEEDSTREAM22 }, 0 },
+ {{ USB_VENDOR_COREGA, USB_PRODUCT_COREGA_WLUSB_11_KEY }, 0 }
};
#define wi_usb_lookup(v, p) ((struct wi_usb_type *)usb_lookup(wi_usb_devs, v, p))