* Problem with Mighty Mouse
@ 2013-10-12 23:48 Bastien Nocera
2013-10-17 19:30 ` Benjamin Tissoires
0 siblings, 1 reply; 3+ messages in thread
From: Bastien Nocera @ 2013-10-12 23:48 UTC (permalink / raw)
To: linux-input
Heya,
I've tested a Bluetooth Apple Mighty Mouse (AA1197) and though I can
move the cursor without a problem, none of the buttons work. evtest
doesn't see any button events.
Any ideas what I should look at, or which tool I could use to capture
the raw data?
Cheers
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem with Mighty Mouse
2013-10-12 23:48 Problem with Mighty Mouse Bastien Nocera
@ 2013-10-17 19:30 ` Benjamin Tissoires
2013-10-17 22:43 ` Bastien Nocera
0 siblings, 1 reply; 3+ messages in thread
From: Benjamin Tissoires @ 2013-10-17 19:30 UTC (permalink / raw)
To: Bastien Nocera; +Cc: linux-input
Hi Bastien,
On Sat, Oct 12, 2013 at 7:48 PM, Bastien Nocera <hadess@hadess.net> wrote:
> Heya,
>
> I've tested a Bluetooth Apple Mighty Mouse (AA1197) and though I can
> move the cursor without a problem, none of the buttons work. evtest
> doesn't see any button events.
>
> Any ideas what I should look at, or which tool I could use to capture
> the raw data?
you can use hid-recorder[1] to retrieve the raw events from hidraw (it
mainly does a hexdump on /dev/hidrawX or you can use the kernel
debugfs interface for some devices which are preventing hidraw to
forward the events).
Ideally, you should give the output of evtest (or evemu) and
hid-recorder at the same time so we can have an idea of the input and
the output of the kernel driver.
Cheers,
Benjamin
[1] http://bentiss.github.io/hid-replay-docs/
>
> Cheers
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-input" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Problem with Mighty Mouse
2013-10-17 19:30 ` Benjamin Tissoires
@ 2013-10-17 22:43 ` Bastien Nocera
0 siblings, 0 replies; 3+ messages in thread
From: Bastien Nocera @ 2013-10-17 22:43 UTC (permalink / raw)
To: Benjamin Tissoires; +Cc: linux-input
On Thu, 2013-10-17 at 15:30 -0400, Benjamin Tissoires wrote:
> Hi Bastien,
>
> On Sat, Oct 12, 2013 at 7:48 PM, Bastien Nocera <hadess@hadess.net> wrote:
> > Heya,
> >
> > I've tested a Bluetooth Apple Mighty Mouse (AA1197) and though I can
> > move the cursor without a problem, none of the buttons work. evtest
> > doesn't see any button events.
> >
> > Any ideas what I should look at, or which tool I could use to capture
> > the raw data?
>
> you can use hid-recorder[1] to retrieve the raw events from hidraw (it
> mainly does a hexdump on /dev/hidrawX or you can use the kernel
> debugfs interface for some devices which are preventing hidraw to
> forward the events).
>
> Ideally, you should give the output of evtest (or evemu) and
> hid-recorder at the same time so we can have an idea of the input and
> the output of the kernel driver.
Colour me confused, it works again. I'll bear those advices in mind if
and when it happens again.
Cheers
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-17 22:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-12 23:48 Problem with Mighty Mouse Bastien Nocera
2013-10-17 19:30 ` Benjamin Tissoires
2013-10-17 22:43 ` Bastien Nocera
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).