diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2004-11-19 23:14:28 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2004-11-19 23:14:28 +0000 |
commit | aa3c786e5d37593ed73bc53225e866f8fa3e4f52 (patch) | |
tree | f301cfc74a58f7f8b47fa14fde010bd8dffa1c65 /sys/dev/usb | |
parent | fbaee138fbdc01166e48e4e4214465bb51fa9be0 (diff) |
remove the atmel dwl120 since its product ids dont seem to exist, it looks
like a typo. since the atmel at76c503a appears to be the real device we just
remove the typo
Diffstat (limited to 'sys/dev/usb')
-rw-r--r-- | sys/dev/usb/if_atu.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c index f6f5e699931..2674939e5d5 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.19 2004/11/19 22:38:12 dlg Exp $ */ +/* $OpenBSD: if_atu.c,v 1.20 2004/11/19 23:14:27 dlg Exp $ */ /* * Copyright (c) 2003, 2004 * Daan Vreeken <Danovitsch@Vitsch.net>. All rights reserved. @@ -130,9 +130,6 @@ struct atu_type atu_devs[] = { /* SMC2662 V.4 */ { USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_AT76C505A, RadioRFMD2958_SMC, ATU_QUIRK_NO_REMAP | ATU_QUIRK_FW_DELAY }, - /* XXX is this one right? */ - { USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_DWL120, - RadioIntersil, ATU_NO_QUIRK }, { USB_VENDOR_ACERP, USB_PRODUCT_ACERP_AWL300, RadioIntersil, ATU_NO_QUIRK }, { 0, 0, 0, 0 } |