Mario Limonciello
Mario Limonciello
Hi, I recently picked up a wyze sense starter kit and I have to say your component is awesome, so thanks for all the work on it! I was curious...
There are patches on the mailing list that will be adding support for the NVM format used by ASMedia. We should make sure that the matching code for fwupd is...
Lenovo BIOS attributes don't actually have a description in `display_name`. Instead they just duplicate the value that is in current_value. To make BIOS settings more user friendly, we should add...
Currently the daemon on Windows needs to be manually launched. At some point this should be set up as a proper Windows service. WIX documentation on this topic: https://wixtoolset.org/documentation/manual/v3/howtos/general/install_windows_service.html We...
**Is your feature request related to a problem? Please describe.** Currently `plugin_dell` has a dependency on libsmbios. This used to have a lot more purposes than it does today. Today...
the maximum buffer size is declared by the firmware, and if userspace tries to use something bigger it can cause a buffer overflow
fwupd CI is reporting this issue: ``` 14/16 dell-self-test FAIL 0.12 s (exit status 1) 15/16 synapticsmst-self-test OK 0.04 s 16/16 uefi-self-test OK 0.07 s Ok: 14 Expected Fail: 0...
At one point it seemed viable to cross compile libsmbios, but realistically this isn't going to happen (and it's less relevant since Windows now uses WSMT). So as mentioned in...
Some of these aren't applicable since C++ API was dropped, but they should all be reviewed and decisions made. Removing the factories may be problematic as they're used in other...
All of the unit tests are currently C++ unit tests using cppunit. Move these over to C. This is a blocker for #27