From owner-svn-src-head@FreeBSD.ORG Mon Jul 27 20:17:20 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C60771065691; Mon, 27 Jul 2009 20:17:20 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B41798FC1D; Mon, 27 Jul 2009 20:17:20 +0000 (UTC) (envelope-from weongyo@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n6RKHKkX010996; Mon, 27 Jul 2009 20:17:20 GMT (envelope-from weongyo@svn.freebsd.org) Received: (from weongyo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n6RKHK5M010993; Mon, 27 Jul 2009 20:17:20 GMT (envelope-from weongyo@svn.freebsd.org) Message-Id: <200907272017.n6RKHK5M010993@svn.freebsd.org> From: Weongyo Jeong Date: Mon, 27 Jul 2009 20:17:20 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r195916 - in head/sys/dev/usb: . wlan X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jul 2009 20:17:21 -0000 Author: weongyo Date: Mon Jul 27 20:17:20 2009 New Revision: 195916 URL: http://svn.freebsd.org/changeset/base/195916 Log: adds DLINK2 DWA120 device. PR: usb/136950 Reported by: Alexander Kuznetsov Approved by: re (kib) Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_uath.c Modified: head/sys/dev/usb/usbdevs ============================================================================== --- head/sys/dev/usb/usbdevs Mon Jul 27 18:07:44 2009 (r195915) +++ head/sys/dev/usb/usbdevs Mon Jul 27 20:17:20 2009 (r195916) @@ -1179,6 +1179,8 @@ product DLINK2 DWLG122C1 0x3c03 DWL-G122 product DLINK2 WUA1340 0x3c04 WUA-1340 product DLINK2 DWA111 0x3c06 DWA-111 product DLINK2 DWA110 0x3c07 DWA-110 +product DLINK2 DWA120_NF 0x3c0d DWA-120 (no firmware) +product DLINK2 DWA120 0x3c0e DWA-120 /* DMI products */ product DMI CFSM_RW 0xa109 CF/SM Reader/Writer Modified: head/sys/dev/usb/wlan/if_uath.c ============================================================================== --- head/sys/dev/usb/wlan/if_uath.c Mon Jul 27 18:07:44 2009 (r195915) +++ head/sys/dev/usb/wlan/if_uath.c Mon Jul 27 20:17:20 2009 (r195916) @@ -180,6 +180,7 @@ static const struct usb_device_id uath_d UATH_DEV(DLINK, DWLAG122), UATH_DEV(DLINK, DWLAG132), UATH_DEV(DLINK, DWLG132), + UATH_DEV(DLINK2, DWA120), UATH_DEV(GIGASET, AR5523), UATH_DEV(GIGASET, SMCWUSBTG), UATH_DEV(GLOBALSUN, AR5523_1),