All of lore.kernel.org
 help / color / mirror / Atom feed
From: Pavel Rojtberg <rojtberg@gmail.com>
To: linux-input@vger.kernel.org, pgriffais@valvesoftware.com,
	dmitry.torokhov@gmail.com, gregkh@linuxfoundation.org
Subject: Re: [PATCH 0/8] Input: xpad: fix wireless pad connection and URB out
Date: Sat, 25 Jul 2015 12:55:14 +0200	[thread overview]
Message-ID: <55B36B12.2030206@gmail.com> (raw)
In-Reply-To: <CA+b0ujev6m0Bpzyj6tJ2-hjf1vudRAkfVyacMb=uV8t6ZKr0dg@mail.gmail.com>

feel free to ask for details. If you have no objections, please merge.

Am 25.07.2015 um 12:51 schrieb Pavel Rojtberg:
> feel free to ask for details. If you have no objections, please merge.
>
> Pavel Rojtberg <rojtberg@gmail.com <mailto:rojtberg@gmail.com>> 
> schrieb am Sa., 11. Juli 2015 um 01:48 Uhr:
>
>     From: Pavel Rojtberg <rojtberg@gmail.com <mailto:rojtberg@gmail.com>>
>
>     This series tries to finish the work of:
>     http://www.spinics.net/lists/linux-input/msg29445.html
>     Citing the original submission:
>     Rework the xpad driver to fix the issue where when a wireless xpad
>     controller
>     is plugged in, 4 joystick devices are created, no matter how many
>     are really
>     attached to the system.
>     This is done by dynamically creating the devices only when they
>     are found
>     by the wireless receiver.
>     Along the way all usages of the out URB were guarded by the mutex
>     and a
>     active flag was introduced to prevent usage while active.
>     This makes outbound communication more robust. (LED, FF, presence
>     query)
>
>     Patches 1-2 clean up the x360 LED code after:
>     http://www.spinics.net/lists/linux-input/msg39147.html
>     partifularly the LED command on x360w pads is not submitted twice
>     any more.
>     They are the same as already submitted here:
>     http://www.spinics.net/lists/linux-input/msg39438.html
>
>     Patches 3-6 implement the actual "on demand" creation/ deletion of
>     input
>     devices. To this end pad enumeration had to be changed from an
>     monotonic
>     counter to a bitmask based counter. See Patch 6 for rationale.
>
>     Patches 7-8 prevent sending active URBs. This was alrady an issue
>     before, but
>     is now more pressing as we always send the query packet on driver
>     load. (x360w)
>
>     Pavel Rojtberg (6):
>       Input: xpad: clarify LED enumeration
>       Input: xpad: remove bulk out URB
>       Input: xpad: query Wireless controller state at init
>       Input: xpad: use bitmask for finding the pad_nr
>       Input: xpad: factor out URB submission in xpad_play_effect
>       Input: xpad: do not submit active URBs
>
>     Pierre-Loup A. Griffais (2):
>       Input: xpad: move the input device creation to a new function
>       Input: xpad: handle "present" and "gone" correctly
>
>      xpad.c | 539
>     +++++++++++++++++++++++++++++++++++------------------------------
>      1 file changed, 290 insertions(+), 249 deletions(-)
>
>     --
>     1.9.1
>


      parent reply	other threads:[~2015-07-25 10:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-10 23:47 [PATCH 0/8] Input: xpad: fix wireless pad connection and URB out Pavel Rojtberg
2015-07-10 23:47 ` [PATCH 1/8] Input: xpad: clarify LED enumeration Pavel Rojtberg
2015-07-10 23:47 ` [PATCH 2/8] Input: xpad: remove bulk out URB Pavel Rojtberg
2015-07-10 23:47 ` [PATCH 3/8] Input: xpad: move the input device creation to a new function Pavel Rojtberg
2015-07-10 23:47 ` [PATCH 4/8] Input: xpad: query Wireless controller state at init Pavel Rojtberg
2015-07-30  6:57   ` Dmitry Torokhov
2015-07-10 23:47 ` [PATCH 5/8] Input: xpad: handle "present" and "gone" correctly Pavel Rojtberg
2015-07-30  7:06   ` Dmitry Torokhov
2015-07-10 23:47 ` [PATCH 6/8] Input: xpad: use bitmask for finding the pad_nr Pavel Rojtberg
2015-07-30  6:55   ` Dmitry Torokhov
2015-07-31 12:46     ` Pavel Rojtberg
2015-07-10 23:47 ` [PATCH 7/8] Input: xpad: factor out URB submission in xpad_play_effect Pavel Rojtberg
2015-07-10 23:47 ` [PATCH 8/8] Input: xpad: do not submit active URBs Pavel Rojtberg
2015-07-30  6:59   ` Dmitry Torokhov
2015-07-31 13:08     ` Pavel Rojtberg
     [not found] ` <CA+b0ujev6m0Bpzyj6tJ2-hjf1vudRAkfVyacMb=uV8t6ZKr0dg@mail.gmail.com>
2015-07-25 10:55   ` Pavel Rojtberg [this message]

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=55B36B12.2030206@gmail.com \
    --to=rojtberg@gmail.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-input@vger.kernel.org \
    --cc=pgriffais@valvesoftware.com \
    /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 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.