diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-07 05:05:03 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-12-07 05:05:03 +0000 |
commit | 86ce72cf4a61a6b6a385bc72bbdd951009ad94fe (patch) | |
tree | 580bfab38ffb4ef8e094f820be2deffee8ca3176 /sys | |
parent | 37f82f88ebbc167a2f29f03c1635576e12776b28 (diff) |
more zydas versions, collected from various places
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/usb/if_zyd.c | 4 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/dev/usb/if_zyd.c b/sys/dev/usb/if_zyd.c index 73db98c2c3f..a01057d99f3 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.65 2007/11/27 20:30:14 damien Exp $ */ +/* $OpenBSD: if_zyd.c,v 1.66 2007/12/07 05:05:02 deraadt Exp $ */ /*- * Copyright (c) 2006 by Damien Bergamini <damien.bergamini@free.fr> @@ -100,6 +100,7 @@ static const struct zyd_type { ZYD_ZD1211_DEV(DRAYTEK, VIGOR550), ZYD_ZD1211_DEV(PLANEX2, GWUS54GD), ZYD_ZD1211_DEV(PLANEX2, GWUS54GZL), + ZYD_ZD1211_DEV(PLANEX3, GWUS54GZ), ZYD_ZD1211_DEV(PLANEX3, GWUS54MINI), ZYD_ZD1211_DEV(SAGEM, XG760A), ZYD_ZD1211_DEV(SENAO, NUB8301), @@ -117,6 +118,7 @@ static const struct zyd_type { ZYD_ZD1211_DEV(ZYDAS, ZD1211), ZYD_ZD1211_DEV(ZYXEL, AG225H), ZYD_ZD1211_DEV(ZYXEL, ZYAIRG220), + ZYD_ZD1211_DEV(ZYXEL, G200V2), ZYD_ZD1211B_DEV(ACCTON, SMCWUSBG), ZYD_ZD1211B_DEV(ACCTON, ZD1211B), diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index da5485b28f8..5abfee312ef 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.321 2007/12/05 17:11:47 sthen Exp $ +$OpenBSD: usbdevs,v 1.322 2007/12/07 05:05:02 deraadt Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -1894,6 +1894,7 @@ product PLANEX2 GWUS54SG 0xc002 GW-US54SG product PLANEX2 GWUS54GZL 0xc007 GW-US54GZL product PLANEX2 GWUS54GD 0xed01 GW-US54GD product PLANEX2 GWUSMM 0xed02 GW-USMM +product PLANEX3 GWUS54GZ 0xab10 GW-US54GZ /* Plantronics products */ product PLANTRONICS HEADSET 0x0ca1 DSP-400 Headset @@ -2468,6 +2469,7 @@ product ZYDAS ZD1211B 0x1215 ZD1211B /* ZyXEL Communication Co. products */ product ZYXEL OMNI56K 0x1500 Omni 56K Plus product ZYXEL 980N 0x2011 Scorpion-980N +product ZYXEL G200V2 0x3407 G-200 v2 product ZYXEL ZYAIRG220 0x3401 ZyAIR G-220 product ZYXEL AG225H 0x3409 AG-225H product ZYXEL M202 0x340a M-202 |