I would like to add that I recently updated the udev packages from 151-32 to 151-3, and it actually broke my existing Logitech diNovo Edge bluetooth connection. It suddenly wasn't able to pair with the USB bluetooth dongle.
The dongle would show up under "hcitool dev", and I could even see the keyboard if I put it in connect mode and ran "hcitool scan". They just wouldn't pair with each other. When I rebooted, I was able to pair the devices before the OS loaded (so I was able to select a kernel in GRUB), but once the OS finished loading, they would be disconnected. I too was able to get it working again by replacing the line in 70-hid2hci.rules. My complete rule looks like this (assuming word wrap doesn't mess it up): KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345abce]|c71[34bc]", \ RUN+="hid2hci --method=logitech --mode=hid --devpath=%p" HOWEVER, once I replaced the lines, restarted udev, unplugged, then replugged the dongle in, the devices no longer show up under hcitool (since they are running in HID mode now). I don't really understand the whole difference between running in HID mode versus HCI mode, but maybe the Logitech diNovo Edge and bluetooth dongle can't do this. I've never noticed any lack of functionality with my keyboard or the integrated touchpad. I can provide a dump of udevadm output for the device if that actually helps at all. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org