summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorTedd Ho-Jeong An <tedd.an@intel.com>2021-08-04 17:32:18 -0700
committerMarcel Holtmann <marcel@holtmann.org>2021-08-05 16:03:30 +0200
commitc86c7285bb087b709e31f46e1aedeebb7e2a40d7 (patch)
treef662ba64f1f21186f9201ca2cb905d69f588c2d8 /tools/perf/scripts/python/event_analyzing_sample.py
parent0d8603b4ee0ce8b572da6de776172bf235dce1bd (diff)
downloadkernel-c86c7285bb087b709e31f46e1aedeebb7e2a40d7.tar.gz
Bluetooth: btintel: Fix the legacy bootloader returns tlv based version
From the ThP, it supports both legacy and TLV based HCI_Intel_Read_Version command after downloading the operational firmware, and it causes the driver to choose the wrong setup routines and missing firmware/ddc file. So, as a workaround, this patch checks the fw variant from the TLV based version, and if the device is legacy bootloader device, the legacy HCI_Intel_Read_Version command is used to get the legacy version information and run the legacy bootloader setup with it. Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
l/commit/drivers/usb/fotg210?id=170da81aab077c9e85fc2b786413ca07942774a0'>usb: fotg210: List different variantsLinus Walleij 2023-01-06usb: fotg210-udc: fix error return code in fotg210_udc_probe()Yang Yingliang 2022-12-28usb: fotg210: fix OTG-only buildArnd Bergmann 2022-12-08usb: fotg210-udc: fix potential memory leak in fotg210_udc_probe()Yi Yang 2022-11-22usb: fotg210-udc: Remove a useless assignmentChristophe JAILLET 2022-11-22fotg210-udc: Get IRQ using platform_get_irq()Linus Walleij 2022-11-22fotg210-udc: Handle PCLKLinus Walleij 2022-11-22fotg210-udc: Support optional external PHYLinus Walleij 2022-11-22fotg210-udc: Use dev pointer in probe and dev_messagesLinus Walleij 2022-11-22usb: USB_FOTG210 should depend on ARCH_GEMINIGeert Uytterhoeven 2022-11-22usb: fotg210: Fix Kconfig for USB host modulesLinus Walleij 2022-11-11usb: fotg210-udc: Fix ages old endianness issuesLinus Walleij 2022-11-11usb: fotg2: add Gemini-specific handlingLinus Walleij 2022-11-09usb: fotg210: Select subdriver by modeLinus Walleij 2022-11-09usb: fotg210: Compile into one moduleLinus Walleij 2022-11-09usb: fotg210: Collect pieces of dual mode controllerLinus Walleij