From: Richard Nauber <richard.nauber@googlemail.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH v2] HID: Fix reporting of nonexistent HWheel for Elecom BM084 (bluetooth mouse).
Date: Mon, 28 Jun 2010 19:11:23 +0200 [thread overview]
Message-ID: <4C28D7BB.3000808@googlemail.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1006281900440.13809@pobox.suse.cz>
On 06/28/2010 07:01 PM, Jiri Kosina wrote:
> On Mon, 28 Jun 2010, Richard Nauber wrote:
>
>> Ok, how about this:
> [ ... snip ... ]
>> +static void elecom_report_fixup(struct hid_device *hdev, __u8 *rdesc,
>> + unsigned int rsize)
>> +{
>> + if (rsize >= 48 && rdesc[46] == 0x05 && rdesc[47] == 0x0c) {
>> + dev_info(&hdev->dev, "Fixing up Elecom BM084 "
>> + "report descriptor.\n");
>> + rdesc[47] = 0x00;
>> + }
>> +}
>> +
>> +static const struct hid_device_id elecom_devices[] = {
>> + { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_ELECOM, USB_DEVICE_ID_ELECOM_BM084)},
>> + { } heads up and
> What is this? :)
Whops, I was looking for that phrase. It is probably missing in an other message :)
> I will fix that mess up and apply to my tree.
Thanks for that,
Richard
prev parent reply other threads:[~2010-06-28 17:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-28 11:45 [PATCH v2] HID: Fix reporting of nonexistent HWheel for Elecom BM084 (bluetooth mouse) Richard Nauber
2010-06-28 16:34 ` Dmitry Torokhov
2010-06-28 16:39 ` Jiri Kosina
2010-06-28 16:54 ` Richard Nauber
2010-06-28 17:01 ` Jiri Kosina
2010-06-28 17:11 ` Richard Nauber [this message]
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=4C28D7BB.3000808@googlemail.com \
--to=richard.nauber@googlemail.com \
--cc=jkosina@suse.cz \
--cc=linux-input@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.