summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-03-27 15:00:51 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-03-27 15:00:51 +0000
commit7029b26c0f6f86c966cb097e4b97d44f6f7dde2c (patch)
tree1df3099e040dac06a57761ec267c7d88bbc0c9d1 /sys/dev
parent53c74aaa4765ce7edeac6f4090dde657afea4d38 (diff)
Match on EW-7717Un, EW-7718Un
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/if_run.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index 88c23fec84f..3f0213d0597 100644
--- a/sys/dev/usb/if_run.c
+++ b/sys/dev/usb/if_run.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_run.c,v 1.14 2009/03/27 13:06:10 jsg Exp $ */
+/* $OpenBSD: if_run.c,v 1.15 2009/03/27 15:00:50 jsg Exp $ */
/*-
* Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -162,6 +162,8 @@ static const struct usb_devno run_devs[] = {
/* Entries not in the Ralink Linux driver. */
USB_ID(ASUS2, USBN11),
USB_ID(DLINK2, DWA130),
+ USB_ID(EDIMAX, EW7717),
+ USB_ID(EDIMAX, EW7718),
USB_ID(LINKSYS4, WUSB600N),
USB_ID(MELCO, WLIUCAG300N),
USB_ID(MELCO, WLIUCGN),