diff options
author | 2006-11-24 01:14:08 +0000 | |
---|---|---|
committer | 2006-11-24 01:14:08 +0000 | |
commit | 84c9cb031edd41d08ba0475fe7607d0a30dae62b (patch) | |
tree | 5831b86b81ed9bb8fd3ceaa315187b77b38c249b | |
parent | Fix example code, okay dlg@ (diff) | |
download | wireguard-openbsd-84c9cb031edd41d08ba0475fe7607d0a30dae62b.tar.xz wireguard-openbsd-84c9cb031edd41d08ba0475fe7607d0a30dae62b.zip |
add the DLink DWL-G120 product id.
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 0fccc54b630..1dd17e4a9a5 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.232 2006/11/17 08:27:07 deraadt Exp $ +$OpenBSD: usbdevs,v 1.233 2006/11/24 01:14:08 brad Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -952,6 +952,7 @@ product DLINK DUBE100 0x1a00 10/100 ethernet product DLINK DSB650TX4 0x200c 10/100 ethernet product DLINK DWL120E 0x3200 DWL-120 rev E product DLINK DWL122 0x3700 DWL-122 +product DLINK DWLG120 0x3701 DWL-G120 product DLINK DWL120F 0x3702 DWL-120 rev F product DLINK DWLAG132 0x3a00 DWL-AG132 product DLINK DWLAG132_NF 0x3a01 DWL-AG132 |