Comment 22 for bug 550288

Revision history for this message
David Lichterman (lavid) wrote :

why not just change the rules to:
KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[345bce]|c71[34bc]", \
  RUN+="hid2hci --method=logitech-hid --devpath=%p"
KERNEL=="hidraw*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70a", \
  RUN+="hid2hci --method=logitech-hid --devpath=%p"

that way we get the best of both worlds: we fix this bug and https://bugs.edge.launchpad.net/bugs/444420