Commit 10b91ca
FROMLIST: driver: bluetooth:btusb: Allow firmwarea 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.
Signed-off-by: Shuai Zhang <shuai.zhang@oss.qualcomm.com>
Link: https://lore.kernel.org/all/20260108074353.1027877-1-shuai.zhang@oss.qualcomm.com/1 parent 7fd2df2 commit 10b91ca
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3540 | 3540 | | |
3541 | 3541 | | |
3542 | 3542 | | |
3543 | | - | |
| 3543 | + | |
| 3544 | + | |
| 3545 | + | |
| 3546 | + | |
3544 | 3547 | | |
3545 | 3548 | | |
3546 | 3549 | | |
| |||
0 commit comments