Re: [PATCH] Input: Add "Share" button to Microsoft Xbox One controller.

2021-02-27 Thread Cameron Gutman
On 2/25/21 12:26 AM, Dmitry Torokhov wrote: > On Wed, Feb 24, 2021 at 08:44:37PM -0800, Chris Ye wrote: >> Hi Dmitry, >> The latest Xbox One X series has this button, I can add a new >> XTYPE_XBOXONE_X and only apply the change to the new type. > > Sounds good to me. Cameron, what do you think? >

Re: [PATCH] Input: Add "Share" button to Microsoft Xbox One controller.

2021-02-24 Thread Dmitry Torokhov
On Wed, Feb 24, 2021 at 08:44:37PM -0800, Chris Ye wrote: > Hi Dmitry, > The latest Xbox One X series has this button, I can add a new > XTYPE_XBOXONE_X and only apply the change to the new type. Sounds good to me. Cameron, what do you think? > The controller supports bluetooth and the HID usage

Re: [PATCH] Input: Add "Share" button to Microsoft Xbox One controller.

2021-02-24 Thread Chris Ye
Hi Dmitry, The latest Xbox One X series has this button, I can add a new XTYPE_XBOXONE_X and only apply the change to the new type. The controller supports bluetooth and the HID usage for this button is consumer 0xB2: 0x05, 0x0C,// Usage Page (Consumer) 0x0A, 0xB2, 0x00, // Usage (Reco

Re: [PATCH] Input: Add "Share" button to Microsoft Xbox One controller.

2021-02-24 Thread Dmitry Torokhov
Hi Chris, On Thu, Feb 25, 2021 at 04:00:32AM +, Chris Ye wrote: > Add "Share" button input capability and input event mapping for > Microsoft Xbox One controller. > Fixed Microsoft Xbox One controller share button not working under USB > connection. > > Signed-off-by: Chris Ye > --- > drive

[PATCH] Input: Add "Share" button to Microsoft Xbox One controller.

2021-02-24 Thread Chris Ye
Add "Share" button input capability and input event mapping for Microsoft Xbox One controller. Fixed Microsoft Xbox One controller share button not working under USB connection. Signed-off-by: Chris Ye --- drivers/input/joystick/xpad.c | 16 ++-- 1 file changed, 14 insertions(+), 2 d

[PATCH] Input: Add "Share" button to Microsoft Xbox One controller.

2021-02-24 Thread Chris Ye
Add "Share" button input capability and input event mapping for Microsoft Xbox One controller. Fixed Microsoft Xbox One controller share button not working under USB connection. Signed-off-by: Chris Ye --- drivers/input/joystick/xpad.c | 16 ++-- 1 file changed, 14 insertions(+), 2 d