forked from pool/bluez
c1523b4fbe
Copy from home:jsmeix:branches:Base:System/bluez via accept of submit request 37938 revision 3. Request was accepted with message: Looks good. I trust you on that, Johannes ;) OBS-URL: https://build.opensuse.org/request/show/37938 OBS-URL: https://build.opensuse.org/package/show/Base:System/bluez?expand=0&rev=46 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
001-remove-rule-dell-mouse.patch | ||
bluetooth.modprobe | ||
bluetooth.sh | ||
bluetooth.sysconfig | ||
bluez-4.44-udev-use-helperscript.diff | ||
bluez-4.63.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...