On Tue, 21 Jun 2011, Marco d'Itri wrote: > On Jun 21, Cristian Ionescu-Idbohrn <cristian.ionescu-idbo...@axis.com> wrote: > > Right. "Anymore" refers to unstable, but stable udev (164-3) ships > > hid-related stuff AFAICS: > > > > /lib/udev/hid2hci > > /lib/udev/rules.d/70-hid2hci.rules > > > > Is your plan to change the state of the matter? > No. I have no immediate plans to work on a stable udev update, but I > would welcome a (tested) patch.
Alright. This is a tested patch: /lib/udev/rules.d/70-hid2hci.rules --- 70-hid2hci.rules.orig 2010-12-13 03:27:45.000000000 +0100 +++ 70-hid2hci.rules 2011-06-19 16:41:33.000000000 +0200 @@ -11,9 +11,7 @@ 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" original found here: http://permalink.gmane.org/gmane.linux.bluez.kernel/13457 Cheers, -- Cristian -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org