1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Add new USB v2.0 PCI ID.

Submitted by:		Dmitry Luhtionov <dmitryluhtionov@gmail.com>
Sponsored by:		Mellanox Technologies
This commit is contained in:
Hans Petter Selasky 2018-11-02 15:03:52 +00:00
parent 19a22ae313
commit 46b05e1923
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340059

View File

@ -210,6 +210,9 @@ ehci_pci_match(device_t self)
case 0x15621131:
return "Philips ISP156x USB 2.0 controller";
case 0x70021039:
return "SiS 968 USB 2.0 controller";
case 0x31041106:
return ("VIA VT6202 USB 2.0 controller");