~kzapalowicz/snappy-hwe-snaps/+git/bluez:feature/install-btmgmt

Last commit made on 2017-08-17
Get this branch:
git clone -b feature/install-btmgmt https://git.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/bluez
Only Konrad Zapałowicz can upload to this branch. If you are Konrad Zapałowicz please log in for upload directions.

Branch merges

Branch information

Name:
feature/install-btmgmt
Repository:
lp:~kzapalowicz/snappy-hwe-snaps/+git/bluez

Recent commits

4c2526a... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Install btmgmt tool

55b07f6... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Fix hciattach on RPi3

This patch fixes the hciattach on Raspberry Pi 3 by applying the
following changes:

* don't set UART speed before loading firmware (thanks to
  https://github.com/MilhouseVH)
* change FIRMWARE_DIR to /lib/formware

These changes originated from LP: #1674509

296a247... by Simon Fels

Add autogen.sh script to force Makefile regeneration

As we're basing off an upstream release tarball we have a ready built
configure script already available but do modifications on top which
doesn't trigger a recreation of the involved Makefiles. Having a
autogen.sh file available tells the snapcraft autotools plugin to run
it and with that force a regeneration of the Makefile's.

04d556b... by Simon Fels

Install obexctl

9eaec03... by Simon Fels

obexd: use system bus for communication

On snappy systems we don't nessarily have a session bus available so we
will run obexd on the system bus.

2687261... by Simon Fels

Add snappy runtime directory support

5612cea... by =?utf-8?q?Konrad_Zapa=C5=82owicz?= <email address hidden>

Disable spread tests on this branch

54d05d4... by Marcel Holtmann

Release 5.44

514f79d... by Juha Kuikka <email address hidden>

hog: When no VID&PID also register a DIS notifier

DIS was reading VID & PID but they were not communicated to the HOG due to lack
of registered notifier.

Add a notified also in this case.

cd1eb0c... by Juha Kuikka <email address hidden>

hog: Move dis_notify around

No functional changes