diff options
-rw-r--r-- | share/man/man4/zyd.4 | 5 | ||||
-rw-r--r-- | sys/dev/usb/if_zyd.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
3 files changed, 7 insertions, 4 deletions
diff --git a/share/man/man4/zyd.4 b/share/man/man4/zyd.4 index cb549b09736..e36bba42e37 100644 --- a/share/man/man4/zyd.4 +++ b/share/man/man4/zyd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zyd.4,v 1.25 2007/10/14 08:35:43 fkr Exp $ +.\" $OpenBSD: zyd.4,v 1.26 2007/11/18 00:43:13 brad Exp $ .\" .\" Copyright (c) 1997, 1998, 1999 .\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. @@ -30,7 +30,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF .\" THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: October 14 2007 $ +.Dd $Mdocdate: November 18 2007 $ .Dt ZYD 4 .Os .Sh NAME @@ -198,6 +198,7 @@ driver: .It Philips SNU5600 .It Planet WL-U356 .It Planex GW-US54GD +.It Planex GW-US54GXS .It Planex GW-US54GZL .It Planex GW-US54Mini .It Safecom SWMULZ-5400 diff --git a/sys/dev/usb/if_zyd.c b/sys/dev/usb/if_zyd.c index caa6836bc90..b75cc1ea938 100644 --- a/sys/dev/usb/if_zyd.c +++ b/sys/dev/usb/if_zyd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_zyd.c,v 1.63 2007/11/03 14:10:37 damien Exp $ */ +/* $OpenBSD: if_zyd.c,v 1.64 2007/11/18 00:43:13 brad Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> @@ -127,6 +127,7 @@ static const struct zyd_type { ZYD_ZD1211B_DEV(FIBERLINE, WL430U), ZYD_ZD1211B_DEV(MELCO, KG54L), ZYD_ZD1211B_DEV(PHILIPS, SNU5600), + ZYD_ZD1211B_DEV(PLANEX2, GW_US54GXS), ZYD_ZD1211B_DEV(SAGEM, XG76NA), ZYD_ZD1211B_DEV(SITECOMEU, ZD1211B), ZYD_ZD1211B_DEV(UMEDIA, TEW429UBC1), diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index f54a1ca8089..2ae4eab01a6 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.316 2007/11/17 16:15:00 damien Exp $ +$OpenBSD: usbdevs,v 1.317 2007/11/18 00:43:13 brad Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1881,6 +1881,7 @@ product PILOTECH CRW600 0x0001 CRW-600 6-in-1 /* Planex Communications products */ product PLANEX GW_US11H 0x14ea GW-US11H WLAN product PLANEX2 GW_US11S 0x3220 GW-US11S WLAN +product PLANEX2 GW_US54GXS 0x5303 GW-US54GXS WLAN product PLANEX2 GWUS54HP 0xab01 GW-US54HP product PLANEX3 GU1000T 0xab11 GU-1000T product PLANEX3 GWUS54MINI 0xab13 GW-US54Mini |