summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorAlexander Hall <halex@cvs.openbsd.org>2010-04-06 08:58:52 +0000
committerAlexander Hall <halex@cvs.openbsd.org>2010-04-06 08:58:52 +0000
commit0a1b20a803d8942942d279c0d7049b64013ada5d (patch)
tree8eddb15dac075ca691223819ec1a73f568aa564b /sys
parent668b207e05876854234b0dd97510f0549f325dd3 (diff)
add BELKIN F5D8055V2
ok deraadt@, damien@
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_run.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/if_run.c b/sys/dev/usb/if_run.c
index 3594553732f..f0752f9e67b 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.64 2010/04/04 08:07:50 damien Exp $ */
+/* $OpenBSD: if_run.c,v 1.65 2010/04/06 08:58:51 halex Exp $ */
/*-
* Copyright (c) 2008-2010 Damien Bergamini <damien.bergamini@free.fr>
@@ -126,6 +126,7 @@ static const struct usb_devno run_devs[] = {
USB_ID(AZUREWAVE, RT3070_3),
USB_ID(BELKIN, F5D8053V3),
USB_ID(BELKIN, F5D8055),
+ USB_ID(BELKIN, F5D8055V2),
USB_ID(BELKIN, F6D4050V1),
USB_ID(BELKIN, RT2870_1),
USB_ID(BELKIN, RT2870_2),