USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole display

Add id for the Hewlett-Packard LD220-HP POS pole display.

Bus 002 Device 002: ID 03f0:3524 Hewlett-Packard

Signed-off-by: Mike Provencher <mike.provencher@hp.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>


authored by Mike Provencher and committed by Greg Kroah-Hartman af4b8514 413ba6fb

+5
+1
drivers/usb/serial/pl2303.c
··· 92 92 { USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) }, 93 93 { USB_DEVICE(YCCABLE_VENDOR_ID, YCCABLE_PRODUCT_ID) }, 94 94 { USB_DEVICE(SUPERIAL_VENDOR_ID, SUPERIAL_PRODUCT_ID) }, 95 + { USB_DEVICE(HP_VENDOR_ID, HP_LD220_PRODUCT_ID) }, 95 96 { } /* Terminating entry */ 96 97 }; 97 98
+4
drivers/usb/serial/pl2303.h
··· 114 114 /* "Superial" USB - Serial */ 115 115 #define SUPERIAL_VENDOR_ID 0x5372 116 116 #define SUPERIAL_PRODUCT_ID 0x2303 117 + 118 + /* Hewlett-Packard LD220-HP POS Pole Display */ 119 + #define HP_VENDOR_ID 0x03f0 120 + #define HP_LD220_PRODUCT_ID 0x3524