Skip to content

Commit

Permalink
Implement OHCI SMI on ALi 1543
Browse files Browse the repository at this point in the history
  • Loading branch information
Cacodemon345 committed Oct 9, 2024
1 parent be2041c commit abe77b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/chipset/ali1543.c
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,7 @@ ali5237_usb_raise_smi(void *priv)
ali1543_t *dev = priv;

dev->pmu_conf[0x4A] |= 0x20;
dev->acpi->regs.gpsts |= 0x4;
smi_raise();
}

Expand Down

0 comments on commit abe77b3

Please sign in to comment.