lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 8 Sep 2014 14:18:19 -0700
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Frank Razenberg <frank@...ttack.org>
Cc:	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] input: make xpad recognize Razer Sabertooth as 360
 controller

On Mon, Sep 08, 2014 at 07:45:10PM +0200, Frank Razenberg wrote:
> The xpad driver recognizes Razer Sabertooth controllers as generic
> xbox controller, while it is really a 360 controller.
> This patch adds pid/vid mappings for the controller so that it is
> correctly recognized.
> 
> Signed-off-by: Frank Razenberg <frank@...ttack.org>
> ---
> diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c
> index 177602cf7079..113e30feadf9 100644
> --- a/drivers/input/joystick/xpad.c
> +++ b/drivers/input/joystick/xpad.c
> @@ -171,6 +171,7 @@ static const struct xpad_device {
>         { 0x146b, 0x0601, "BigBen Interactive XBOX 360 Controller", 0,
> XTYPE_XBOX360 },
>         { 0x1689, 0xfd00, "Razer Onza Tournament Edition", 0, XTYPE_XBOX360
> },
>         { 0x1689, 0xfd01, "Razer Onza Classic Edition", 0, XTYPE_XBOX360 },
> +       { 0x24c6, 0x5d04, "Razer Sabertooth", 0, XTYPE_XBOX360 },
>         { 0x1bad, 0x0002, "Harmonix Rock Band Guitar", 0, XTYPE_XBOX360 },
>         { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit",
> MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
>         { 0x1bad, 0xf016, "Mad Catz Xbox 360 Controller", 0, XTYPE_XBOX360
> },

Applied, although next time please make sure your mailer does not mangle
the patch (it came to me line-wrapped with tabs replaced by spaces).

Thanks.

-- 
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ