Merge pull request #5606 from rushieda/mtabfix

Fix a small typo with the password disable jumper fix that causes some checks to fail
This commit is contained in:
Miran Grča
2025-05-21 11:21:48 +02:00
committed by GitHub

View File

@@ -1106,7 +1106,7 @@ write64_generic(void *priv, uint8_t val)
*/
uint8_t p1 = 0x30;
kbc_delay_to_ob(dev, p1, 0, 0x00);
} else if (!strcmp(machine_get_internal_name(), "dellplato") | !strcmp(machine_get_internal_name(), "dellhannibalp")) {
} else if (!strcmp(machine_get_internal_name(), "dellplato") || !strcmp(machine_get_internal_name(), "dellhannibalp")) {
/*
Dell Dimension XPS Pxxx & Pxxxa/Mxxxa:
- Bit 3: Password disable jumper (must be clear);