Re: [PATCH] input/hid: Add a new Saitek mouse device ID (RAT 9)

2016-08-02 Thread Jiri Kosina
On Mon, 1 Aug 2016, Benjamin Tissoires wrote: > > static int hid_uevent(struct device *dev, struct kobj_uevent_env *env) > > { > > - struct hid_device *hdev = to_hid_device(dev); > > + struct hid_device *hdev = to_hid_device(dev); > > Usually, if the change is not related to the patch, i

Re: [PATCH] input/hid: Add a new Saitek mouse device ID (RAT 9)

2016-08-02 Thread Mayeul Cantan
Hi Benjamin, 2016-08-01 11:21 GMT+02:00 Benjamin Tissoires : > > Hi Mayeul, > > On Jul 30 2016 or thereabouts, Mayeul Cantan wrote: > > From: Mayeul Cantan > > > > The new device has 06a3:0cfa as identifiers, and the same quirks as the > > other RAT models. It needs this fix in order not to confu

Re: [PATCH] input/hid: Add a new Saitek mouse device ID (RAT 9)

2016-08-01 Thread Benjamin Tissoires
Hi Mayeul, On Jul 30 2016 or thereabouts, Mayeul Cantan wrote: > From: Mayeul Cantan > > The new device has 06a3:0cfa as identifiers, and the same quirks as the > other RAT models. It needs this fix in order not to confuse the xorg server > with its tristate button, which is reported as three di

[PATCH] input/hid: Add a new Saitek mouse device ID (RAT 9)

2016-07-30 Thread Mayeul Cantan
From: Mayeul Cantan The new device has 06a3:0cfa as identifiers, and the same quirks as the other RAT models. It needs this fix in order not to confuse the xorg server with its tristate button, which is reported as three different buttons, one of which is always on. This commit also fixes a small