summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-03-27 13:06:11 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-03-27 13:06:11 +0000
commitad3c71bb987b016555407acaef1e9fb387d1dbb4 (patch)
treedcd9284f9998a37db1ac6005db1745410aad4a77 /sys/dev/usb
parenta7a6c0d9a851bb58f1100e300be226f93df0d9a5 (diff)
Match on ASUS USB-N11
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_run.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index 18b7a51891b..88c23fec84f 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.13 2009/03/26 20:17:27 damien Exp $ */
+/* $OpenBSD: if_run.c,v 1.14 2009/03/27 13:06:10 jsg Exp $ */
/*-
* Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -160,6 +160,7 @@ static const struct usb_devno run_devs[] = {
USB_ID(AIRTIES, RT3070),
/* Entries not in the Ralink Linux driver. */
+ USB_ID(ASUS2, USBN11),
USB_ID(DLINK2, DWA130),
USB_ID(LINKSYS4, WUSB600N),
USB_ID(MELCO, WLIUCAG300N),