All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] Extended Wiimote Support
@ 2011-08-29 13:37 David Herrmann
  2011-08-29 13:37 ` [PATCH 01/14] HID: wiimote: Support rumble device David Herrmann
                   ` (13 more replies)
  0 siblings, 14 replies; 17+ messages in thread
From: David Herrmann @ 2011-08-29 13:37 UTC (permalink / raw)
  To: linux-input; +Cc: jkosina, padovan, oliver, David Herrmann

Hi

This adds support for accelerometer, IR-cam, force-feedback and battery-requests
of the wiimote.
Input support is split into 3 devices to allow huge power-savings on the
wiimote. As extension support must add at least 2 new input devices since the
ABS_XY ids are needed, I thought adding 2 more for accelerometer and IR doesn't
bother that much, but helps saving lots of power of the wiimote.

This patchset basically just extends the current driver with trivial DRM-modes
and further input reports. The only new _more complex_ feature is probably the
stream-locking/unlocking for synchronous requests.

For userspace tools, see (as always): http://github.com/dvdhrm/xwiimote

Thanks for reviewing,
David

David Herrmann (14):
  HID: wiimote: Support rumble device
  HID: wiimote: Add force-feedback support
  HID: wiimote: Add accelerometer input device
  HID: wiimote: Parse accelerometer data
  HID: wiimote: Add IR input device
  HID: wiimote: Parse IR data
  HID: wiimote: Add missing extension DRM handlers
  HID: wiimote: Add register/eeprom memory support
  HID: wiimote: Helper functions for synchronous requests
  HID: wiimote: Add write-register helpers
  HID: wiimote: Add IR initializer
  HID: wiimote: Initialize IR cam on request
  HID: wiimote: Add status request
  HID: wiimote: Read wiimote battery charge level

 Documentation/ABI/testing/sysfs-driver-hid-wiimote |    8 +
 drivers/hid/hid-wiimote.c                          |  776 +++++++++++++++++++-
 2 files changed, 768 insertions(+), 16 deletions(-)

-- 
1.7.6.1


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

end of thread, other threads:[~2011-08-29 14:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-29 13:37 [PATCH 00/14] Extended Wiimote Support David Herrmann
2011-08-29 13:37 ` [PATCH 01/14] HID: wiimote: Support rumble device David Herrmann
2011-08-29 13:37 ` [PATCH 02/14] HID: wiimote: Add force-feedback support David Herrmann
2011-08-29 13:38 ` [PATCH 03/14] HID: wiimote: Add accelerometer input device David Herrmann
2011-08-29 13:38 ` [PATCH 04/14] HID: wiimote: Parse accelerometer data David Herrmann
2011-08-29 13:38 ` [PATCH 05/14] HID: wiimote: Add IR input device David Herrmann
2011-08-29 13:38 ` [PATCH 06/14] HID: wiimote: Parse IR data David Herrmann
2011-08-29 13:38 ` [PATCH 07/14] HID: wiimote: Add missing extension DRM handlers David Herrmann
2011-08-29 13:38 ` [PATCH 08/14] HID: wiimote: Add register/eeprom memory support David Herrmann
2011-08-29 13:38 ` [PATCH 09/14] HID: wiimote: Helper functions for synchronous requests David Herrmann
2011-08-29 13:38 ` [PATCH 10/14] HID: wiimote: Add write-register helpers David Herrmann
2011-08-29 13:38 ` [PATCH 11/14] HID: wiimote: Add IR initializer David Herrmann
2011-08-29 13:38 ` [PATCH 12/14] HID: wiimote: Initialize IR cam on request David Herrmann
2011-08-29 13:38 ` [PATCH 13/14] HID: wiimote: Add status request David Herrmann
2011-08-29 13:38 ` [PATCH 14/14] HID: wiimote: Read wiimote battery charge level David Herrmann
2011-08-29 14:28   ` Oliver Neukum
2011-08-29 14:41     ` David Herrmann

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.