The standard config doesn’t work all that well

1. Edit /lib/udev/rules.d/70-hid2hci.rules

sudo gedit /lib/udev/rules.d/70-hid2hci.rules

change the line directly after # Logitech devices and reboot!


# Logitech devices
KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[4abc]|c71[34bc]", \
  RUN+="hid2hci --method=logitech-hid --devpath=%p"