Linux Input/HID development
 help / color / mirror / Atom feed
From: Frank Praznik <frank.praznik@oh.rr.com>
To: linux-input@vger.kernel.org
Cc: Jiri Kosina <jkosina@suse.cz>
Subject: [PATCH 0/4] HID: sony: Additional fixes and improvements for the Dualshock 4
Date: Thu, 16 Jan 2014 21:42:17 -0500 (EST)	[thread overview]
Message-ID: <alpine.DEB.2.10.1401162110240.15779@franz-virtual-machine> (raw)

These series of patches makes some fixes and improvements to the Dualshock 
4 driver.

There seems to be an issue in Bluez that prevents these controllers from 
connecting via bluetooth, so rumble and LED support for Bluetooth devices 
is currently missing from the driver since it can't be tested. The 
first two patches will make it easier to add these capabilities later once 
the issues are fixed. 

The first patch adds separate identifiers for USB and Bluetooth connected 
controllers as they each require different report formats when 
communicating with the controller.

The second changes the dualshock4_worker function to use the standard HID 
output report system to write data to the controller instead of using a 
raw packet. Thanks to Simon Mungewell for the concept code.

The third patch is just minor cosmetic fixes.

The fourth patch adds support for the accelerometers and gyroscope 
sensors. To do this, a modified HID descriptor is used instead of the 
defauly with additional usage fields to map the 6 signed short values to axes.

             reply	other threads:[~2014-01-17  2:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-17  2:42 Frank Praznik [this message]
2014-01-17  9:48 ` [PATCH 0/4] HID: sony: Additional fixes and improvements for the Dualshock 4 Jiri Kosina
2014-01-17 11:38 ` Antonio Ospite

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=alpine.DEB.2.10.1401162110240.15779@franz-virtual-machine \
    --to=frank.praznik@oh.rr.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox