mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add new (untested) device IDs to smsc(4)
MFC after: 1 week
This commit is contained in:
parent
b5e094cfd7
commit
cd8d304e79
2 changed files with 34 additions and 0 deletions
|
|
@ -123,7 +123,24 @@ SYSCTL_INT(_hw_usb_smsc, OID_AUTO, debug, CTLFLAG_RW, &smsc_debug, 0,
|
|||
*/
|
||||
static const struct usb_device_id smsc_devs[] = {
|
||||
#define SMSC_DEV(p,i) { USB_VPI(USB_VENDOR_SMC2, USB_PRODUCT_SMC2_##p, i) }
|
||||
SMSC_DEV(LAN89530_ETH, 0),
|
||||
SMSC_DEV(LAN9500_ETH, 0),
|
||||
SMSC_DEV(LAN9500_ETH_2, 0),
|
||||
SMSC_DEV(LAN9500A_ETH, 0),
|
||||
SMSC_DEV(LAN9500A_ETH_2, 0),
|
||||
SMSC_DEV(LAN9505_ETH, 0),
|
||||
SMSC_DEV(LAN9505A_ETH, 0),
|
||||
SMSC_DEV(LAN9514_ETH, 0),
|
||||
SMSC_DEV(LAN9514_ETH_2, 0),
|
||||
SMSC_DEV(LAN9530_ETH, 0),
|
||||
SMSC_DEV(LAN9730_ETH, 0),
|
||||
SMSC_DEV(LAN9500_SAL10, 0),
|
||||
SMSC_DEV(LAN9505_SAL10, 0),
|
||||
SMSC_DEV(LAN9500A_SAL10, 0),
|
||||
SMSC_DEV(LAN9505A_SAL10, 0),
|
||||
SMSC_DEV(LAN9514_SAL10, 0),
|
||||
SMSC_DEV(LAN9500A_HAL, 0),
|
||||
SMSC_DEV(LAN9505A_HAL, 0),
|
||||
#undef SMSC_DEV
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -4135,6 +4135,23 @@ product SMC 2862WG 0xee13 EZ Connect Wireless Adapter
|
|||
product SMC2 2020HUB 0x2020 USB Hub
|
||||
product SMC2 2514HUB 0x2514 USB Hub
|
||||
product SMC3 2662WUSB 0xa002 2662W-AR Wireless
|
||||
product SMC2 LAN9500_ETH 0x9500 USB/Ethernet
|
||||
product SMC2 LAN9505_ETH 0x9505 USB/Ethernet
|
||||
product SMC2 LAN9530_ETH 0x9530 USB/Ethernet
|
||||
product SMC2 LAN9730_ETH 0x9730 USB/Ethernet
|
||||
product SMC2 LAN9500_SAL10 0x9900 USB/Ethernet
|
||||
product SMC2 LAN9505_SAL10 0x9901 USB/Ethernet
|
||||
product SMC2 LAN9500A_SAL10 0x9902 USB/Ethernet
|
||||
product SMC2 LAN9505A_SAL10 0x9903 USB/Ethernet
|
||||
product SMC2 LAN9514_SAL10 0x9904 USB/Ethernet
|
||||
product SMC2 LAN9500A_HAL 0x9905 USB/Ethernet
|
||||
product SMC2 LAN9505A_HAL 0x9906 USB/Ethernet
|
||||
product SMC2 LAN9500_ETH_2 0x9907 USB/Ethernet
|
||||
product SMC2 LAN9500A_ETH_2 0x9908 USB/Ethernet
|
||||
product SMC2 LAN9514_ETH_2 0x9909 USB/Ethernet
|
||||
product SMC2 LAN9500A_ETH 0x9e00 USB/Ethernet
|
||||
product SMC2 LAN9505A_ETH 0x9e01 USB/Ethernet
|
||||
product SMC2 LAN89530_ETH 0x9e08 USB/Ethernet
|
||||
product SMC2 LAN9514_ETH 0xec00 USB/Ethernet
|
||||
|
||||
/* SOHOware products */
|
||||
|
|
|
|||
Loading…
Reference in a new issue