linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Support Apple Magic Mouse
@ 2010-01-25  5:04 Michael Poole
  2010-01-25  5:04 ` [RFC PATCH 1/3] Export hid_register_report() Michael Poole
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Poole @ 2010-01-25  5:04 UTC (permalink / raw)
  To: linux-input

he Magic Mouse uses a vendor-specific code page to turn on its
multi-touch support, and then reports that with an "unlisted"
input report.  The first two patches in this series allow the
driver to (respectively) register for and enable those reports.

The third patch is the driver itself.  The major and minor axis
lengths use what the device sends, and the units for those are
larger than for the touch resolution.  I'm not sure how hard a
rule it is that those be in surface units.

 drivers/hid/Kconfig           |   10 +
 drivers/hid/Makefile          |    1 +
 drivers/hid/hid-core.c        |    4 +-
 drivers/hid/hid-ids.h         |    1 +
 drivers/hid/hid-magicmouse.c  |  395 +++++++++++++++++++++++++++++++++++++++++
 drivers/hid/usbhid/hid-core.c |   23 +++
 include/linux/hid.h           |    5 +
 net/bluetooth/hidp/core.c     |   25 +++
 8 files changed, 463 insertions(+), 1 deletions(-)


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-01-25  5:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-01-25  5:04 [RFC PATCH 0/3] Support Apple Magic Mouse Michael Poole
2010-01-25  5:04 ` [RFC PATCH 1/3] Export hid_register_report() Michael Poole
2010-01-25  5:04   ` [RFC PATCH 2/3] Add a hid_ll_driver.hid_set_report() function Michael Poole
2010-01-25  5:04     ` [RFC PATCH 3/3] Add a device driver for the Apple Magic Mouse Michael Poole

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).