summaryrefslogtreecommitdiffstats
path: root/sys/dev
diff options
context:
space:
mode:
authorweongyo <weongyo@FreeBSD.org>2009-10-04 23:30:08 +0000
committerweongyo <weongyo@FreeBSD.org>2009-10-04 23:30:08 +0000
commit8b48b371755f684fe32f6668e143abb734b26ea0 (patch)
tree14619410f85ac7021fb3b8dda601f03b9f0fb540 /sys/dev
parent1651d7d4af797602a83840e4c7d6cb7e21c50699 (diff)
downloadFreeBSD-src-8b48b371755f684fe32f6668e143abb734b26ea0.zip
FreeBSD-src-8b48b371755f684fe32f6668e143abb734b26ea0.tar.gz
updates device entries supported with the product name not magic numbers
and sorts entries. WUSB54GCV2 is added. Obtained from: OpenBSD
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usbdevs10
-rw-r--r--sys/dev/usb/wlan/if_urtw.c23
2 files changed, 22 insertions, 11 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs
index 17285b3..4662107 100644
--- a/sys/dev/usb/usbdevs
+++ b/sys/dev/usb/usbdevs
@@ -908,6 +908,7 @@ product ASIX AX88772 0x7720 AX88772
product ASUS WL167G 0x1707 WL-167g Wireless Adapter
product ASUS WL159G 0x170c WL-159g
product ASUS A9T_WIFI 0x171b A9T wireless
+product ASUS P5B_WIFI 0x171d P5B wireless
product ASUS RT2573_1 0x1723 RT2573
product ASUS RT2573_2 0x1724 RT2573
product ASUS LCM 0x1726 LCM display
@@ -975,6 +976,7 @@ product BELKIN F5D7051 0x7051 F5D7051 54g USB Network Adapter
product BELKIN F5D7050A 0x705a F5D7050A Wireless Adapter
/* Also sold as 'Ativa 802.11g wireless card' */
product BELKIN F5D7050_V4000 0x705c F5D7050 v4000 Wireless Adapter
+product BELKIN F5D7050E 0x705e F5D7050E Wireless Adapter
product BELKIN F5D9050V3 0x905b F5D9050 ver 3 Wireless Adapter
product BELKIN2 F5U002 0x0002 F5U002 Parallel printer
@@ -1656,6 +1658,7 @@ product LINKSYS2 WUSB11 0x2219 WUSB11 Wireless Adapter
product LINKSYS2 USB200M 0x2226 USB 2.0 10/100 Ethernet
product LINKSYS3 WUSB11v28 0x2233 WUSB11 v2.8 Wireless Adapter
product LINKSYS4 USB1000 0x0039 USB1000
+product LINKSYS4 WUSB54GCV2 0x0073 WUSB54GC v2
/* Logitech products */
product LOGITECH M2452 0x0203 M2452 keyboard
@@ -1876,6 +1879,7 @@ product NETGEAR EA101X 0x1002 Ethernet
product NETGEAR FA101 0x1020 Ethernet 10/100, USB1.1
product NETGEAR FA120 0x1040 USB 2.0 Ethernet
product NETGEAR WG111V2_2 0x4240 PrismGT USB 2.0 WLAN
+product NETGEAR WG111V3 0x4260 WG111v3
product NETGEAR WG111U 0x4300 WG111U
product NETGEAR WG111U_NF 0x4301 WG111U (no firmware)
product NETGEAR WG111V2 0x6a00 WG111V2
@@ -2101,6 +2105,9 @@ product RALINK RT2573_2 0x9021 RT2501USB Wireless Adapter
/* Green House and CompUSA OEM this part */
product REALTEK USBKR100 0x8150 USBKR100 USB Ethernet
product REALTEK RTL8187 0x8187 RTL8187 Wireless Adapter
+product REALTEK RTL8187B_0 0x8189 RTL8187B Wireless Adapter
+product REALTEK RTL8187B_1 0x8197 RTL8187B Wireless Adapter
+product REALTEK RTL8187B_2 0x8198 RTL8187B Wireless Adapter
/* Ricoh products */
product RICOH VGPVCC2 0x1830 VGP-VCC2 Camera
@@ -2270,6 +2277,8 @@ product SITECOM SERIAL 0x2068 USB to serial cable (v2)
product SITECOM2 WL022 0x182d WL-022
/* Sitecom Europe products */
+product SITECOMEU WL168V1 0x000d WL-168 v1
+product SITECOMEU WL168V4 0x0028 WL-168 v4
product SITECOMEU LN028 0x061c LN-028
product SITECOMEU WL113 0x9071 WL-113
product SITECOMEU ZD1211B 0x9075 ZD1211B
@@ -2375,6 +2384,7 @@ product DIAMOND2 RIO600USB 0x5001 Rio 600 USB
product DIAMOND2 RIO800USB 0x5002 Rio 800 USB
/* Surecom Technology products */
+product SURECOM EP9001G2A 0x11f2 EP-9001-G rev 2A
product SURECOM RT2570 0x11f3 RT2570
product SURECOM RT2573 0x31f3 RT2573
diff --git a/sys/dev/usb/wlan/if_urtw.c b/sys/dev/usb/wlan/if_urtw.c
index 0cd8d35..391a32c 100644
--- a/sys/dev/usb/wlan/if_urtw.c
+++ b/sys/dev/usb/wlan/if_urtw.c
@@ -102,23 +102,24 @@ TUNABLE_INT("hw.usb.urtw.preamble_mode", &urtw_preamble_mode);
#define URTW_REV_RTL8187B 0
#define URTW_REV_RTL8187L 1
static const struct usb_device_id urtw_devs[] = {
- { USB_VPI(USB_VENDOR_BELKIN, 0x705e, URTW_REV_RTL8187B) },
- { USB_VPI(USB_VENDOR_REALTEK, 0x8189, URTW_REV_RTL8187B) },
- { USB_VPI(USB_VENDOR_REALTEK, 0x8197, URTW_REV_RTL8187B) },
- { USB_VPI(USB_VENDOR_REALTEK, 0x8198, URTW_REV_RTL8187B) },
- { USB_VPI(USB_VENDOR_NETGEAR, 0x4260, URTW_REV_RTL8187B) },
+ URTW_DEV_B(NETGEAR, WG111V3),
+ URTW_DEV_B(REALTEK, RTL8187B_0),
+ URTW_DEV_B(REALTEK, RTL8187B_1),
+ URTW_DEV_B(REALTEK, RTL8187B_2),
+ URTW_DEV_B(SITECOMEU, WL168V4),
+ URTW_DEV_L(ASUS, P5B_WIFI),
+ URTW_DEV_L(BELKIN, F5D7050E),
+ URTW_DEV_L(LINKSYS4, WUSB54GCV2),
+ URTW_DEV_L(NETGEAR, WG111V2),
+ URTW_DEV_L(REALTEK, RTL8187),
+ URTW_DEV_L(SITECOMEU, WL168V1),
+ URTW_DEV_L(SURECOM, EP9001G2A),
{ USB_VPI(0x1b75, 0x8187, URTW_REV_RTL8187L) },
- { USB_VPI(USB_VENDOR_ASUS, 0x171d, URTW_REV_RTL8187L) },
{ USB_VPI(USB_VENDOR_DICKSMITH, 0x9401, URTW_REV_RTL8187L) },
{ USB_VPI(USB_VENDOR_HP, 0xca02, URTW_REV_RTL8187L) },
{ USB_VPI(USB_VENDOR_LOGITEC, 0x010c, URTW_REV_RTL8187L) },
{ USB_VPI(USB_VENDOR_NETGEAR, 0x6100, URTW_REV_RTL8187L) },
- 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) },
#undef URTW_DEV_L
#undef URTW_DEV_B
OpenPOWER on IntegriCloud