mbox series

[v2,0/3] Input: xpad - sync with github fork

Message ID 20220418114022.23673-1-rojtberg@gmail.com (mailing list archive)
Headers show
Series Input: xpad - sync with github fork | expand

Message

Pavel Rojtberg April 18, 2022, 11:40 a.m. UTC
From: Pavel Rojtberg <rojtberg@gmail.com>

This upstreams some changes contributed on github.
The first patch merely updates the list of supported devices.
Compared to github and v1, sorting of the lists is preserved.

The remaining patches improve xbox360w gamepad support.
Those were verified by me, as I own that device.

Cameron Gutman (1):
  Input: xpad - fix wireless 360 controller breaking after suspend

Pavel Rojtberg (1):
  Input: xpad - add supported devices as contributed on github

Santosh De Massari (1):
  Input: xpad - Poweroff XBOX360W on mode button long press

 drivers/input/joystick/xpad.c | 33 ++++++++++++++++++++++++++++++++-
 1 file changed, 32 insertions(+), 1 deletion(-)

Comments

Greg KH April 18, 2022, 12:03 p.m. UTC | #1
On Mon, Apr 18, 2022 at 01:40:19PM +0200, Pavel Rojtberg wrote:
> From: Pavel Rojtberg <rojtberg@gmail.com>
> 
> This upstreams some changes contributed on github.
> The first patch merely updates the list of supported devices.
> Compared to github and v1, sorting of the lists is preserved.
> 
> The remaining patches improve xbox360w gamepad support.
> Those were verified by me, as I own that device.
> 
> Cameron Gutman (1):
>   Input: xpad - fix wireless 360 controller breaking after suspend
> 
> Pavel Rojtberg (1):
>   Input: xpad - add supported devices as contributed on github
> 
> Santosh De Massari (1):
>   Input: xpad - Poweroff XBOX360W on mode button long press
> 
>  drivers/input/joystick/xpad.c | 33 ++++++++++++++++++++++++++++++++-
>  1 file changed, 32 insertions(+), 1 deletion(-)
> 
> -- 
> 2.25.1
> 

Hi,

This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
a patch that has triggered this response.  He used to manually respond
to these common problems, but in order to save his sanity (he kept
writing the same thing over and over, yet to different people), I was
created.  Hopefully you will not take offence and will fix the problem
in your patch and resubmit it so that it can be accepted into the Linux
kernel tree.

You are receiving this message because of the following common error(s)
as indicated below:

- This looks like a new version of a previously submitted patch, but you
  did not list below the --- line any changes from the previous version.
  Please read the section entitled "The canonical patch format" in the
  kernel file, Documentation/SubmittingPatches for what needs to be done
  here to properly describe this.

If you wish to discuss this problem further, or you have questions about
how to resolve this issue, please feel free to respond to this email and
Greg will reply once he has dug out from the pending patches received
from other developers.

thanks,

greg k-h's patch email bot
Pavel Rojtberg April 18, 2022, 12:23 p.m. UTC | #2
Am 18.04.22 um 14:03 schrieb Greg KH:
> On Mon, Apr 18, 2022 at 01:40:19PM +0200, Pavel Rojtberg wrote:
>> From: Pavel Rojtberg <rojtberg@gmail.com>
>>
>> This upstreams some changes contributed on github.
>> The first patch merely updates the list of supported devices.
>> Compared to github and v1, sorting of the lists is preserved.
>>
>> The remaining patches improve xbox360w gamepad support.
>> Those were verified by me, as I own that device.
>>
>> Cameron Gutman (1):
>>   Input: xpad - fix wireless 360 controller breaking after suspend
>>
>> Pavel Rojtberg (1):
>>   Input: xpad - add supported devices as contributed on github
>>
>> Santosh De Massari (1):
>>   Input: xpad - Poweroff XBOX360W on mode button long press
>>
>>  drivers/input/joystick/xpad.c | 33 ++++++++++++++++++++++++++++++++-
>>  1 file changed, 32 insertions(+), 1 deletion(-)
>>
>> -- 
>> 2.25.1
>>
> 
> Hi,
> 
> This is the friendly patch-bot of Greg Kroah-Hartman.  You have sent him
> a patch that has triggered this response.  He used to manually respond
> to these common problems, but in order to save his sanity (he kept
> writing the same thing over and over, yet to different people), I was
> created.  Hopefully you will not take offence and will fix the problem
> in your patch and resubmit it so that it can be accepted into the Linux
> kernel tree.
> 
> You are receiving this message because of the following common error(s)
> as indicated below:
> 
> - This looks like a new version of a previously submitted patch, but you
>   did not list below the --- line any changes from the previous version.
>   Please read the section entitled "The canonical patch format" in the
>   kernel file, Documentation/SubmittingPatches for what needs to be done
>   here to properly describe this.
> 
> If you wish to discuss this problem further, or you have questions about
> how to resolve this issue, please feel free to respond to this email and
> Greg will reply once he has dug out from the pending patches received
> from other developers.
> 
> thanks,
> 
> greg k-h's patch email bot

should I spin a v3 to fix this?
Without knowing better, I put the changes to v1 into the cover letter.
Also, PATCH 3 was carried over unchanged.

Greetings, Pavel