diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2009-06-28 10:30:53 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2009-06-28 10:30:53 +0000 |
| commit | c92033c874bb142cb6f94119db9a2b3618546c3f (patch) | |
| tree | 17eabb837d74617a73f0eb2bc13d7bfd1e3734a3 /sys/dev | |
| parent | 944bc81da94bc04b2d8acfc144504e58e70c92f0 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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 5c10a6f2a421..0cd8d3535a37 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) }, |
