Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82172
b: refs/heads/master
c: 002e8f2
h: refs/heads/master
v: v3
  • Loading branch information
Piotr Roszatycki authored and Greg Kroah-Hartman committed Feb 1, 2008
1 parent 52d47ad commit 08232e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5de8b3acda2d03f8aeb21b5a267645088718c356
refs/heads/master: 002e8f2c80c6be76bb312940bc278fc10b2b2487
1 change: 1 addition & 0 deletions trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ static struct usb_device_id id_table [] = {
{ USB_DEVICE(HUAWEI_VENDOR_ID, HUAWEI_PRODUCT_ID) },
{ USB_DEVICE(WS002IN_VENDOR_ID, WS002IN_PRODUCT_ID) },
{ USB_DEVICE(COREGA_VENDOR_ID, COREGA_PRODUCT_ID) },
{ USB_DEVICE(HL340_VENDOR_ID, HL340_PRODUCT_ID) },
{ } /* Terminating entry */
};

Expand Down
5 changes: 5 additions & 0 deletions trunk/drivers/usb/serial/pl2303.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,8 @@
/* Corega CG-USBRS232R Serial Adapter */
#define COREGA_VENDOR_ID 0x07aa
#define COREGA_PRODUCT_ID 0x002a

/* HL HL-340 (ID: 4348:5523) */
#define HL340_VENDOR_ID 0x4348
#define HL340_PRODUCT_ID 0x5523

0 comments on commit 08232e3

Please sign in to comment.