diff options
| author | Bruce M Simpson <bms@FreeBSD.org> | 2017-02-27 17:04:35 +0000 |
|---|---|---|
| committer | Bruce M Simpson <bms@FreeBSD.org> | 2017-02-27 17:04:35 +0000 |
| commit | 5df8285d33bcedc8fc8924a31c53822e11ed0bc3 (patch) | |
| tree | 78766b01b3d9edb936017b541c8d8e20a8fbbf56 /sys/dev/usb/controller/xhci_pci.c | |
| parent | 281afc595f4dd0a82e7f57bfbda2aeadfb869bea (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/controller/xhci_pci.c')
| -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 cada25ad5003..643807e07e59 100644 --- a/sys/dev/usb/controller/xhci_pci.c +++ b/sys/dev/usb/controller/xhci_pci.c @@ -100,6 +100,8 @@ xhci_pci_match(device_t self) case 0x01941033: return ("NEC uPD720200 USB 3.0 controller"); + case 0x00151912: + return ("NEC uPD720202 USB 3.0 controller"); case 0x10001b73: return ("Fresco Logic FL1000G USB 3.0 controller"); |
