Commit ec8dd95
committed
FROMLIST: driver: bluetooth:btusb: Allow firmware re-download when version matches
Since USB can disconnect at any time, if it disconnects during the
BT firmware download, the BT controller firmware version may still
be updated even without completing the download.
When USB reconnects, the BT host detects the same version as in
the firmware file, which prevents the firmware from being
downloaded again.
Therefore, remove the equality check to ensure that after USB
reconnection, the BT host can still download the firmware.
Link: https://lore.kernel.org/all/20260108074353.1027877-1-shuai.zhang@oss.qualcomm.com/
Signed-off-by: Shuai Zhang <shuai.zhang@oss.qualcomm.com>1 parent 0cf570b commit ec8dd95
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3466 | 3466 | | |
3467 | 3467 | | |
3468 | 3468 | | |
3469 | | - | |
| 3469 | + | |
| 3470 | + | |
| 3471 | + | |
| 3472 | + | |
3470 | 3473 | | |
3471 | 3474 | | |
3472 | 3475 | | |
| |||
0 commit comments