pacho 15/04/04 11:19:39 Modified: bluez-udevadm-path.patch Log: Version bump (this will also fix bug #544446 by Leonid Kopylov and others), fix udev rules (#544600 by Uros), drop old version with this problems. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.2 net-wireless/bluez/files/bluez-udevadm-path.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/bluez-udevadm-path.patch?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/bluez-udevadm-path.patch?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-wireless/bluez/files/bluez-udevadm-path.patch?r1=1.1&r2=1.2 Index: bluez-udevadm-path.patch =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-wireless/bluez/files/bluez-udevadm-path.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bluez-udevadm-path.patch 22 Mar 2015 13:36:54 -0000 1.1 +++ bluez-udevadm-path.patch 4 Apr 2015 11:19:39 -0000 1.2 @@ -1,10 +1,10 @@ --- tools/hid2hci.rules~ 2012-12-24 18:46:55.000000000 +0100 -+++ tools/hid2hci.rules 2015-03-22 14:29:22.753074765 +0100 ++++ tools/hid2hci.rules 2015-04-04 13:13:29.360300000 +0200 @@ -20,6 +20,7 @@ # 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}="/usr/bin/udevadm trigger --action=change --subsystem-match=usb --property-match=HID2HCI_SWITCH=1 \ ++ ENV{REMOVE_CMD}="/usr/bin/udevadm trigger --action=change --subsystem-match=usb --property-match=HID2HCI_SWITCH=1" \ ENV{REMOVE_CMD}="/sbin/udevadm trigger --action=change --subsystem-match=usb --property-match=HID2HCI_SWITCH=1" # CSR devices
