Date: Sun, 28 Jun 2009 10:30:53 +0000 (UTC) From: Poul-Henning Kamp <phk@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r195133 - head/sys/dev/usb/wlan Message-ID: <200906281030.n5SAUrbX009323@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: phk Date: Sun Jun 28 10:30:53 2009 New Revision: 195133 URL: http://svn.freebsd.org/changeset/base/195133 Log: Add ids of Sitecom USB wlan gadget. Approved by: re (kib) Modified: head/sys/dev/usb/wlan/if_urtw.c Modified: head/sys/dev/usb/wlan/if_urtw.c ============================================================================== --- head/sys/dev/usb/wlan/if_urtw.c Sun Jun 28 08:59:46 2009 (r195132) +++ head/sys/dev/usb/wlan/if_urtw.c Sun Jun 28 10:30:53 2009 (r195133) @@ -116,6 +116,7 @@ static const struct usb_device_id urtw_d URTW_DEV_L(NETGEAR, WG111V2), URTW_DEV_L(REALTEK, RTL8187), { USB_VPI(USB_VENDOR_SITECOMEU, 0x000d, URTW_REV_RTL8187L) }, + { USB_VPI(USB_VENDOR_SITECOMEU, 0x0028, URTW_REV_RTL8187B) }, { USB_VPI(USB_VENDOR_SPHAIRON, 0x0150, URTW_REV_RTL8187L) }, { USB_VPI(USB_VENDOR_SURECOM, 0x11f2, URTW_REV_RTL8187L) }, { USB_VPI(USB_VENDOR_QCOM, 0x6232, URTW_REV_RTL8187L) },
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906281030.n5SAUrbX009323>