mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Use STRUCT_USB_HOST_ID to make sure we have the right ELF section.
This commit is contained in:
parent
2051980f97
commit
71c50b9ef2
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ SYSCTL_INT(_hw_usb_urtwn, OID_AUTO, debug, CTLFLAG_RW, &urtwn_debug, 0,
|
|||
(((wh)->i_fc[1] & IEEE80211_FC1_DIR_MASK) == IEEE80211_FC1_DIR_DSTODS)
|
||||
|
||||
/* various supported device vendors/products */
|
||||
static const struct usb_device_id urtwn_devs[] = {
|
||||
static const STRUCT_USB_HOST_ID urtwn_devs[] = {
|
||||
#define URTWN_DEV(v,p) { USB_VP(USB_VENDOR_##v, USB_PRODUCT_##v##_##p) }
|
||||
URTWN_DEV(ABOCOM, RTL8188CU_1),
|
||||
URTWN_DEV(ABOCOM, RTL8188CU_2),
|
||||
|
|
|
|||
Loading…
Reference in a new issue