[Pkg-bluetooth-commits] r1068 - /packages/bluez/trunk/debian/patches/04-Fix-bluetooth-hid2hci.rules.patch

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Thu Jun 9 04:45:51 UTC 2011


Author: iwamatsu
Date: Thu Jun  9 04:45:50 2011
New Revision: 1068

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1068
Log:
Apply hid2hci patch from upstream (Closes: 626975)

This patch from http://comments.gmane.org/gmane.linux.bluez.kernel/13457.



Added:
    packages/bluez/trunk/debian/patches/04-Fix-bluetooth-hid2hci.rules.patch

Added: packages/bluez/trunk/debian/patches/04-Fix-bluetooth-hid2hci.rules.patch
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/patches/04-Fix-bluetooth-hid2hci.rules.patch?rev=1068&op=file
==============================================================================
--- packages/bluez/trunk/debian/patches/04-Fix-bluetooth-hid2hci.rules.patch (added)
+++ packages/bluez/trunk/debian/patches/04-Fix-bluetooth-hid2hci.rules.patch Thu Jun  9 04:45:50 2011
@@ -1,0 +1,28 @@
+From f274ce220b4adbc0af792140901b0a327404a13b Mon Sep 17 00:00:00 2001
+From: Nobuhiro Iwamatsu <iwamatsu at nigauri.org>
+Date: Thu, 9 Jun 2011 12:57:30 +0900
+Subject: [PATCH 2/2] Fix bluetooth-hid2hci.rules
+
+Apply from http://permalink.gmane.org/gmane.linux.bluez.kernel/13457.
+---
+ scripts/bluetooth-hid2hci.rules |    4 +---
+ 1 files changed, 1 insertions(+), 3 deletions(-)
+
+diff --git a/scripts/bluetooth-hid2hci.rules b/scripts/bluetooth-hid2hci.rules
+index 3b36629..0687c8a 100644
+--- a/scripts/bluetooth-hid2hci.rules
++++ b/scripts/bluetooth-hid2hci.rules
+@@ -11,9 +11,7 @@ ATTR{bInterfaceClass}=="03", ATTR{bInterfaceSubClass}=="01", ATTR{bInterfaceProt
+   RUN+="hid2hci --method=dell --devpath=%p", ENV{HID2HCI_SWITCH}="1"
+ 
+ # Logitech devices
+-KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[35e]", \
+-  RUN+="hid2hci --method=logitech-hid --devpath=%p"
+-KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[4abc]|c71[34bc]", \
++KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
+   RUN+="hid2hci --method=logitech-hid --devpath=%p"
+ 
+ ENV{DEVTYPE}!="usb_device", GOTO="hid2hci_end"
+-- 
+1.7.5.3
+




More information about the Pkg-bluetooth-commits mailing list