On Fri, 30 Aug 2013, Vasily Titskiy wrote: > The DuoSense touchscreen device causes a 10 second timeout. This fix > removes the delay. > > Signed-off-by: Vasily Titskiy <qehgt0@xxxxxxxxx> > --- > 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 2168885..376170e 100644 > --- a/drivers/hid/hid-ids.h > +++ b/drivers/hid/hid-ids.h > @@ -646,6 +646,7 @@ > #define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_16 0x0012 > #define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_17 0x0013 > #define USB_DEVICE_ID_NTRIG_TOUCH_SCREEN_18 0x0014 > +#define USB_DEVICE_ID_NTRIG_DUOSENSE 0x1500 > > #define USB_VENDOR_ID_ONTRAK 0x0a07 > #define USB_DEVICE_ID_ONTRAK_ADU100 0x0064 > diff --git a/drivers/hid/usbhid/hid-quirks.c b/drivers/hid/usbhid/hid-quirks.c > index 19b8360..1671b47 100644 > --- a/drivers/hid/usbhid/hid-quirks.c > +++ b/drivers/hid/usbhid/hid-quirks.c > @@ -109,6 +109,7 @@ static const struct hid_blacklist { > { USB_VENDOR_ID_SIGMA_MICRO, USB_DEVICE_ID_SIGMA_MICRO_KEYBOARD, > HID_QUIRK_NO_INIT_REPORTS }, > { USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_MOUSEPEN_I608X, > HID_QUIRK_MULTI_INPUT }, > { USB_VENDOR_ID_KYE, USB_DEVICE_ID_KYE_EASYPEN_M610X, HID_QUIRK_MULTI_INPUT }, > + { USB_VENDOR_ID_NTRIG, USB_DEVICE_ID_NTRIG_DUOSENSE, > HID_QUIRK_NO_INIT_REPORTS }, > { 0, 0 } > }; Vasily, your mail client is line-wrapping text, which causes corrupted patches. I have fixed it up and applied, but please keep that in mind for your future submissions. Thanks, -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html