diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2018-05-28 19:55:51 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2018-05-28 19:55:51 +0000 |
| commit | f0db235b7dea8934e4b0558d5527404617586783 (patch) | |
| tree | d6a2168f1ec0c5b207f2cda2e38bc3c90f8f041f /sys/dev/usb/controller | |
| parent | c140287a5bfa3726a338a97fa39ef4a7272e01db (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/controller')
| -rw-r--r-- | sys/dev/usb/controller/xhci_pci.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/controller/xhci_pci.c b/sys/dev/usb/controller/xhci_pci.c index 4697d3f80b66..de2082e5171d 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -113,6 +113,8 @@ xhci_pci_match(device_t self) case 0x10001b73: return ("Fresco Logic FL1000G USB 3.0 controller"); + case 0x11001b73: + return ("Fresco Logic FL1100 USB 3.0 controller"); case 0x10421b21: return ("ASMedia ASM1042 USB 3.0 controller"); |
