diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-03-14 06:25:25 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2009-03-14 06:25:25 +0000 |
commit | 72171957719308ad2f54bd85dc932694c6bf529a (patch) | |
tree | 81cd209ff722afe8cd73fec03fbc717e72a832b8 /sys | |
parent | e657ec8f2ccc9c8b44011e8b6083a4a1b01186bc (diff) |
Match on D-Link DWA-130.
From Todd Carson in pr 6105.
Diffstat (limited to 'sys')
-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 a4754366b6d..abfdbf21db6 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.9 2009/03/12 05:12:39 claudio Exp $ */ +/* $OpenBSD: if_run.c,v 1.10 2009/03/14 06:25:24 jsg Exp $ */ /*- * Copyright (c) 2008,2009 Damien Bergamini <damien.bergamini@free.fr> @@ -161,6 +161,7 @@ static const struct usb_devno run_devs[] = { USB_ID(AIRTIES, RT3070), /* Entries not in the Ralink Linux driver. */ + USB_ID(DLINK2, DWA130), USB_ID(LINKSYS4, WUSB600N) }; |