All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Holler <holler@ahsoftware.de>
To: linux-bluetooth@vger.kernel.org
Subject: 70-hid2hci.rules and Logitech dongles
Date: Mon, 26 Sep 2011 20:59:27 +0200	[thread overview]
Message-ID: <4E80CB8F.4070600@ahsoftware.de> (raw)

Hello,

I'm having a Logitech dongle which identifies itself as 046d:0b02, 
046d:c70b and 046d:c70c and for which only hiddev devices are available 
after startup (when in HID mode).

To use the bluetooth functionality I had to change the rule in 
70-hid2hci.rules from

# Logitech devices
KERNEL=="hiddev*", ATTRS{idVendor}=="046d", ATTRS{idProduct}=="c70[35e]", \
   RUN+="hid2hci --method=logitech-hid --devpath=%p"

to

# Logitech devices
KERNEL=="hiddev*", ATTRS{idVendor}=="046d", 
ATTRS{idProduct}=="c70[35bce]", \
   RUN+="hid2hci --method=logitech-hid --devpath=%p"

After the dongle is in HCI mode, the hiddev device disappears and the 
hidraw devices are appearing.

I'm not sure why there is a rule for hidraw devices in that file too and 
I've just disabled it.

I've first reported it for Fedora ( 
https://bugzilla.redhat.com/show_bug.cgi?id=741247 ) but after having 
seen that those rules are appearing in almost every distribution, I 
thought I should report that upstream (here) too.

Regards,

Alexander

                 reply	other threads:[~2011-09-26 18:59 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E80CB8F.4070600@ahsoftware.de \
    --to=holler@ahsoftware.de \
    --cc=linux-bluetooth@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.