summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-01-26 13:05:50 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-01-26 13:05:50 +0000
commit0dc88f6dd7dac7176a8e5def8be9a2f50dfd410c (patch)
treebbb1fb34fefa84bf80a8976dc653baf123b6bf0f /sys
parent3e526d2777b90a7df8a5efe2ae99e740abb4563f (diff)
add the Belkin F5D6050 802.11b Wireless Device. from netbsd
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/usb/if_atu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c
index 13060a98ae1..a1b3bc97a38 100644
--- a/sys/dev/usb/if_atu.c
+++ b/sys/dev/usb/if_atu.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_atu.c,v 1.49 2005/01/23 03:37:42 dlg Exp $ */
+/* $OpenBSD: if_atu.c,v 1.50 2005/01/26 13:05:49 dlg Exp $ */
/*
* Copyright (c) 2003, 2004
* Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved.
@@ -111,6 +111,8 @@ struct atu_type atu_devs[] = {
RadioRFMD, ATU_NO_QUIRK },
{ USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_AT76C503A,
RadioIntersil, ATU_NO_QUIRK },
+ { USB_VENDOR_BELKIN, USB_PRODUCT_BELKIN_F5D6050,
+ RadioRFMD, ATU_NO_QUIRK },
{ USB_VENDOR_LEXAR, USB_PRODUCT_LEXAR_2662WAR,
RadioRFMD, ATU_NO_QUIRK },
{ USB_VENDOR_LINKSYS2, USB_PRODUCT_LINKSYS2_WUSB11,