summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-07-07 02:14:32 +0000
committerjsg <jsg@openbsd.org>2005-07-07 02:14:32 +0000
commite2f6f655d401493d7cda407a142ce58aa6ff3492 (patch)
tree2d7e72225dcba4b2b171cd73e12dcc12ccea3e30
parentregen (diff)
downloadwireguard-openbsd-e2f6f655d401493d7cda407a142ce58aa6ff3492.tar.xz
wireguard-openbsd-e2f6f655d401493d7cda407a142ce58aa6ff3492.zip
Match Gigabyte GN-WBKG, from Jaime Fournier <ober at linbsd.org>.
-rw-r--r--sys/dev/usb/if_ral.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c
index 782971c8f07..418e596fb90 100644
--- a/sys/dev/usb/if_ral.c
+++ b/sys/dev/usb/if_ral.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ral.c,v 1.36 2005/06/20 18:54:59 damien Exp $ */
+/* $OpenBSD: if_ral.c,v 1.37 2005/07/07 02:14:32 jsg Exp $ */
/*-
* Copyright (c) 2005
@@ -89,6 +89,7 @@ static const struct usb_devno ural_devs[] = {
{ USB_VENDOR_CISCOLINKSYS, USB_PRODUCT_CISCOLINKSYS_WUSB54GP },
{ USB_VENDOR_CONCEPTRONIC2, USB_PRODUCT_CONCEPTRONIC2_C54RU },
{ USB_VENDOR_DLINK, USB_PRODUCT_DLINK_RT2570 },
+ { USB_VENDOR_GIGABYTE, USB_PRODUCT_GIGABYTE_GNWBKG },
{ USB_VENDOR_MELCO, USB_PRODUCT_MELCO_KG54 },
{ USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570 },
{ USB_VENDOR_RALINK, USB_PRODUCT_RALINK_RT2570_2 },