[PATCH] HID: usbhid: enable always-poll quirk for Elan Touchscreen 0103

2014-10-31 Thread Adel Gadllah
Yet another device that needs this quirk. Reported-by: Tanguy de Baritault Signed-off-by: Adel Gadllah --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index e23ab8b

Re: [PATCHv3 1/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-27 Thread Adel Gadllah
Am 09.10.2014 um 09:29 schrieb Adel Gadllah: Currently this quirk is enabled for the model with the device id 0x0089, it is needed for the 0x009b model, which is found on the Fujitsu Lifebook u904 as well. Signed-off-by: Adel Gadllah --- drivers/usb/core/quirks.c | 3 +++ 1 file changed, 3

[PATCHv3 1/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-09 Thread Adel Gadllah
Currently this quirk is enabled for the model with the device id 0x0089, it is needed for the 0x009b model, which is found on the Fujitsu Lifebook u904 as well. Signed-off-by: Adel Gadllah --- drivers/usb/core/quirks.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/core

[PATCHv3 2/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-09 Thread Adel Gadllah
Yet another device affected by this. Tested-by: Kevin Fenzi Signed-off-by: Adel Gadllah --- drivers/usb/core/quirks.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index b40c2c1..e6091e8 100644 --- a/drivers/usb/core/quirks.c +++ b

Re: [PATCHv2 1/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-09 Thread Adel Gadllah
Am 09.10.2014 um 09:19 schrieb Johan Hovold: On Thu, Oct 09, 2014 at 08:03:22AM +0200, Adel Gadllah wrote: Currently this quirk is enabled for the model with the device id 0x0089, it is needed for the 0x009b model, which is found on the Fujitsu Lifebook u904 as well. Signed-off-by: Adel

Re: [PATCH 1/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-08 Thread Adel Gadllah
Am 09.10.2014 um 05:38 schrieb Lars Melin: On 2014-10-09 02:23, Adel Gadllah wrote: Yet another device affected by this. Tested-by: Kevin Fenzi Signed-off-by: Adel Gadllah --- drivers/usb/core/quirks.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/core/quirks.c b

[PATCHv2 1/2] HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b

2014-10-08 Thread Adel Gadllah
This device needs the quirk as well. Signed-off-by: Adel Gadllah --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 79b966d..2c3c4d3 100644 --- a/drivers/hid/hid

[PATCHv2 2/2] HID: usbhid: enable always-poll quirk for Elan Touchscreen 016f

2014-10-08 Thread Adel Gadllah
This device needs the quirk as well. Tested-by: Kevin Fenzi Signed-off-by: Adel Gadllah --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 2c3c4d3..fbdef74 100644

[PATCHv2 0/2] HID: usbhid: enable always-poll quirk for other Elan Touchscreen

2014-10-08 Thread Adel Gadllah
Hi, This adds two devices that needs the always-poll quirk to the list. Adel Gadllah (2): HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b HID: usbhid: enable always-poll quirk for Elan Touchscreen 016f drivers/hid/hid-ids.h | 2 ++ drivers/hid/usbhid/hid-quirks.c

[PATCHv2 2/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-08 Thread Adel Gadllah
Yet another device affected by this. Tested-by: Kevin Fenzi Signed-off-by: Adel Gadllah --- drivers/usb/core/quirks.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 92125f9..5a392e3 100644 --- a/drivers/usb/core/quirks.c

[PATCHv2 1/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-08 Thread Adel Gadllah
Currently this quirk is enabled for the model with the device id 0x0089, it is needed for the 0x009b model, which is found on the Fujitsu Lifebook u904 as well. Signed-off-by: Adel Gadllah --- drivers/usb/core/quirks.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/core

[PATCHv2 0/2] enable device-qualifier quirk for another Elan touchscreen

2014-10-08 Thread Adel Gadllah
Adds two devices to the quirk list, this time with correct ordering. Adel Gadllah (2): USB: quirks: enable device-qualifier quirk for another Elan touchscreen USB: quirks: enable device-qualifier quirk for another Elan touchscreen drivers/usb/core/quirks.c | 8 1 file

[PATCH 2/2] HID: usbhid: enable always-poll quirk for Elan Touchscreen 016f

2014-10-08 Thread Adel Gadllah
This device needs the quirk as well. Tested-by: Kevin Fenzi Signed-off-by: Adel Gadllah --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 2c3c4d3..fbdef74 100644

[PATCH 1/2] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-08 Thread Adel Gadllah
Yet another device affected by this. Tested-by: Kevin Fenzi Signed-off-by: Adel Gadllah --- drivers/usb/core/quirks.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c index 92125f9..cbbe701 100644 --- a/drivers/usb/core/quirks.c

[PATCH 0/2] Add one more elan touch screen to quirk list

2014-10-08 Thread Adel Gadllah
Hi, Here is yet another device that need those quirks. See: https://bugzilla.redhat.com/show_bug.cgi?id=1149509 Adel Gadllah (2): USB: quirks: enable device-qualifier quirk for another Elan touchscreen HID: usbhid: enable always-poll quirk for Elan Touchscreen 016f drivers/hid/hid

[PATCH] HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b

2014-10-06 Thread Adel Gadllah
This device needs the quirk as well. Signed-off-by: Adel Gadllah --- drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 79b966d..2c3c4d3 100644 --- a/drivers/hid/hid

[PATCH] HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b

2014-10-06 Thread Adel Gadllah
This is based on Johan's patches that add the quirk. It need is needed for this device as well. Adel Gadllah (1): HID: usbhid: enable always-poll quirk for Elan Touchscreen 009b drivers/hid/hid-ids.h | 1 + drivers/hid/usbhid/hid-quirks.c | 1 + 2 files changed, 2 inser

Re: [PATCH] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-06 Thread Adel Gadllah
Hi, This extends the patch set from Johan which introduced the quirk and applied it to the usb device 0x04f3, 0x0089. I have similar symptoms on my device during boot up (long delay, -71 errors). I didn't expirence any disconnects though so the second quirk (always poll) does not appear to be

[PATCH] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-05 Thread Adel Gadllah
Currently this quirk is enabled for the model with the device id 0x0089, it is needed for the 0x009b model, which is found on the Fujitsu Lifebook u904 as well. Signed-off-by: Adel Gadllah --- drivers/usb/core/quirks.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/core

[PATCH] USB: quirks: enable device-qualifier quirk for another Elan touchscreen

2014-10-05 Thread Adel Gadllah
to be needed here. Please CC me on replies. Thanks, Adel Adel Gadllah (1): USB: quirks: enable device-qualifier quirk for another Elan touchscreen drivers/usb/core/quirks.c | 4 1 file changed, 4 insertions(+) -- 1.9.3 -- To unsubscribe from this list: send the line "unsubsc