diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2014-04-09 14:04:14 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2014-04-09 14:04:14 +0000 |
commit | c2bf629fea7446e48306e66008965edea2accebb (patch) | |
tree | e3676b3e49f1028fa770d880770f1351adbc3003 /net-wireless/bluez | |
parent | Version bump. (diff) | |
download | gentoo-2-c2bf629fea7446e48306e66008965edea2accebb.tar.gz gentoo-2-c2bf629fea7446e48306e66008965edea2accebb.tar.bz2 gentoo-2-c2bf629fea7446e48306e66008965edea2accebb.zip |
Fix more bluetooth devices matching. bnc#681049 and bnc#850478. Also fxes my mx5500.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'net-wireless/bluez')
-rw-r--r-- | net-wireless/bluez/ChangeLog | 7 | ||||
-rw-r--r-- | net-wireless/bluez/files/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-wireless/bluez/ChangeLog b/net-wireless/bluez/ChangeLog index 93f2c3f93b14..fbe84abd4057 100644 --- a/net-wireless/bluez/ChangeLog +++ b/net-wireless/bluez/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-wireless/bluez # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.196 2014/03/30 08:21:22 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-wireless/bluez/ChangeLog,v 1.197 2014/04/09 14:04:14 scarabeus Exp $ + + 09 Apr 2014; Tomáš Chvátal <scarabeus@gentoo.org> + files/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch: + Fix more bluetooth devices matching. bnc#681049 and bnc#850478. Also fxes my + mx5500. 30 Mar 2014; Pacho Ramos <pacho@gentoo.org> +files/rfcomm-init.d-r1: Fix rfcomm init.d script (#505786 by Christophe PEREZ and Bombino) diff --git a/net-wireless/bluez/files/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch b/net-wireless/bluez/files/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch index e583320eccb3..55d5af654a93 100644 --- a/net-wireless/bluez/files/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch +++ b/net-wireless/bluez/files/0001-work-around-Logitech-diNovo-Edge-keyboard-firmware-i.patch @@ -17,10 +17,10 @@ index db6bb03..7db4572 100644 # Logitech devices -KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \ -+KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[3bc]", \ ++KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[5e]", \ + RUN+="hid2hci --method=logitech-hid --devpath=%p" -+# Logitech, Inc. diNovo Edge Keyboard -+KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c714", \ ++# Logitech, Inc. RAW communicating devices ++KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[34abc]|c71[34bc]", \ RUN+="hid2hci --method=logitech-hid --devpath=%p" ENV{DEVTYPE}!="usb_device", GOTO="hid2hci_end" |