forked from pool/bluez
bcb79a3b8e
- update to bluez-4.93: - Fix issue with property type and Health Main channel. - Fix issue with crash when removing devices. - Add support for hid2hci and udev integration. - disable 001-remove-rule-dell-mouse.patch for now OBS-URL: https://build.opensuse.org/request/show/69676 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=98 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
001-remove-rule-dell-mouse.patch | ||
bluetooth.modprobe | ||
bluetooth.sh | ||
bluetooth.sysconfig | ||
bluez-4.75-udev-use-helperscript.diff | ||
bluez-4.93.tar.bz2 | ||
bluez-coldplug.init | ||
bluez-gstreamer.changes | ||
bluez-gstreamer.spec | ||
bluez.changes | ||
bluez.spec | ||
README.SUSE |
Notes about the SUSE bluez packages: ==================================== How does bluetoothd get started? -------------------------------- Bluetoothd is started via udev. This means: as soon as a bluetooth device is inserted, bluetoothd is started with the option "--udev". For the case that D-Bus is not yet running during system bootup when the adapter is detected, bluetoothd will quit with exit code 1, udev will notice that and then try to restart bluetoothd later. If you want to prevent starting of the bluetooth service, edit /etc/sysconfig/bluetooth and set START_BLUETOOTHD to "no". Have a lot of fun...