[PW_SID:1153580] Bluetooth: hci_bcm: Default to 4 Mbps - #663
Conversation
The ACPI path already did default to 4000000 baud, while the OF path did not, for some reason. This meant that unless overridden with the 'max-speed' OF property, the serial port would stay at the init speed of 115200 bps, making it unsuitable with high-speed Bluetooth devices like audio equipment. Signed-off-by: Paul Cercueil <paul@crapouillou.net>
|
CheckPatch |
|
VerifyFixes |
|
VerifySignedoff |
|
GitLint |
|
SubjectPrefix |
|
BuildKernel |
|
CheckAllWarning |
|
CheckSparse |
|
BuildKernel32 |
|
CheckKernelLLVM |
|
TestRunnerSetup |
|
IncrementalBuild |
The ACPI path already did default to 4000000 baud, while the OF path did
not, for some reason. This meant that unless overridden with the
'max-speed' OF property, the serial port would stay at the init speed of
115200 bps, making it unsuitable with high-speed Bluetooth devices like
audio equipment.
Signed-off-by: Paul Cercueil paul@crapouillou.net
drivers/bluetooth/hci_bcm.c | 1 +
1 file changed, 1 insertion(+)