From a9fa4fc36cbef617e06d6400935d3520308fb4fc Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Nov 03 2009 09:53:44 +0000 Subject: - Update hid2hci udev rules for F11 udev --- diff --git a/bluez-4.42-make-udev-helper-build.patch b/bluez-4.42-make-udev-helper-build.patch index 71a2853..912fbfa 100644 --- a/bluez-4.42-make-udev-helper-build.patch +++ b/bluez-4.42-make-udev-helper-build.patch @@ -73,3 +73,14 @@ enum mode { HCI = 0, +--- bluez-4.42/scripts/bluetooth-hid2hci.rules.old 2009-11-03 09:51:29.000000000 +0000 ++++ bluez-4.42/scripts/bluetooth-hid2hci.rules 2009-11-03 09:51:47.000000000 +0000 +@@ -20,7 +20,7 @@ ENV{DEVTYPE}!="usb_device", GOTO="hid2hc + # Unfortunately the only event seen is the BT device disappearing, so the mouse + # device needs to be chased down on the USB bus. + ATTR{bDeviceClass}=="e0", ATTR{bDeviceSubClass}=="01", ATTR{bDeviceProtocol}=="01", ATTR{idVendor}=="413c", \ +- ENV{REMOVE_CMD}="/sbin/udevadm trigger --action=change --subsystem-match=usb --property-match=HID2HCI_SWITCH=1" ++ ENV{REMOVE_CMD}="/sbin/udevadm trigger --action=change --subsystem-match=usb" + + # CSR devices + ATTR{idVendor}=="0a12|0458|05ac", ATTR{idProduct}=="1000", RUN+="hid2hci --method=csr --devpath=%p" diff --git a/bluez.spec b/bluez.spec index 43da5e1..b75ea3e 100644 --- a/bluez.spec +++ b/bluez.spec @@ -1,7 +1,7 @@ Summary: Bluetooth utilities Name: bluez Version: 4.42 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: Applications/System Source: http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.gz @@ -226,6 +226,9 @@ fi %{_sysconfdir}/alsa/bluetooth.conf %changelog +* Tue Nov 03 2009 Bastien Nocera 4.42-9 +- Update hid2hci udev rules for F11 udev + * Mon Nov 02 2009 Bastien Nocera 4.42-8 - Update hid2hci code from udev master