diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-03-28 12:32:41 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-03-28 12:32:41 +0000 |
commit | c0cf9d17552de11ed4224c20cc62d1b47682f2f3 (patch) | |
tree | 962c85a435fcb249adb042e270d63d71da137511 /sys/dev/usb | |
parent | 5c420b9e8ac0dc6ec229bb2aa1bc7ec37589ccf3 (diff) |
Add a bunch more run devices.
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_run.c | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c index 3f0213d0597..c1a0c891648 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.15 2009/03/27 15:00:50 jsg Exp $ */ +/* $OpenBSD: if_run.c,v 1.16 2009/03/28 12:32:40 jsg Exp $ */ /*- * Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr> @@ -160,15 +160,25 @@ static const struct usb_devno run_devs[] = { USB_ID(AIRTIES, RT3070), /* Entries not in the Ralink Linux driver. */ + USB_ID(AMIT, CGWLUSB2GNR), USB_ID(ASUS2, USBN11), + USB_ID(BELKIN, F5D8053V3), + USB_ID(BELKIN, F5D8055), + USB_ID(CONCEPTRONIC2, VIGORN61), USB_ID(DLINK2, DWA130), USB_ID(EDIMAX, EW7717), USB_ID(EDIMAX, EW7718), + USB_ID(GIGABYTE, GNWB31N), + USB_ID(HAWKING, HWUN2), + USB_ID(LINKSYS4, WUSB100), USB_ID(LINKSYS4, WUSB600N), USB_ID(MELCO, WLIUCAG300N), + USB_ID(MELCO, WLIUCG300N), USB_ID(MELCO, WLIUCGN), USB_ID(PLANEX2, GWUS300MINIS), USB_ID(PLANEX2, GWUSBMICRON), + USB_ID(SWEEX2, LW303), + USB_ID(SWEEX2, LW313), USB_ID(COREGA, CGWLUSB300GNM) }; |