"Bus 007 Device 013: ID 046d:c709 Logitech, Inc. BT Mini-Receiver (HCI
mode)"
in Ubuntu bug #550288 it is mentioned that this is the wrong mode for
the BT reveiver.

try changing this line in your /lib/udev/rules.d/70-hid2hci.rules (and
reboot):
from
KERNEL=="hidraw*", ATTRS{idVendor}=="046d",
ATTRS{idProduct}=="c70[4abc]|c71[bc]", \

to
KERNEL=="hidraw*", ATTRS{idVendor}=="046d",
ATTRS{idProduct}=="c70[49abc]|c71[34bc]", \

notice that c709 (your receiver) should now match against hidraw*, and
that you probably don't need c71[34], just as a reminder for the
maintainer of udev ;)




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to