linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 0/7] HID: sony: More Sony controller fixes and improvements.
@ 2014-04-14 14:11 Frank Praznik
  2014-04-14 14:11 ` [PATCH v5 1/7] HID: sony: Use inliners for work queue initialization and cancellation Frank Praznik
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Frank Praznik @ 2014-04-14 14:11 UTC (permalink / raw)
  To: linux-input; +Cc: jkosina, simon, Frank Praznik

v5 has the following changes:

 -Addresses some usability issues with the hardware blink support in the LED
  code. The Sixaxis has some odd behavior where, on USB, the controller
  overrides user LED settings and blinks the whole light bar until the PS button
  is pushed.  The new patch doesn't filter redundant state for the Sixaxis on
  USB so the blinking can be stopped by the user without having to toggle the
  state of an LED that is already set correctly.
  
 -The new patch adds a 'global' LED to the DualShock 4 for synchronously
  controlling the whole light bar and setting hardware blink rate.  Under the
  old system where all of the LEDs mapped to one global blink rate triggers
  would constantly override each other if different ones were assigned to
  different color LEDs and triggers that run their own timers and adjust the
  brightness directly couldn't be synchronously applied to the whole light bar.
  Now, the global LED controls the hardware blink rate and can synchronously
  toggle the state of the whole light bar without disturbing the individual
  colors.  Additionally, if the user wants to apply different triggers to
  the individual colors, that works as well.
  
 -A patch from Simon Wood is included to fix a glitch with a third-party INTEC
  controllers where the LEDs would blink when they were set to 'all-off'.

These are made to be applied on top of the latest code in
jikos/hid.git/for-3.15/upstream

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

end of thread, other threads:[~2014-04-24 16:56 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 14:11 [PATCH v5 0/7] HID: sony: More Sony controller fixes and improvements Frank Praznik
2014-04-14 14:11 ` [PATCH v5 1/7] HID: sony: Use inliners for work queue initialization and cancellation Frank Praznik
2014-04-14 14:11 ` [PATCH v5 2/7] HID: sony: Use a struct for the Sixaxis output report Frank Praznik
2014-04-14 14:11 ` [PATCH v5 3/7] HID: sony: Convert startup and shutdown functions to use a uniform parameter type Frank Praznik
2014-04-14 14:11 ` [PATCH v5 4/7] HID: sony: Use the controller Bluetooth MAC address as the unique value in the battery name string Frank Praznik
2014-04-14 14:11 ` [PATCH v5 5/7] HID: sony: Initialize the controller LEDs with a device ID value Frank Praznik
2014-04-14 14:11 ` [PATCH v5 6/7] HID: sony: Add blink support to the Sixaxis and DualShock 4 LEDs Frank Praznik
2014-04-14 14:11 ` [PATCH v5 7/7] HID: hid-sony - allow 3rd party INTEC controller to turn off all leds Frank Praznik
2014-04-18 17:24 ` [PATCH v5 0/7] HID: sony: More Sony controller fixes and improvements simon
2014-04-24 16:56 ` Jiri Kosina

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