Attention is currently required from: Felix Singer, Nico Huber, Michał Żygowski, Paul Menzel, Angel Pons.
3 comments:
Patchset:
After a second thought, I think not all laptops with ITE ECs may have a distinguishable SVID/SDID set.
Do you know any? AFAIK they are unique.
Got some more information on the ITEString and found out what the autload patching is really doing. […]
Done
File tuxedo_ec.c:
if (strcmp(current_ec_project, new_ec_project)) {
msg_perr("Wrong EC project. This file can't be used on this machine\n");
return 1;
}
Should it be the programmer parameter or should I hook the global force flag?
global force is fine. I like the current solution 😊
To view, visit change 55715. To unsubscribe, or for help writing mail filters, visit settings.