diff options
| author | 2010-10-22 15:45:36 +0000 | |
|---|---|---|
| committer | 2010-10-22 15:45:36 +0000 | |
| commit | 24be49d25ee8f1c47d5bf9fc3f96c618a63018f3 (patch) | |
| tree | f294a40cbf32be24e9fb6245042d3ccfd3d46e7d /sys/dev/usb/if_run.c | |
| parent | Fix a crash when mixing the legacy width option (e.g. fold -70) (diff) | |
| download | wireguard-openbsd-24be49d25ee8f1c47d5bf9fc3f96c618a63018f3.tar.xz wireguard-openbsd-24be49d25ee8f1c47d5bf9fc3f96c618a63018f3.zip | |
Attach the two run(4) usb ids that krw@ added to usbdevs.
"Feel free to commit!" krw@
Diffstat (limited to 'sys/dev/usb/if_run.c')
| -rw-r--r-- | sys/dev/usb/if_run.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c index 7a0756c60c2..805b3b06ac2 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.71 2010/08/27 17:08:01 jsg Exp $ */ +/* $OpenBSD: if_run.c,v 1.72 2010/10/22 15:45:36 damien Exp $ */ /*- * Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr> @@ -197,6 +197,7 @@ static const struct usb_devno run_devs[] = { USB_ID(MELCO, WLIUCAG300N), USB_ID(MELCO, WLIUCG300N), USB_ID(MELCO, WLIUCGN), + USB_ID(MELCO, WLIUCGNM), USB_ID(MOTOROLA4, RT2770), USB_ID(MOTOROLA4, RT3070), USB_ID(MSI, RT3070_1), @@ -218,6 +219,7 @@ static const struct usb_devno run_devs[] = { USB_ID(PEGATRON, RT3070_3), USB_ID(PHILIPS, RT2870), USB_ID(PLANEX2, GWUS300MINIS), + USB_ID(PLANEX2, GWUSMICRO300), USB_ID(PLANEX2, GWUSMICRON), USB_ID(PLANEX2, RT2870), USB_ID(PLANEX2, RT3070), |
