On Tue, Nov 15, 2016 at 08:46:31PM +0100, Giuseppe Lippolis wrote: > Here it is: > > --- a/linux-4.4.23/drivers/usb/serial/option.c 2016-09-30 > 10:20:43.000000000 +0200 > +++ b/linux-4.4.30/drivers/usb/serial/option.c 2016-11-14 > 21:01:15.738450136 +0100 > @@ -306,6 +306,9 @@ static void option_instat_callback(struc > #define DLINK_PRODUCT_DWM_652_U5 0xce16 > #define DLINK_PRODUCT_DWM_652_U5A 0xce1e > > +#define DLINK_ATL_VENDOR_ID 0x2001 > +#define DLINK_PRODUCT_DWM_158 0x7d04 > + Your email client ate the tabs and spit out spaces and line-wrapped the patch, making it impossible to apply. Also, you need to make it against the latest kernel tree, 4.4 is really old. And finally, there is no good subject: line, or description of the patch, or a signed-off-by: line, all of which are described in the document I pointed you at. Please fix this up and resend. 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