All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chase Douglas <chase.douglas@canonical.com>
To: Jiri Kosina <jkosina@suse.cz>
Cc: linux-input <linux-input@vger.kernel.org>,
	Michael Poole <mdpoole@troilus.org>,
	Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Alan Ott <alan@signal11.us>
Subject: Re: 35022: hid-magicmouse broken
Date: Thu, 19 May 2011 11:40:24 -0400	[thread overview]
Message-ID: <4DD539E8.8090301@canonical.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1105191648480.28291@pobox.suse.cz>

On 05/19/2011 10:54 AM, Jiri Kosina wrote:
> On Thu, 19 May 2011, Chase Douglas wrote:
> 
>> Here's the output in dmesg:
>>
>> [  195.491735] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
>> [  222.693947] input: cndougla’s trackpad as
>> /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3.3/1-1.3.3:1.0/bluetooth/hci0/hci0:12/input16
>> [  222.694119] magicmouse 0005:05AC:030E.0005: input,hidraw3: BLUETOOTH
>> HID v1.60 Mouse [cndougla’s trackpad] on 50:63:13:90:AF:A4
>> [  222.694128] hidp_output_raw_report, report_type: 2
>> [  222.808111] session ffff88012d9b1200 param 0x02
>> [  222.808198] hidp: returnign -EIO because of !output_report_success
>> [  222.808209] magicmouse 0005:05AC:030E.0005: unable to request touch
>> data (-5)
>> [  222.809358] session ffff88012d9b1200 param 0x02
>> [  222.810606] session ffff88012d9b1200 param 0x02
>> [  222.813113] session ffff88012d9b1200 param 0x00
>> [  223.045363] magicmouse: probe of 0005:05AC:030E.0005 failed with error -5
> 
> Ok, so what is happening here is that magicmouse_probe() sends the { 0xd7, 
> 0x01 } feature report to the device, and it responds with 
> HIDP_HSHK_ERR_INVALID_REPORT_ID.
> 
> That's why the _raw callback (correctly) returns error.
> 
> So the question to the driver authors is -- what is the point behind the { 
> 0xd7, 0x01 } report? Clearly the device doesn't like it during probe 
> because of invalid report ID.
> And it never did, we just silently ignored the error with the older 
> kernels.

The feature report is what flips the devices (magic mouse, magic
trackpad) into multitouch mode. Without the report, the mouse will not
emit the location of any touches on its surface, and the trackpad will
only emit single touch data.

What do you think we should do? We can't get rid of the report. Should
we silently ignore the error?

Thanks
--
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

  reply	other threads:[~2011-05-19 15:40 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-17 12:40 35022: hid-magicmouse broken Chase Douglas
2011-05-17 12:56 ` Jiri Kosina
2011-05-17 19:14   ` Chase Douglas
2011-05-19 11:59     ` Jiri Kosina
2011-05-19 13:13       ` Chase Douglas
2011-05-19 14:54         ` Jiri Kosina
2011-05-19 15:40           ` Chase Douglas [this message]
2011-05-19 16:03             ` Jiri Kosina
2011-05-19 18:03               ` Chase Douglas
2011-05-20  8:28                 ` Jiri Kosina
2011-05-20 13:04                   ` Chase Douglas
2011-05-23  9:04                     ` Jiri Kosina

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=4DD539E8.8090301@canonical.com \
    --to=chase.douglas@canonical.com \
    --cc=alan@signal11.us \
    --cc=dmitry.torokhov@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=linux-input@vger.kernel.org \
    --cc=mdpoole@troilus.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.