diff options
author | 2013-08-19 14:09:55 +0000 | |
---|---|---|
committer | 2013-08-19 14:09:55 +0000 | |
commit | 0cccdf6cf3e5ecee838d5e70c8e4a1fe4cd07afa (patch) | |
tree | 6dbf461a8ba3f8bce6d121d782404dd297bc973d | |
parent | divdi3 moddi3 qdivrem are needed by 64 bit time_t (diff) | |
download | wireguard-openbsd-0cccdf6cf3e5ecee838d5e70c8e4a1fe4cd07afa.tar.xz wireguard-openbsd-0cccdf6cf3e5ecee838d5e70c8e4a1fe4cd07afa.zip |
Add IO-DATA WN-G150UM from William Dunand.
-rw-r--r-- | sys/dev/usb/if_urtwn.c | 3 | ||||
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/dev/usb/if_urtwn.c b/sys/dev/usb/if_urtwn.c index 808189c84dd..9d775846ab0 100644 --- a/sys/dev/usb/if_urtwn.c +++ b/sys/dev/usb/if_urtwn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_urtwn.c,v 1.28 2013/08/07 01:06:43 bluhm Exp $ */ +/* $OpenBSD: if_urtwn.c,v 1.29 2013/08/19 14:12:44 jsg Exp $ */ /*- * Copyright (c) 2010 Damien Bergamini <damien.bergamini@free.fr> @@ -102,6 +102,7 @@ static const struct usb_devno urtwn_devs[] = { { USB_VENDOR_GUILLEMOT, USB_PRODUCT_GUILLEMOT_HWNUP150 }, { USB_VENDOR_HAWKING, USB_PRODUCT_HAWKING_RTL8192CU }, { USB_VENDOR_HP3, USB_PRODUCT_HP3_RTL8188CU }, + { USB_VENDOR_IODATA, USB_PRODUCT_IODATA_WNG150UM }, { USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_WNA1000M }, { USB_VENDOR_NETGEAR, USB_PRODUCT_NETGEAR_RTL8192CU }, { USB_VENDOR_NETGEAR4, USB_PRODUCT_NETGEAR4_RTL8188CU }, diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 9f6f62e9123..c042ca0f11a 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.602 2013/08/02 08:59:52 mikeb Exp $ +$OpenBSD: usbdevs,v 1.603 2013/08/19 14:09:55 jsg Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -2206,6 +2206,7 @@ product IODATA RT3072_1 0x0944 RT3072 product IODATA RT3072_2 0x0945 RT3072 product IODATA RT3072_3 0x0947 RT3072 product IODATA RT3072_4 0x0948 RT3072 +product IODATA WNG150UM 0x094c WN-G150UM product IODATA USBRSAQ 0x0a03 RSAQ1 Serial product IODATA2 USB2SC 0x0a09 USB2.0-SCSI Bridge USB2-SC product IODATA USBRSAQ5 0x0a0e RSAQ5 Serial |