XHCI: whitelist 0x9c31 Haswell/Panther Point.

* works nicely (~150 MB/s, 22GB read in about 145s, Linux does 410MB/s).
* also tested Fresco Logic FL1009 OK, but segfaults seem to happen once in a while.
This commit is contained in:
Jérôme Duval
2016-07-01 15:31:53 +02:00
parent 5c3f988250
commit e3d81394b6
+2 -1
View File
@@ -791,7 +791,8 @@ XHCI::AddTo(Stack *stack)
switch ((item->vendor_id << 16) | item->device_id) {
case 0x10330194: // Nec Corporation uPD720200
case 0x1b731009: // Fresco Logic FL1009
case 0x80861e31: // Intel xHCI found on VirtualBox5.
case 0x80861e31: // Intel xHCI Panther Point (VirtualBox5)
case 0x80869c31: // Intel xHCI Panther Point
break;
default:
TRACE_MODULE_ERROR("found device but unsupported\n");