summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-01-07 11:12:28 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-01-07 11:12:28 +0000
commit5d637422c22fd4df267fdedc361000ca6fb1395c (patch)
tree0d4de9ec2f91782e33a1d1b3d009a9046ea78b2b /sys/dev/usb
parent288d9e965c779c19648db0a9f2fbc5b271668c1f (diff)
Match on Linksys WUSB600N.
Tested by frlinux@gmail.com.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_run.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index da6b0361626..d13bc3764e3 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.4 2009/01/06 18:56:07 damien Exp $ */
+/* $OpenBSD: if_run.c,v 1.5 2009/01/07 11:12:27 jsg Exp $ */
/*-
* Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -161,9 +161,10 @@ static const struct usb_devno run_devs[] = {
USB_ID(LOGITEC, RT2870_1),
USB_ID(LOGITEC, RT2870_2),
USB_ID(LOGITEC, RT2870_3),
- USB_ID(AIRTIES, RT3070)
+ USB_ID(AIRTIES, RT3070),
/* Entries not in the Ralink Linux driver. */
+ USB_ID(LINKSYS4, WUSB600N)
};
int run_match(struct device *, void *, void *);