mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-09 09:55:39 +00:00
trivial: logitech-hidpp: decrease the verbosity of some debugging
This commit is contained in:
parent
15cb61b34e
commit
c0f1f1c7e3
@ -191,8 +191,10 @@ fu_logitech_hidpp_bootloader_texas_write_firmware (FuDevice *device,
|
|||||||
if ((payload->addr + 0x10) % 0x80 == 0 &&
|
if ((payload->addr + 0x10) % 0x80 == 0 &&
|
||||||
req->cmd != FU_UNIFYING_BOOTLOADER_CMD_WRITE_SIGNATURE) {
|
req->cmd != FU_UNIFYING_BOOTLOADER_CMD_WRITE_SIGNATURE) {
|
||||||
guint16 addr_start = payload->addr - (7 * 0x10);
|
guint16 addr_start = payload->addr - (7 * 0x10);
|
||||||
|
if (g_getenv ("FWUPD_LOGITECH_HIDPP") != NULL) {
|
||||||
g_debug ("addr flush @ 0x%04x for 0x%04x",
|
g_debug ("addr flush @ 0x%04x for 0x%04x",
|
||||||
payload->addr, addr_start);
|
payload->addr, addr_start);
|
||||||
|
}
|
||||||
if (!fu_logitech_hidpp_bootloader_texas_flash_ram_buffer (self,
|
if (!fu_logitech_hidpp_bootloader_texas_flash_ram_buffer (self,
|
||||||
addr_start,
|
addr_start,
|
||||||
error)) {
|
error)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user