Skip to content

Commit 26a08f8

Browse files
LabauScottjhovold
authored andcommitted
USB: serial: pl2303: add device id for HP LM930 Display
Add the device id for the HPLM930Display which is a PL2303GC based device. Signed-off-by: Scott Chen <[email protected]> Cc: [email protected] Signed-off-by: Johan Hovold <[email protected]>
1 parent 672c0c5 commit 26a08f8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

drivers/usb/serial/pl2303.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ static const struct usb_device_id id_table[] = {
106106
{ USB_DEVICE(HP_VENDOR_ID, HP_LCM220_PRODUCT_ID) },
107107
{ USB_DEVICE(HP_VENDOR_ID, HP_LCM960_PRODUCT_ID) },
108108
{ USB_DEVICE(HP_VENDOR_ID, HP_LM920_PRODUCT_ID) },
109+
{ USB_DEVICE(HP_VENDOR_ID, HP_LM930_PRODUCT_ID) },
109110
{ USB_DEVICE(HP_VENDOR_ID, HP_LM940_PRODUCT_ID) },
110111
{ USB_DEVICE(HP_VENDOR_ID, HP_TD620_PRODUCT_ID) },
111112
{ USB_DEVICE(CRESSI_VENDOR_ID, CRESSI_EDY_PRODUCT_ID) },

drivers/usb/serial/pl2303.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
#define HP_TD620_PRODUCT_ID 0x0956
136136
#define HP_LD960_PRODUCT_ID 0x0b39
137137
#define HP_LD381_PRODUCT_ID 0x0f7f
138+
#define HP_LM930_PRODUCT_ID 0x0f9b
138139
#define HP_LCM220_PRODUCT_ID 0x3139
139140
#define HP_LCM960_PRODUCT_ID 0x3239
140141
#define HP_LD220_PRODUCT_ID 0x3524

0 commit comments

Comments
 (0)