On Fri, Mar 28, 2014 at 01:36:51PM +0000, Sanders, Aaron wrote: > Add device ids to pl2303 for the Hewlett-Packard HP POS pole displays: > LD960: 03f0:0B39 > LCM220: 03f0:3139 > LCM960: 03f0:3239 > > Signed-off-by: Aaron Sanders <Aaron.Sanders@xxxxxx> Almost there. :) Please add a "USB: " prefix to the subject above as well (i.e. "USB: pl2303: add ..."). > diff -uNr old/pl2303.c new/pl2303.c You need to generate the patch from the root of the source tree (as described in Documentation/SubmittingPatches). Thanks, Johan > --- old/pl2303.c 2014-03-26 11:06:20.526852963 -0700 > +++ new/pl2303.c 2014-03-26 11:06:32.154852611 -0700 > @@ -82,6 +82,9 @@ > { USB_DEVICE(YCCABLE_VENDOR_ID, YCCABLE_PRODUCT_ID) }, > { USB_DEVICE(SUPERIAL_VENDOR_ID, SUPERIAL_PRODUCT_ID) }, > { USB_DEVICE(HP_VENDOR_ID, HP_LD220_PRODUCT_ID) }, > + { 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(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) }, > diff -uNr old/pl2303.h new/pl2303.h > --- old/pl2303.h 2014-03-26 11:06:11.030853251 -0700 > +++ new/pl2303.h 2014-03-26 11:06:37.462852450 -0700 > @@ -124,6 +124,9 @@ > /* Hewlett-Packard LD220-HP POS Pole Display */ > #define HP_VENDOR_ID 0x03f0 > #define HP_LD220_PRODUCT_ID 0x3524 > +#define HP_LD960_PRODUCT_ID 0x0B39 > +#define HP_LCM220_PRODUCT_ID 0x3139 > +#define HP_LCM960_PRODUCT_ID 0x3239 > > /* Cressi Edy (diving computer) PC interface */ > #define CRESSI_VENDOR_ID 0x04b8 -- 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