[Pkg-bluetooth-maintainers] Logitech Keyboard

Andreas Kessen andreas at kessen.de
Sun Nov 11 20:20:42 UTC 2012


Hi,

I recently upgraded to wheezy and ran into some trouble bringing my 
logitec diNovo Edge to work again.
After some reading I finally succeded.

Since the solution lies whithin the file:
/lib/udev/rules.d/97-bluetooth-hid2hci.rules
I want you to know:

I changed "hiddev" to "hidraw" in line 14:

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

Hope you can include this change in the package.
Thanks for your work!
cheers
Andreas




More information about the Pkg-bluetooth-maintainers mailing list