svn commit: r195133 - head/sys/dev/usb/wlan
Poul-Henning Kamp
phk at FreeBSD.org
Sun Jun 28 10:30:54 UTC 2009
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) },
More information about the svn-src-head
mailing list