Blame SOURCES/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch

19062e
From 3aca31788655582f3029b3c88ad6f468c4de07a2 Mon Sep 17 00:00:00 2001
19062e
From: Tommy <mesilliac@gmail.com>
19062e
Date: Thu, 10 Jan 2013 09:18:43 +0100
19062e
Subject: [PATCH] work around Logitech diNovo Edge keyboard firmware issue
19062e
19062e
https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/269851
19062e
---
19062e
 scripts/bluetooth-hid2hci.rules | 5 ++++-
19062e
 1 file changed, 4 insertions(+), 1 deletion(-)
19062e
19062e
diff --git a/scripts/bluetooth-hid2hci.rules b/scripts/bluetooth-hid2hci.rules
19062e
index 0687c8a..2a571e5 100644
19062e
--- a/scripts/bluetooth-hid2hci.rules
19062e
+++ b/scripts/bluetooth-hid2hci.rules
19062e
@@ -11,7 +11,10 @@ ATTR{bInterfaceClass}=="03", ATTR{bInterfaceSubClass}=="01", ATTR{bInterfaceProt
19062e
   RUN+="hid2hci --method=dell --devpath=%p", ENV{HID2HCI_SWITCH}="1"
19062e
 
19062e
 # Logitech devices
19062e
-KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \
19062e
+KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[3bc]", \
19062e
+  RUN+="hid2hci --method=logitech-hid --devpath=%p"
19062e
+# Logitech, Inc. diNovo Edge Keyboard
19062e
+KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c714", \
19062e
   RUN+="hid2hci --method=logitech-hid --devpath=%p"
19062e
 
19062e
 ENV{DEVTYPE}!="usb_device", GOTO="hid2hci_end"
19062e
-- 
19062e
1.8.0.1
19062e