Comment 31 for bug 550288

Revision history for this message
Martin Pitt (pitti) wrote :

By switching back in lucid we'd reopen bug 444420. I wonder if things still work for you if you change /lib/udev/rules.d/70-hid2hci.rules to have both variants? Like

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

Thanks for testing!