Merge lp://staging/~kzapalowicz/bluez/feature-bluez-5.40-ble-fix into lp://staging/~bluetooth/bluez/ubuntu
Status: | Work in progress |
---|---|
Proposed branch: | lp://staging/~kzapalowicz/bluez/feature-bluez-5.40-ble-fix |
Merge into: | lp://staging/~bluetooth/bluez/ubuntu |
Diff against target: |
250 lines (+110/-90) 7 files modified
debian/50-bluetooth-hci-auto-poweron.rules (+0/-2) debian/bluez.install (+1/-2) debian/changelog (+20/-0) debian/main.conf (+89/-0) debian/patches/0001-profiles-audio-add-big-endian-structure-definition-f.patch (+0/-29) debian/patches/0005-audio-media-return-empty-string-when-player-name-is-.patch (+0/-55) debian/patches/series (+0/-2) |
To merge this branch: | bzr merge lp://staging/~kzapalowicz/bluez/feature-bluez-5.40-ble-fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Simon Fels | Pending | ||
Review via email: mp+299297@code.staging.launchpad.net |
Commit message
New upstream version and drop of legacy hci init
This commit fixes the issues with BLE keyboards by first
upgrading the BlueZ version to the newest upstream which
is 5.40; second by dropping the legacy udev rules for hci
initialization in favor of auto discovery.
Description of the change
New upstream version and drop of legacy hci init
This commit fixes the issues with BLE keyboards by first
upgrading the BlueZ version to the newest upstream which
is 5.40; second by dropping the legacy udev rules for hci
initialization in favor of auto discovery.
Unmerged revisions
- 21. By Konrad Zapałowicz
-
New upstream version
- bluez 5.40
- remove patches that are now upstream - 20. By Simon Fels
-
* debian/
50-bluetooth- hci-auto- poweron. rules:
- Get rid of legacy udev rule to power on bluetooth controllers on
startup. Using hciconfig for that is the legacy way and will lead
to different problems as the kernel side stack wont initialize
all needed subsystems when used. BlueZ introduced a replacement
for this with 5.36 which basically tells the bluetoothd through
a config option to turn on all found Bluetooth controllers by
default. With changing this there should be no change in terms
of functionality.