From: Bastien Nocera <hadess@hadess.net>
To: Corentin Chary <corentin.chary@gmail.com>
Cc: Jiri Kosina <jkosina@suse.cz>, linux-input@vger.kernel.org
Subject: Re: MX5000 support in hid-logitech
Date: Tue, 15 Sep 2009 12:03:53 +0100 [thread overview]
Message-ID: <1253012633.23937.8321.camel@localhost.localdomain> (raw)
In-Reply-To: <200909151240.14486.corentin.chary@gmail.com>
On Tue, 2009-09-15 at 12:40 +0200, Corentin Chary wrote:
> Hi,
> I'm trying to add support for MX5000 keyboard in hid-lg.c, and it's the first
> time I'm playing with hid drivers.
>
> I added the keys in lg_wireless_mapping()
>
> case 0x01b8: lg_map_key_clear(KEY_VIDEO); break;
> case 0x01b7: lg_map_key_clear(KEY_AUDIO); break;
> case 0x01bc: lg_map_key_clear(KEY_MESSENGER); break;
> case 0x0183: lg_map_key_clear(KEY_MEDIA); break;
> case 0x0230: lg_map_key_clear(KEY_ZOOMRESET); break;
> case 0x022e: lg_map_key_clear(KEY_ZOOMOUT); break;
> case 0x022d: lg_map_key_clear(KEY_ZOOMIN); break;
> case 0x0184: lg_map_key_clear(KEY_WORDPROCESSOR); break;
> case 0x0186: lg_map_key_clear(KEY_SPREADSHEET); break;
> case 0x0188: lg_map_key_clear(KEY_PRESENTATION); break;
>
> And that line in static const struct hid_device_id lg_devices[]
>
> { HID_USB_DEVICE(USB_VENDOR_ID_LOGITECH, 0xc70a),
> .driver_data = LG_RDESC | LG_WIRELESS },
>
> I also added a printk lg_event() to find usage->hid and check
> if the device was correctly probed.
>
> I use xev to detect keystrocks.
>
> But Adding the code in lg_wireless_mapping() didn't change anything, keys are
> not reported in xev.
>
> I added a printk between case 0x01b8: and lg_map_key_clear(KEY_VIDEO); to
> check if the branch was taken, and it is.
>
> Did I do something wrong ?
> Any suggestion ?
This won't be enough, check the archives for more details (around 10th
February this year)
You'll need to poke at the receiver using the same kind of code that
mx5000lib does. Your best bet is probably to start with Jiri's
recommendations and get debugging info from the kernel before going any
further.
Cheers
next prev parent reply other threads:[~2009-09-15 11:03 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-15 10:40 MX5000 support in hid-logitech Corentin Chary
2009-09-15 11:03 ` Bastien Nocera [this message]
2009-09-15 12:44 ` Corentin Chary
2009-09-15 13:52 ` Corentin Chary
2009-09-15 14:34 ` Jiri Kosina
2009-09-15 16:04 ` Corentin Chary
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=1253012633.23937.8321.camel@localhost.localdomain \
--to=hadess@hadess.net \
--cc=corentin.chary@gmail.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.