]> git.proxmox.com Git - fwupd.git/commit
analogix: Do not check the endpoints before selecting an interface
authorRichard Hughes <richard@hughsie.com>
Mon, 6 Feb 2023 15:00:49 +0000 (15:00 +0000)
committerMario Limonciello <mario.limonciello@amd.com>
Thu, 23 Feb 2023 19:04:11 +0000 (13:04 -0600)
commit8e25ec00e2ddf5a9ec8d2d073979c7144d4243fd
treee84add2241e2ced6317a72f16641a73ed70f48af
parent2b60028a975380e57ca048a29e317673bbbb4cb2
analogix: Do not check the endpoints before selecting an interface

My Analogix USB device has a Billboard interface, with bNumEndpoints=0.

When emulating the interface is NULL, and in runtime the array can *never* be
NULL, so I think this check was added in error.
plugins/analogix/fu-analogix-device.c