From: David Herrmann <dh.herrmann@googlemail.com>
To: linux-input@vger.kernel.org, padovan@profusion.mobi,
David Herrmann <dh.herrmann@googlemail.com>
Subject: HID generic-bluetooth driver
Date: Sun, 8 May 2011 12:16:06 +0200 [thread overview]
Message-ID: <BANLkTi=tUNCMyCKVEXtv0W=8jYbK-k7HMg@mail.gmail.com> (raw)
Hi
I am currently working on a bluetooth HID device driver during GSoC
this summer and have a small problem. My dummy HID-driver does not get
bound on new devices. My dummy driver is available at:
https://github.com/dvdhrm/xwiimote/blob/master/driver/src/hid-nintendo.c
If a new bluetooth device with exactly these PID/VID values connects,
the generic-bluetooth HID driver gets bound instead of my hid-nintendo
driver. I checked /dev/hidrawX and it returns the same PID/VID values
as I specified in my driver so these are correct.
Also, if I use /sys/class/hid/drivers/generic-bluetooth/unbind and
.../nintendo/bind I can bind my driver manually to that device.
What can I do to lower the priority of generic-bluetooth or to push my
driver in front of generic-bluetooth?
Regards
David
next reply other threads:[~2011-05-08 10:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-08 10:16 David Herrmann [this message]
2011-05-08 11:52 ` HID generic-bluetooth driver Christoph Fritz
2011-05-08 12:20 ` David Herrmann
2011-05-08 15:02 ` Christoph Fritz
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='BANLkTi=tUNCMyCKVEXtv0W=8jYbK-k7HMg@mail.gmail.com' \
--to=dh.herrmann@googlemail.com \
--cc=linux-input@vger.kernel.org \
--cc=padovan@profusion.mobi \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).