mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Add more USB host controller PCI ID's.
Submitted by: Gary Jennejohn <gljennjohn@gmail.com> MFC after: 1 week Sponsored by: NVIDIA Networking
This commit is contained in:
parent
6426978617
commit
e85af89fa7
1 changed files with 2 additions and 0 deletions
|
|
@ -129,6 +129,8 @@ xhci_pci_match(device_t self)
|
|||
return ("ASMedia ASM1042 USB 3.0 controller");
|
||||
case 0x11421b21:
|
||||
return ("ASMedia ASM1042A USB 3.0 controller");
|
||||
case 0x13431b21:
|
||||
return ("ASMedia ASM1143 USB 3.1 controller");
|
||||
case 0x32421b21:
|
||||
return ("ASMedia ASM3242 USB 3.2 controller");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue