View | Details | Raw Unified | Return to bug 207412
Collapse All | Expand All

(-)b/sys/dev/usb/usbdevs (+1 lines)
Lines 833-838 product ABOCOM RT2573_4 0xb21e RT2573 Link Here
833
product ABOCOM RTL8188CU_1	0x8188  RTL8188CU
833
product ABOCOM RTL8188CU_1	0x8188  RTL8188CU
834
product ABOCOM RTL8188CU_2	0x8189  RTL8188CU
834
product ABOCOM RTL8188CU_2	0x8189  RTL8188CU
835
product ABOCOM RTL8192CU	0x8178  RTL8192CU
835
product ABOCOM RTL8192CU	0x8178  RTL8192CU
836
product ABOCOM RTL8188EU	0x8179	RTL8188EU
836
product ABOCOM WUG2700		0xb21f	WUG2700
837
product ABOCOM WUG2700		0xb21f	WUG2700
837
838
838
/* Acton Research Corp. */
839
/* Acton Research Corp. */
(-)b/sys/dev/usb/wlan/if_urtwn.c (-1 / +1 lines)
Lines 155-160 static const STRUCT_USB_HOST_ID urtwn_devs[] = { Link Here
155
	URTWN_RTL8188E_DEV(DLINK,	DWA125D1),
155
	URTWN_RTL8188E_DEV(DLINK,	DWA125D1),
156
	URTWN_RTL8188E_DEV(REALTEK,	RTL8188ETV),
156
	URTWN_RTL8188E_DEV(REALTEK,	RTL8188ETV),
157
	URTWN_RTL8188E_DEV(REALTEK,	RTL8188EU),
157
	URTWN_RTL8188E_DEV(REALTEK,	RTL8188EU),
158
	URTWN_RTL8188E_DEV(ABOCOM,	RTL8188EU),
158
#undef URTWN_RTL8188E_DEV
159
#undef URTWN_RTL8188E_DEV
159
#undef URTWN_DEV
160
#undef URTWN_DEV
160
};
161
};
161
- 

Return to bug 207412