[PATCH v2] HID: usbhid: quirk for N-Trig DuoSense Touch Screen

2013-08-30 Thread Vasily Titskiy
The DuoSense touchscreen device causes a 10 second timeout. This fix removes the delay. Signed-off-by: Vasily Titskiy --- 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

Re: [PATCH] HID: usbhid: quirk for N-Trig DuoSense Touch Screen

2013-08-30 Thread Vasily Titskiy
Hi, I've re-tested it with HID_QUIRK_NO_INIT_REPORTS parameter. Looks fine, still no delays. Shoud I re-format & re-submit the patch? Vasily Titskiy On Fri, Aug 30, 2013 at 3:18 PM, Benjamin Tissoires wrote: > Hi, > > first, for the next submission, do not forget to add

[PATCH] HID: usbhid: quirk for N-Trig DuoSense Touch Screen

2013-08-30 Thread Vasily Titskiy
The DuoSense touchscreen device causes a 10 second timeout. This fix removes the delay. Signed-off-by: Vasily Titskiy --- drivers/hid/hid-ids.h |2 ++ drivers/hid/usbhid/hid-quirks.c |3 +++ 2 files changed, 5 insertions(+) diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid

[PATCH] HID: usbhid: quirk for N-Trig DuoSense Touch Screen

2013-08-30 Thread Vasily Titskiy
The DuoSense touchscreen device causes a 10 second timeout. This fix removes the delay. Signed-off-by: Vasily Titskiy qeh...@gmail.com --- drivers/hid/hid-ids.h |2 ++ drivers/hid/usbhid/hid-quirks.c |3 +++ 2 files changed, 5 insertions(+) diff --git a/drivers/hid/hid-ids.h b

Re: [PATCH] HID: usbhid: quirk for N-Trig DuoSense Touch Screen

2013-08-30 Thread Vasily Titskiy
Hi, I've re-tested it with HID_QUIRK_NO_INIT_REPORTS parameter. Looks fine, still no delays. Shoud I re-format re-submit the patch? Vasily Titskiy On Fri, Aug 30, 2013 at 3:18 PM, Benjamin Tissoires benjamin.tissoi...@gmail.com wrote: Hi, first, for the next submission, do not forget

[PATCH v2] HID: usbhid: quirk for N-Trig DuoSense Touch Screen

2013-08-30 Thread Vasily Titskiy
The DuoSense touchscreen device causes a 10 second timeout. This fix removes the delay. Signed-off-by: Vasily Titskiy qeh...@gmail.com --- 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