diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2005-01-23 03:37:43 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2005-01-23 03:37:43 +0000 |
commit | bf58199937ebe9c9f2fd78a9be7b7f7626f3298b (patch) | |
tree | 77d6520eea0c90d9f2ffaf317073725426333c2b | |
parent | 943c5f5795b933b6f13ecf7f83dea9793ff0d6ff (diff) |
Add the Askey WLL013. found by jsg in a dmesg
-rw-r--r-- | sys/dev/usb/if_atu.c | 4 |
1 files changed, 3 insertions, 1 deletions
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 <Danovitsch@Vitsch.net>. 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, |