diff options
author | phk <phk@FreeBSD.org> | 2009-06-28 10:30:53 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2009-06-28 10:30:53 +0000 |
commit | 73ae1e3978fb839f852978f567e2cf682e501b57 (patch) | |
tree | 17eabb837d74617a73f0eb2bc13d7bfd1e3734a3 | |
parent | e32c401685c4415341818d7f785b56cecc712b70 (diff) | |
download | FreeBSD-src-73ae1e3978fb839f852978f567e2cf682e501b57.zip FreeBSD-src-73ae1e3978fb839f852978f567e2cf682e501b57.tar.gz |
Add ids of Sitecom USB wlan gadget.
Approved by: re (kib)
-rw-r--r-- | sys/dev/usb/wlan/if_urtw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_urtw.c b/sys/dev/usb/wlan/if_urtw.c index 5c10a6f..0cd8d35 100644 --- a/sys/dev/usb/wlan/if_urtw.c +++ b/sys/dev/usb/wlan/if_urtw.c @@ -116,6 +116,7 @@ static const struct usb_device_id urtw_devs[] = { 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) }, |