Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-22 Thread Benjamin Tissoires
Hi Reyad, On Wed, Jan 22, 2014 at 12:05 AM, Reyad Attiyat wrote: > Hello Benjamin, > >>> >>> Hi, >>> >>> Thanks for reminding me of hid_have_special_driver[]. I noticed that >>> this device has the HID_DG_CONTACTID and in the comment of the >>> hid_have_sepcial_driver[] >>> >>> * Please note

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-22 Thread Jiri Kosina
On Tue, 21 Jan 2014, Benjamin Tissoires wrote: > > From 291742873dcf181faf9657b41279487f31302c73 Mon Sep 17 00:00:00 2001 > > From: Reyad Attiyat > > Date: Tue, 21 Jan 2014 01:22:25 -0600 > > Subject: [PATCH 1/1] Added in HID's for Microsoft Surface Type/Touch cover > > 2. > > This is to fix

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-22 Thread Jiri Kosina
On Tue, 21 Jan 2014, Benjamin Tissoires wrote: From 291742873dcf181faf9657b41279487f31302c73 Mon Sep 17 00:00:00 2001 From: Reyad Attiyat reyad.atti...@gmail.com Date: Tue, 21 Jan 2014 01:22:25 -0600 Subject: [PATCH 1/1] Added in HID's for Microsoft Surface Type/Touch cover 2. This

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-22 Thread Benjamin Tissoires
Hi Reyad, On Wed, Jan 22, 2014 at 12:05 AM, Reyad Attiyat reyad.atti...@gmail.com wrote: Hello Benjamin, Hi, Thanks for reminding me of hid_have_special_driver[]. I noticed that this device has the HID_DG_CONTACTID and in the comment of the hid_have_sepcial_driver[] * Please note that

RE: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-21 Thread Reyad Attiyat
Hello Benjamin, >> >> Hi, >> >> Thanks for reminding me of hid_have_special_driver[]. I noticed that >> this device has the HID_DG_CONTACTID and in the comment of the >> hid_have_sepcial_driver[] >> >> * Please note that for multitouch devices (driven by hid-multitouch driver), >> * there is a

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-21 Thread Benjamin Tissoires
Hi Reyad, On Tue, Jan 21, 2014 at 2:33 AM, Reyad Attiyat wrote: > On Tue, Jan 21, 2014 at 12:47 AM, Jiri Kosina wrote: >> On Mon, 20 Jan 2014, Reyad Attiyat wrote: >> >>> The below patch fixes a bug 64811 >>> (https://bugzilla.kernel.org/show_bug.cgi?id=64811) of the Microsoft >>> Surface

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-21 Thread Benjamin Tissoires
Hi Reyad, On Tue, Jan 21, 2014 at 2:33 AM, Reyad Attiyat reyad.atti...@gmail.com wrote: On Tue, Jan 21, 2014 at 12:47 AM, Jiri Kosina jkos...@suse.cz wrote: On Mon, 20 Jan 2014, Reyad Attiyat wrote: The below patch fixes a bug 64811 (https://bugzilla.kernel.org/show_bug.cgi?id=64811) of the

RE: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-21 Thread Reyad Attiyat
Hello Benjamin, Hi, Thanks for reminding me of hid_have_special_driver[]. I noticed that this device has the HID_DG_CONTACTID and in the comment of the hid_have_sepcial_driver[] * Please note that for multitouch devices (driven by hid-multitouch driver), * there is a proper autodetection

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-20 Thread Reyad Attiyat
On Tue, Jan 21, 2014 at 12:47 AM, Jiri Kosina wrote: > On Mon, 20 Jan 2014, Reyad Attiyat wrote: > >> The below patch fixes a bug 64811 >> (https://bugzilla.kernel.org/show_bug.cgi?id=64811) of the Microsoft >> Surface Type/Touch cover 2 devices being detected as a multitouch >> device. >> The

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-20 Thread Jiri Kosina
On Mon, 20 Jan 2014, Reyad Attiyat wrote: > The below patch fixes a bug 64811 > (https://bugzilla.kernel.org/show_bug.cgi?id=64811) of the Microsoft > Surface Type/Touch cover 2 devices being detected as a multitouch > device. > The fix adds the HID of the two devices to hid-microsoft driver.

[PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-20 Thread Reyad Attiyat
The below patch fixes a bug 64811 (https://bugzilla.kernel.org/show_bug.cgi?id=64811) of the Microsoft Surface Type/Touch cover 2 devices being detected as a multitouch device. The fix adds the HID of the two devices to hid-microsoft driver. This ensures that hid-input will eventually be used for

[PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-20 Thread Reyad Attiyat
The below patch fixes a bug 64811 (https://bugzilla.kernel.org/show_bug.cgi?id=64811) of the Microsoft Surface Type/Touch cover 2 devices being detected as a multitouch device. The fix adds the HID of the two devices to hid-microsoft driver. This ensures that hid-input will eventually be used for

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-20 Thread Jiri Kosina
On Mon, 20 Jan 2014, Reyad Attiyat wrote: The below patch fixes a bug 64811 (https://bugzilla.kernel.org/show_bug.cgi?id=64811) of the Microsoft Surface Type/Touch cover 2 devices being detected as a multitouch device. The fix adds the HID of the two devices to hid-microsoft driver. This

Re: [PATCH] Add HID's to hid-microsoft driver of Surface Type/Touch Cover 2 to fix bug

2014-01-20 Thread Reyad Attiyat
On Tue, Jan 21, 2014 at 12:47 AM, Jiri Kosina jkos...@suse.cz wrote: On Mon, 20 Jan 2014, Reyad Attiyat wrote: The below patch fixes a bug 64811 (https://bugzilla.kernel.org/show_bug.cgi?id=64811) of the Microsoft Surface Type/Touch cover 2 devices being detected as a multitouch device. The