commit | 3cdb6224d165aad430ffcc8f4650539777aef34d | [log] [tgz] |
---|---|---|
author | Denis Pynkin <[email protected]> | Sun Jun 23 12:16:30 2024 |
committer | Chromeos LUCI <[email protected]> | Tue Jun 25 10:48:24 2024 |
tree | 7dc7cd775bc4051bdaa447cc5c8738db35cf468d | |
parent | aca5caba65ddfd15fede28db25ebf8b18a80941a [diff] |
[Fix] Use Device ID to select the device Set device_id argument to the unique Device ID rather than GUID to update the exact device. Some `fwupdmgr` commands (install, for instance) are failing to select the device by GUID in case if more than one device with the same GUID are attached to the DUT. In that case the `fwupdmgr` requires user interaction to select the proper device, but for non-interactiove sesions it throws an error: "can't prompt for devices". [Reference] https://partnerissuetracker.corp.google.com/issues/342980514 BUG=b:342980514 TEST=manual Change-Id: Ibe4ab843992968020e8ab22d94765d7232183bec Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/moblab/+/5645367 Commit-Queue: Michal Matyjek <[email protected]> Reviewed-by: Jeff Liu <[email protected]> Reviewed-by: Przemysław Filipek <[email protected]> Tested-by: Denis Pynkin <[email protected]>