Codebase list fwupd / f401775
Don't create the UEFI dummy device if the unlock will happen on next boot Richard Hughes 7 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
293293 return FALSE;
294294 }
295295
296 if (supported >= 2) {
296 if (supported == 2) {
297297 dev = fu_device_new ();
298298 fu_device_set_id (dev, "UEFI-dummy-dev0");
299299 fu_device_add_guid (dev, "2d47f29b-83a2-4f31-a2e8-63474f4d4c2e");