Adds additional PID for the Lenovo Legion Go detachable controllers. A recent firmware update for the Lenovo Legion Go Controller MCU enabled interoperability between it and the upcoming Lenovo Legion Go 2 controllers. As part of this change the PID was changed to 0x61eb. This is the same PID that will be used by the Legion Go 2 when it ships. Signed-off-by: Derek J. Clark <derekjohn.clark@xxxxxxxxx> --- drivers/input/joystick/xpad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c index c066a4da7c14..0baceea33a26 100644 --- a/drivers/input/joystick/xpad.c +++ b/drivers/input/joystick/xpad.c @@ -318,6 +318,7 @@ static const struct xpad_device { { 0x1689, 0xfd01, "Razer Onza Classic Edition", 0, XTYPE_XBOX360 }, { 0x1689, 0xfe00, "Razer Sabertooth", 0, XTYPE_XBOX360 }, { 0x17ef, 0x6182, "Lenovo Legion Controller for Windows", 0, XTYPE_XBOX360 }, + { 0x17ef, 0x61eb, "Lenovo Legion Controller for Windows", 0, XTYPE_XBOX360 }, { 0x1949, 0x041a, "Amazon Game Controller", 0, XTYPE_XBOX360 }, { 0x1a86, 0xe310, "Legion Go S", 0, XTYPE_XBOX360 }, { 0x1bad, 0x0002, "Harmonix Rock Band Guitar", 0, XTYPE_XBOX360 }, -- 2.50.1