summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDamien Bergamini <damien@cvs.openbsd.org>2009-04-02 17:47:16 +0000
committerDamien Bergamini <damien@cvs.openbsd.org>2009-04-02 17:47:16 +0000
commit11879adda470773f46c696a75badbd4aa3984b95 (patch)
treed5114520a2fc150eab8306cd3069cc5060167762 /sys
parent17a88309feedef04430a80fdb53640344637fe98 (diff)
s/GWUSBMICRON/GWUSMICRON/ spotted by Fukaumi Naoki
+ sort Corega entry
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_run.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index c1a0c891648..77b16946559 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.16 2009/03/28 12:32:40 jsg Exp $ */
+/* $OpenBSD: if_run.c,v 1.17 2009/04/02 17:47:15 damien Exp $ */
/*-
* Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr>
@@ -165,6 +165,7 @@ static const struct usb_devno run_devs[] = {
USB_ID(BELKIN, F5D8053V3),
USB_ID(BELKIN, F5D8055),
USB_ID(CONCEPTRONIC2, VIGORN61),
+ USB_ID(COREGA, CGWLUSB300GNM),
USB_ID(DLINK2, DWA130),
USB_ID(EDIMAX, EW7717),
USB_ID(EDIMAX, EW7718),
@@ -176,10 +177,9 @@ static const struct usb_devno run_devs[] = {
USB_ID(MELCO, WLIUCG300N),
USB_ID(MELCO, WLIUCGN),
USB_ID(PLANEX2, GWUS300MINIS),
- USB_ID(PLANEX2, GWUSBMICRON),
+ USB_ID(PLANEX2, GWUSMICRON),
USB_ID(SWEEX2, LW303),
- USB_ID(SWEEX2, LW313),
- USB_ID(COREGA, CGWLUSB300GNM)
+ USB_ID(SWEEX2, LW313)
};
int run_match(struct device *, void *, void *);