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 Gadllah <adel.gadllah@xxxxxxxxx> > --- > 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 6da75dd..92125f9 100644 > --- a/drivers/usb/core/quirks.c > +++ b/drivers/usb/core/quirks.c > @@ -97,6 +97,10 @@ static const struct usb_device_id usb_quirk_list[] = { > { USB_DEVICE(0x04f3, 0x0089), .driver_info = > USB_QUIRK_DEVICE_QUALIFIER }, > > + /* Elan Touchscreen */ Is this the iProduct string reported by lsusb also for these two new devices? If so, and we can't figure out the model numbers somehow, you might as well put all three under the current /* Elan Touchscreen */ header. > + { USB_DEVICE(0x04f3, 0x009b), .driver_info = > + USB_QUIRK_DEVICE_QUALIFIER }, > + > /* Roland SC-8820 */ > { USB_DEVICE(0x0582, 0x0007), .driver_info = USB_QUIRK_RESET_RESUME }, Thanks for the patches. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html