Comment 37 for bug 550288

Revision history for this message
Marcus Blumhagen (marcus-blumhagen) wrote :

In reply to #36 I want to report that it works for me Josh. Like Scott I tried the previous version:

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

but that did not work.

This is the full output of lsusb while using a Logitech MX 5000 keyboard and MX 1000 mouse sucessfully:

Bus 002 Device 005: ID 046d:c70a Logitech, Inc. MX5000 Cordless Desktop
Bus 002 Device 004: ID 046d:c70e Logitech, Inc. MX1000 Bluetooth Laser Mouse
Bus 002 Device 003: ID 047f:0ca1 Plantronics, Inc. USB DSP v4 Audio Interface
Bus 002 Device 002: ID 046d:0b02 Logitech, Inc. BT Mini-Receiver (HID proxy mode)
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

When I tried the version which combined "hiddev*|hidraw*" there were 2 "Logitech, Inc. BT Mini-Receiver" devices, 0b02 like now in HID proxy mode and c709 in HCI mode. Now c709 is missing. Bluetooth is used for mouse and keyboard connectivity though, so I cannot comment if any other functionality is missing.