On Mon, Jul 17, 2017 at 04:34:57PM +0000, Schoon, Michael wrote: > Sorry about that. How's this: > > Please add support for HP TD620 Linear Display device to the pl2303 module. The USB Device ID is 03f0:0956 for this 2x20 display. > > --- drivers/usb/serial/pl2303.c.orig 2017-07-14 13:43:59.029860481 -0500 > +++ drivers/usb/serial/pl2303.c 2017-07-14 13:16:27.928149225 -0500 > @@ -92,6 +92,7 @@ static const struct usb_device_id id_tab > { USB_DEVICE(HP_VENDOR_ID, HP_LD960_PRODUCT_ID) }, > { USB_DEVICE(HP_VENDOR_ID, HP_LCM220_PRODUCT_ID) }, > { USB_DEVICE(HP_VENDOR_ID, HP_LCM960_PRODUCT_ID) }, > + { USB_DEVICE(HP_VENDOR_ID, HP_TD620_PRODUCT_ID) }, > { USB_DEVICE(CRESSI_VENDOR_ID, CRESSI_EDY_PRODUCT_ID) }, > { USB_DEVICE(ZEAGLE_VENDOR_ID, ZEAGLE_N2ITION3_PRODUCT_ID) }, > { USB_DEVICE(SONY_VENDOR_ID, SONY_QN3USB_PRODUCT_ID) }, Why not try sending it to yourself to see if it will apply (hint, it didn't work...) Also, always use scripts/checkpatch.pl, otherwise you will have grumpy maintainers telling you to use scripts/checkpatch.pl to fix the obvious issues in your patch... thanks, greg k-h -- 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