xbox: Temporarily revert LPC PCI device revision change

This commit is contained in:
wutno 2021-03-03 17:36:21 -05:00 committed by GitHub
parent f36a0d629c
commit 76272d306b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -392,7 +392,8 @@ static void xbox_lpc_class_init(ObjectClass *klass, void *data)
//k->config_write = xbox_lpc_config_write;
k->vendor_id = PCI_VENDOR_ID_NVIDIA;
k->device_id = PCI_DEVICE_ID_NVIDIA_NFORCE_LPC;
k->revision = 178;
/* FIXME - correct revision for this is 0xB2 (178) for retail 1.0 Xbox, causes known USB bug */
k->revision = 212;
k->class_id = PCI_CLASS_BRIDGE_ISA;
dc->desc = "nForce LPC Bridge";