From bf58199937ebe9c9f2fd78a9be7b7f7626f3298b Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Sun, 23 Jan 2005 03:37:43 +0000 Subject: Add the Askey WLL013. found by jsg in a dmesg --- sys/dev/usb/if_atu.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/dev/usb/if_atu.c b/sys/dev/usb/if_atu.c index 9cbc65fcfb6..13060a98ae1 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.48 2004/12/30 01:53:21 dlg Exp $ */ +/* $OpenBSD: if_atu.c,v 1.49 2005/01/23 03:37:42 dlg Exp $ */ /* * Copyright (c) 2003, 2004 * Daan Vreeken . All rights reserved. @@ -105,6 +105,8 @@ USB_DECLARE_DRIVER_CLASS(atu, DV_IFNET); * Various supported device vendors/products/radio type. */ struct atu_type atu_devs[] = { + { USB_VENDOR_ASKEY, USB_PRODUCT_ASKEY_WLL013, + RadioRFMD, ATU_NO_QUIRK }, { USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_BW002, RadioRFMD, ATU_NO_QUIRK }, { USB_VENDOR_ATMEL, USB_PRODUCT_ATMEL_AT76C503A, -- cgit v1.2.3