diff options
| author | 2009-06-04 19:04:25 +0000 | |
|---|---|---|
| committer | 2009-06-04 19:04:25 +0000 | |
| commit | 901befc60376a46256388405275e166dbac218ee (patch) | |
| tree | 02583504157577c9b3baf8685b6d36f79c3f6c68 /sys/dev/usb/if_run.c | |
| parent | with -d1, switch interactive mode off, so the screen isn't restored (diff) | |
| download | wireguard-openbsd-901befc60376a46256388405275e166dbac218ee.tar.xz wireguard-openbsd-901befc60376a46256388405275e166dbac218ee.zip | |
the Sitecom WL-608 is a run(4) (although it is not 80.11n capable).
it has an RT2070 MAC/BB which is a (cheap) single-chip 802.11g solution.
USB ID provided by Michael Kiesel.
Diffstat (limited to 'sys/dev/usb/if_run.c')
| -rw-r--r-- | sys/dev/usb/if_run.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c index e55121d6852..0e2d367cedd 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.27 2009/05/24 08:14:32 damien Exp $ */ +/* $OpenBSD: if_run.c,v 1.28 2009/06/04 19:04:25 damien Exp $ */ /*- * Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr> @@ -192,6 +192,7 @@ static const struct usb_devno run_devs[] = { USB_ID(SITECOMEU, RT3070_3), USB_ID(SITECOMEU, RT3070_4), USB_ID(SITECOMEU, RT3072), + USB_ID(SITECOMEU, WL608), USB_ID(SPARKLAN, RT2870_1), USB_ID(SPARKLAN, RT3070), USB_ID(SWEEX2, LW303), |
