[PATCH 0/3] Bluetooth: fix short read errors in usb_control_msg()

From: Greg Kroah-Hartman

Date: Mon Jul 27 2026 - 12:00:48 EST


There are two drivers in the bluetooth stack that suffer from possible
"short reads" when sending USB control messages. Fix that error up in
them which allows the error handling to become even simpler.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
---
Greg Kroah-Hartman (3):
Bluetooth: btmtk: Fix short read errors in btmtk_usb_uhw_reg_read()
Bluetooth: btmtk: Fix short read errors in btmtk_usb_reg_read()
Bluetooth: btusb: Fix short read errors in btusb_qca_send_vendor_req()

drivers/bluetooth/btmtk.c | 86 ++++++++++++++++++++---------------------------
drivers/bluetooth/btusb.c | 30 +++++------------
2 files changed, 46 insertions(+), 70 deletions(-)
---
base-commit: f5098b6bae761e346ebcd9da7f95622c04733cff
change-id: 20260727-bt-ctrl-a37aca3ce4e1

Best regards,
--
Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>