[PATCH] input: ff-memless: don't schedule already playing effect to play again

2014-03-02 Thread Felix Rueegg
When an effect with zero replay length, zero replay delay and zero envelope attack length is uploaded, it is played and then scheduled to play again one timer tick later. This triggers a warning (URB submitted while active) in combination with the xpad driver. Skipping the rescheduling of this

Re: [PATCH] input: ff-memless: don't schedule already playing effect to play again

2014-03-02 Thread Elias Vanderstuyft
On Sun, Mar 2, 2014 at 12:35 PM, Felix Rueegg felix.rue...@gmail.com wrote: When an effect with zero replay length, zero replay delay and zero envelope attack length is uploaded, it is played and then scheduled to play again one timer tick later. This triggers a warning (URB submitted while

Re: [PATCH] input: ff-memless: don't schedule already playing effect to play again

2014-03-02 Thread Michal Malý
On Sunday 02 of March 2014 14:17:58 you wrote: On Sun, Mar 2, 2014 at 12:35 PM, Felix Rueegg felix.rue...@gmail.com wrote: When an effect with zero replay length, zero replay delay and zero envelope attack length is uploaded, it is played and then scheduled to play again one timer tick

Fwd: [PATCH] input: ff-memless: don't schedule already playing effect to play again

2014-03-02 Thread Elias Vanderstuyft
-- Forwarded message -- From: Michal Malý madcatxs...@prifuk.cz Date: Sun, Mar 2, 2014 at 2:29 PM Subject: Re: [PATCH] input: ff-memless: don't schedule already playing effect to play again To: Elias Vanderstuyft elias@gmail.com On Sunday 02 of March 2014 14:17:58 you wrote:

Re: [PATCH 0/6] HID: sony: More Sony controller fixes and improvements.

2014-03-02 Thread Frank Praznik
On 3/1/2014 08:53, Antonio Ospite wrote: Hi Frank, On Fri, 28 Feb 2014 22:58:55 -0500 Frank Praznik frank.praz...@oh.rr.com wrote: This set consists of one bugfix, two mostly cosmetic changes and three larger patches for the LED subsystem. Patch #4 adds hardware blink support to the

Re: [PATCH 0/6] HID: sony: More Sony controller fixes and improvements.

2014-03-02 Thread David Herrmann
Hi On Sun, Mar 2, 2014 at 5:26 PM, Frank Praznik frank.praz...@oh.rr.com wrote: On 3/1/2014 08:53, Antonio Ospite wrote: Hi Frank, On Fri, 28 Feb 2014 22:58:55 -0500 Frank Praznik frank.praz...@oh.rr.com wrote: This set consists of one bugfix, two mostly cosmetic changes and three larger

Re: [PATCH 4/6] HID: sony: Add blink support to the LEDs

2014-03-02 Thread Frank Praznik
On 3/1/2014 09:20, Antonio Ospite wrote: Hi Frank, On Fri, 28 Feb 2014 22:58:59 -0500 Frank Praznik frank.praz...@oh.rr.com wrote: Add support for setting the blink rate of the LEDs. The Sixaxis allows control over each individual LED, but the Dualshock 4 only has one global control for the

Re: [PATCH 5/6] HID: sony: Add an led trigger to report controller battery status.

2014-03-02 Thread Frank Praznik
On 2/28/2014 22:59, Frank Praznik wrote: Creates an LED trigger that changes LED behavior depending on the state of the controller battery. The trigger function runs on a 500 millisecond timer and only updates the LEDs if the controller power state has changed or a new device has been added to

Re: [PATCH 6/7] regulator: AXP20x: Add support for regulators subsystem

2014-03-02 Thread Mark Brown
On Sat, Mar 01, 2014 at 05:45:51PM +0100, Carlo Caione wrote: index d59c826..0cef101 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -69,3 +69,4 @@ CONFIG_NFS_FS=y CONFIG_ROOT_NFS=y CONFIG_NLS=y CONFIG_PRINTK_TIME=y +CONFIG_REGULATOR_AXP20X=y If